Uses of Class
omix.mathxp.MathFunction
Package | Description |
---|---|
omix.mathxp | |
omix.mathxp.io | |
omix.mathxp.ui.scene |
-
Uses of MathFunction in omix.mathxp
Methods in omix.mathxp that return MathFunction Modifier and Type Method Description MathFunction
MathFunction. clone()
Methods in omix.mathxp with parameters of type MathFunction Modifier and Type Method Description boolean
MathFunction.FunctionProcessorInterface. isValid(MathFunction mathFunction)
Constructors in omix.mathxp with parameters of type MathFunction Constructor Description MathFunction(MathFunction function)
-
Uses of MathFunction in omix.mathxp.io
Methods in omix.mathxp.io with parameters of type MathFunction Modifier and Type Method Description Element
MathSymbolWriterInterface. writeFunction(Document document, MathFunction function, List<Element> parameters)
-
Uses of MathFunction in omix.mathxp.ui.scene
Methods in omix.mathxp.ui.scene that return MathFunction Modifier and Type Method Description MathFunction
MathFunction2D. getExpression()
Constructors in omix.mathxp.ui.scene with parameters of type MathFunction Constructor Description MathFunction2D(MathParent2DInterface parent, MathFunction function, boolean includeUnits)