public class MathArrayFactory extends java.lang.Object implements IMathArrayFactory
Allows to create a math array
Constructor and Description |
---|
MathArrayFactory() |
Modifier and Type | Method and Description |
---|---|
IMathArray |
createMathArray(IMathElement element)
Creates a math array and places the specified element in it
|
IMathArray |
createMathArray(IMathElementCollection elements)
Creates a math array and places specified elements in it
|
public final IMathArray createMathArray(IMathElement element)
Creates a math array and places the specified element in it
createMathArray
in interface IMathArrayFactory
element
- math element to place in arraypublic final IMathArray createMathArray(IMathElementCollection elements)
Creates a math array and places specified elements in it
createMathArray
in interface IMathArrayFactory
elements
- math elements to place in array