BigIntegerAlgebra |
|
Jxn3DPainter |
|
JxnAbstractPainter |
Defines common properties of graphical (painter) objects.
|
JxnCloneableAlgebra |
Indicates that the algebra requires cloning of the left side operand and implements a cloneThis() method.
|
JxnComplexAlgebra |
Implementation of a complex algebra.
|
JxnComplexArrayAlgebra |
Implementation of a complex array algebra.
|
JxnComplexPlotFrame |
Displays phasor representations (arrows) of JxnComplexAlgebra objects in a PlotFrame (display window).
|
JxnFunction |
Parses, stores and executes a jxn function.
|
JxnGraphicsPainter |
Defines a graphical object for display in a PlotFrame .
|
JxnLine3DPainter |
|
JxnPerspectivePlotFrame |
|
JxnRealArrayAlgebra |
Implementation of an algebra based on an internal array double[] value .
|
JxnRealArrayCurve |
|
JxnRealArrayPlotFrame |
|
JxnRealArrayTextFileDataSource |
Parses column-wise organized text files (including CSV exports from Excel) to read data into JxnRealArrayAlgebra instances.
|
JxnTextPainter |
Defines a text object for display in a PlotFrame .
|
JxnUnitTest |
Provides a set of methods supporting unit tests in JXN
(similar to → JUnit.org).
|
JxnUnitTestFailureExpected |
Variant of JxnUnitTest used for tests which during test driven developement are expected to fail initially.
|
JxnVectorAlgebra |
Implementation of a vector algebra.
|
JxnVectorTransformation |
Implements an affine transformation and mapping methods for vectors and curves (experimental status).
|
KmgDoublePolygon |
Stores the points ( xi, yi ) of a polygon.
|
KmgFormelInterpreter |
Main class of JXN.
|
KmgFormelPlotFrame |
Base class of all PlotFrame s (graphic display windows).
|
KmgStringTokenizer |
Variant of java.util. StringTokenizer with different handling of consecutive delimiters.
|
KmgXYPainter |
Instances of classes which implement this interface can be displayed in a PlotFrame .
|
MyFractionAlgebra |
Simple implementation of a fraction algebra (example of a user defined algebra).
|