BigIntegerAlgebra |
|
JxnAbstractPainter |
Defines common properties of graphical (painter) objects.
|
JxnCast |
Collection of static methods for explicit primitive value cast in JXN.
|
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).
|
JxnD |
|
JxnF |
|
JxnF2 |
|
JxnFunction |
Parses, stores and executes a jxn function.
|
JxnGraphicsPainter |
Defines a graphical object for display in a PlotFrame .
|
JxnI |
|
JxnL |
|
JxnLine3DPainter |
|
JxnLoop |
Collection of static methods used to repeat commands.
|
JxnObject |
Collection of static methods adding to the methods of java.lang. Object .
|
JxnParameterCheck |
Collection of static methods to test ...
|
JxnPerspectivePlotFrame |
|
JxnPolygonPainter |
Defines a polygon for display in a PlotFrame .
|
JxnRealArrayAlgebra |
Implementation of an algebra based on an internal array double[] value .
|
JxnRealArrayCurve |
|
JxnRealArrayPlotFrame |
|
JxnRealArraySample |
|
JxnRealArrayTextFileDataSource |
Parses column-wise organized text files (including CSV exports from Excel) to read data into JxnRealArrayAlgebra instances.
|
JxnShape2DPainter |
|
JxnSymbolPainter |
|
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.
|
JxnUtilities |
|
JxnUVGrid |
Defines methods to visualize functions x(u,v) and y(u,v) by mapping a
grid in the u/v-plain into the x/y-plain.
|
JxnVectorAlgebra |
Implementation of a vector algebra.
|
JxnVectorTransformation |
Implements an affine transformation and mapping methods for vectors and curves (experimental status).
|
KmgDateTimeConverter |
Collection of methods for the conversion between a double value containing decimal seconds since
01-Jan-1970 00:00:00 UTC and a date time String.
|
KmgDoublePolygon |
Stores the points ( xi, yi ) of a polygon.
|
KmgFormelInterpreter |
Main class of JXN.
|
KmgFormelPlotFrame |
Base class of all PlotFrame s (graphic display windows).
|
KmgStaticUtilities |
Collection of (static) methods adding to package java.lang .
|
KmgStringTokenizer |
Variant of java.util. StringTokenizer with different handling of consecutive delimiters.
|
KmgXMLUtil |
Collection of (static) methods adding to package org.w3c.dom .
|
MyFractionAlgebra |
Simple implementation of a fraction algebra (example of a user defined algebra).
|