A B C D E F G H I J K L M N O P Q R S T U V W X Y _
A
- abs() - Method in class JxnVectorAlgebra
-
Returns the length (sqrt of the sum of the squares of the components) of this vector object.
- abs(double, double) - Static method in class JxnUtilities
-
Returns
sqrt( x * x + y * y )
. - abs(double, double, double) - Static method in class JxnUtilities
-
Returns
sqrt( x * x + y * y + z * z )
. - abs(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the absolute value (magnitude) of
z
. - abs(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Return the magnitude of each element of the internal array of
z
. - abs(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.abs(double)
for each element of the internal array ofra
. - abs(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- abs(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Returns the length (sqrt of the sum of the squares of the components) of
va
. - accept(double) - Method in class JxnF
- accept(int) - Method in class JxnF
- accept(long) - Method in class JxnF
- accept(Object) - Method in class JxnF
-
Implements
Consumer
forStream<T>
.forEach(…)
,.forEachOrdered(…)
,.peek(…)
,Iterator.forEachRemaining(…)
. - accept(Object, double) - Method in class JxnF2
- accept(Object, int) - Method in class JxnF2
- accept(Object, long) - Method in class JxnF2
- accept(Object, Object) - Method in class JxnF2
- acos(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Return the inverse cosine of
z
. - acos(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.acos(double)
for each element of the internal array ofra
. - acosD(double) - Static method in class JxnUtilities
-
Calls
Math.acos(double)
and converts the result from radians to degrees. - acosD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.acos(double)
and converts the result from radians to degrees for each element of the internal array ofra
. - acosh(double) - Static method in class JxnUtilities
-
Returns the inverse of
Math.cosh(double)
. - acosh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Return the inverse hyperbolic cosine of
z
. - acosh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
JxnUtilities.acosh(double)
for each element of the internal array ofra
. - add(byte[], int, byte) - Static method in class JxnUtilities
-
Adds
value
toarray[i]
with overflow, if the result does not fit into byte. - add(double) - Method in class JxnComplexAlgebra
-
Adds
d
to this. - add(double) - Method in class JxnComplexArrayAlgebra
-
Adds
d
to this. - add(double) - Method in class JxnRealArrayAlgebra
-
Adds
d
to this. - add(double[]) - Method in class JxnRealArrayPlotFrame
-
Adds a curve xi = i, yi = y[i], i = 0 ... y.length - 1 to the PlotFrame.
- add(double[], double[]) - Method in class JxnRealArrayPlotFrame
-
Adds a curve xi = x[i], yi = y[i], i = 0 ... min( x.length, y.length ) - 1 to the PlotFrame.
- add(double[], double[], double[]) - Method in class JxnPerspectivePlotFrame
-
Draws a curve representation of
x
,y
andz
( xi = x[i], yi = y[i], zi = z[i] ) ). - add(double[], double[], double[], Color) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(double[], double[], double[], Color, float) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(double[], double[], double[], Color, int) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(double[], double[], double[], Color, int, float) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(double[], double[], double[], Color, Stroke) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(double[], double[], Color) - Method in class JxnRealArrayPlotFrame
-
Adds a curve xi = x[i], yi = y[i], i = 0 ... min( x.length, y.length ) - 1 to the PlotFrame.
- add(double[], int, double) - Static method in class JxnUtilities
-
Adds
value
toarray[i]
. - add(double[], Color) - Method in class JxnRealArrayPlotFrame
-
Adds a curve xi = i, yi = y[i], i = 0 ... y.length - 1 to the PlotFrame.
- add(double, double) - Method in class KmgDoublePolygon
-
Adds a point ( x, y ) to this polygon.
- add(double, JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Returns
d + caa
. - add(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
d + ra
. - add(int[], int, int) - Static method in class JxnUtilities
-
Adds
value
toarray[i]
. - add(long[], int, long) - Static method in class JxnUtilities
-
Adds
value
toarray[i]
. - add(BigInteger) - Method in class BigIntegerAlgebra
-
Adds
opnd
to this. - add(Jxn3DPainter) - Method in class JxnPerspectivePlotFrame
-
Shows an additional 3D-object in this
JxnPerspectivePlotFrame
. - add(Jxn3DPainter[]) - Method in class JxnPerspectivePlotFrame
-
Shows additional 3D-objects in this
JxnPerspectivePlotFrame
. - add(JxnComplexAlgebra) - Method in class JxnComplexAlgebra
-
Adds
z
to this. - add(JxnComplexAlgebra) - Method in class JxnComplexArrayAlgebra
-
Adds
cx
to this. - add(JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
-
See
add
. - add(JxnComplexAlgebra) - Method in class JxnRealArrayAlgebra
-
Adds
cx
to this. - add(JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
-
See
add
. - add(JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
-
See
add
. - add(JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
-
Draws a phasor representation of
z
(starting from (0,0)). - add(JxnComplexAlgebra, JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
-
See
add
. - add(JxnComplexAlgebra, JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
-
See
add
. - add(JxnComplexAlgebra, JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
-
See
add
. - add(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
-
Draws a phasor for
z1
starting from the position given byz0
. - add(JxnComplexArrayAlgebra) - Method in class JxnComplexAlgebra
-
Returns
ca
added to this. - add(JxnComplexArrayAlgebra) - Method in class JxnComplexArrayAlgebra
-
Adds
z
to this. - add(JxnRealArrayAlgebra) - Method in class JxnComplexAlgebra
-
Returns
ra
added to this. - add(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
-
Adds
ra
to this. - add(JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
-
Adds a curve xi = i, yi = ry.value[i], i = 0 ... length(ry) - 1 to the PlotFrame.
- add(JxnRealArrayAlgebra[]) - Method in class JxnPerspectivePlotFrame
-
Draws a curve representation of
rxyz = { rx, ry, rz }
. - add(JxnRealArrayAlgebra[], Color) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnRealArrayAlgebra[], Color, float) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnRealArrayAlgebra[], Color, int) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnRealArrayAlgebra[], Color, int, float) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnRealArrayAlgebra[], Color, Stroke) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnRealArrayAlgebra, Color) - Method in class JxnRealArrayPlotFrame
-
Adds a curve xi = i, yi = ry.value[i], i = 0 ... length(ry) - 1 to the PlotFrame.
- add(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
-
Adds a curve xi = rx.value[i], yi = ry.value[i], i = 0 ... min( length(rx), length(ry) ) - 1 to the PlotFrame.
- add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color) - Method in class JxnRealArrayPlotFrame
-
Adds a curve xi = rx.value[i], yi = ry.value[i], i = 0 ... min( length(rx), length(ry) ) - 1 to the PlotFrame.
- add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnPerspectivePlotFrame
-
Draws a curve representation of
rx
,ry
andrz
( xi = rx.value[i], yi = ry.value[i], zi = rz.value[i] ) ) in 3D-space. - add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, float) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, float) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnVectorAlgebra) - Method in class JxnPerspectivePlotFrame
-
Draws an arrow representation of
v
(starting from (0,0,0)). - add(JxnVectorAlgebra) - Method in class JxnVectorAlgebra
-
Adds
opnd
to this vector. - add(JxnVectorAlgebra[], JxnVectorAlgebra[], Color) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnVectorAlgebra, Color) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnVectorAlgebra, String) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnVectorAlgebra, String, Color) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnVectorAlgebra, JxnVectorAlgebra) - Method in class JxnPerspectivePlotFrame
-
Draws an arrow representation for
v1
starting from the position given byv0
. - add(JxnVectorAlgebra, JxnVectorAlgebra, Color) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnVectorAlgebra, JxnVectorAlgebra, String) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(JxnVectorAlgebra, JxnVectorAlgebra, String, Color) - Method in class JxnPerspectivePlotFrame
-
See
add
. - add(KmgXYPainter) - Method in class KmgFormelPlotFrame
-
Shows an additional graphical (painter) object in this
PlotFrame
. - add(KmgXYPainter[]) - Method in class KmgFormelPlotFrame
-
Shows additional graphical (painter) objects in this
PlotFrame
. - add(MyFractionAlgebra) - Method in class MyFractionAlgebra
-
Adds
opnd
to this. - addDebug(int) - Method in class KmgFormelInterpreter
-
Sets debug bits given in
mask
. - addLeadingBlanks(String, int) - Static method in class JxnUtilities
-
Prefixes
text
with blanks so that the result contains at leastn
characters. - addLeadingChars(String, int, char) - Static method in class JxnUtilities
-
Prefixes
text
withch
so that the result contains at leastn
characters. - addLeadingZeros(String, int) - Static method in class JxnUtilities
-
Prefixes
text
with'0'
so that the result contains at leastn
characters. - addTrailingChars(String, int, char) - Static method in class JxnUtilities
-
Appends
text
withch
so that the result contains at leastn
characters. - all(boolean[]) - Static method in class JxnUtilities
-
Returns true, if all values in
array
are true. - and(boolean, boolean) - Static method in class JxnUtilities
-
Represents the Java boolean operator.
- and(int, int) - Static method in class JxnUtilities
-
Represents the Java bitwise operator (for int).
- and(long, long) - Static method in class JxnUtilities
-
Represents the Java bitwise operator (for long).
- angle(JxnComplexAlgebra, double, double, double, String, Color) - Static method in class JxnComplexAlgebra
-
See
angle
. - angle(JxnComplexAlgebra, double, double, double, String, Color, boolean) - Static method in class JxnComplexAlgebra
-
See
angle
. - angle(JxnComplexAlgebra, JxnComplexAlgebra, double, String, Color) - Static method in class JxnComplexAlgebra
-
See
angle
. - angle(JxnComplexAlgebra, JxnComplexAlgebra, double, String, Color, boolean) - Static method in class JxnComplexAlgebra
-
See
angle
. - angle(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra, double, String, Color) - Static method in class JxnComplexAlgebra
-
Returns an angle (arc with arrow tip).
- angle(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra, double, String, Color, boolean) - Static method in class JxnComplexAlgebra
-
See
angle
. - any(boolean[]) - Static method in class JxnUtilities
-
Returns true, if at least one value in
array
is true. - apnd(JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
-
See
apnd
. - apnd(JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
-
See
apnd
. - apnd(JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
-
See
apnd
. - apnd(JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
-
Draws a phasor for
z
starting from the tip of the previously drawn phasor. - apnd(JxnVectorAlgebra) - Method in class JxnPerspectivePlotFrame
-
Draws an arrow representation for
v
starting from the tip of the previously drawn vector. - apnd(JxnVectorAlgebra, Color) - Method in class JxnPerspectivePlotFrame
-
See
apnd
. - apnd(JxnVectorAlgebra, String) - Method in class JxnPerspectivePlotFrame
-
See
apnd
. - apnd(JxnVectorAlgebra, String, Color) - Method in class JxnPerspectivePlotFrame
-
See
apnd
. - apply(double) - Method in class JxnF
- apply(int) - Method in class JxnF
- apply(long) - Method in class JxnF
- apply(Object) - Method in class JxnF
-
Implements
Function
forStream<T>
.map(…)
,.flatMap(…)
,.flatMapToInt(…)
,.flatMapToLong(…)
,.flatMapToDouble(…)
,Collector
.of(…)
,Collectors
.collectingAndThen(…)
,.groupingBy(…)
,.groupingByConcurrent(…)
,.mapping(…)
,.toMap(…)
,.toConcurrentMap(…)
,.reducing(…)
andUnaryOperator
forStream<T>
.iterate(…)
. - apply(Object, Object) - Method in class JxnF2
-
Implements
BiFunction
,BinaryOperator
forStream
.reduce(…)
,Collector
.of(…)
,Collectors
.toMap(…)
,.toConcurrentMap(…)
,.reducing(…)
. - applyAsDouble(double) - Method in class JxnF
- applyAsDouble(double, double) - Method in class JxnF2
- applyAsDouble(int) - Method in class JxnF
- applyAsDouble(long) - Method in class JxnF
- applyAsDouble(Object) - Method in class JxnF
- applyAsDouble(Object, Object) - Method in class JxnF2
-
Implements
ToDoubleBiFunction
. - applyAsInt(double) - Method in class JxnF
- applyAsInt(int) - Method in class JxnF
- applyAsInt(int, int) - Method in class JxnF2
- applyAsInt(long) - Method in class JxnF
- applyAsInt(Object) - Method in class JxnF
-
Implements
ToIntFunction
forStream<T>
.mapToInt(…)
,Collectors
.averagingInt(…)
,.summingInt(…)
,.summarizingInt(…)
. - applyAsInt(Object, Object) - Method in class JxnF2
-
Implements
ToIntBiFunction
. - applyAsLong(double) - Method in class JxnF
- applyAsLong(int) - Method in class JxnF
- applyAsLong(long) - Method in class JxnF
- applyAsLong(long, long) - Method in class JxnF2
- applyAsLong(Object) - Method in class JxnF
- applyAsLong(Object, Object) - Method in class JxnF2
-
Implements
ToLongBiFunction
. - applyProjection(IKmg3DProjection) - Method in interface Jxn3DPainter
-
Projects the 3D-graphical object to the xy-plane (called internally).
- applyProjection(IKmg3DProjection) - Method in class JxnLine3DPainter
-
Applies the projection
(x,y,z) -> (x",y")
(called internally). - applyStroke(Graphics) - Method in class JxnAbstractPainter
-
To be called from the
paint
methods. - applyStroke(Graphics, float) - Method in class JxnAbstractPainter
- arg(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
- argD(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
- arrayStartsWith(Object, Object, boolean) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that
actual.startsWith(expected)
(used internally). - asBoolean(boolean) - Static method in class JxnParameterCheck
-
Returns the argument
value
asboolean
. - asByte(byte) - Static method in class JxnParameterCheck
-
Returns the argument
value
asbyte
. - asChar(char) - Static method in class JxnParameterCheck
-
Returns the argument
value
aschar
. - asDouble(double) - Static method in class JxnParameterCheck
-
Returns the argument
value
asdouble
. - asFloat(float) - Static method in class JxnParameterCheck
-
Returns the argument
value
asfloat
. - asin(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Return the inverse sine of
z
. - asin(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.asin(double)
for each element of the internal array ofra
. - asinD(double) - Static method in class JxnUtilities
-
Calls
Math.asin(double)
and converts the result from radians to degrees. - asinD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.asin(double)
and converts the result from radians to degrees for each element of the internal array ofra
. - asinh(double) - Static method in class JxnUtilities
-
Returns the inverse of
Math.sinh(double)
. - asinh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Return the inverse hyperbolic sine of
z
. - asinh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
JxnUtilities.asinh(double)
for each element of the internal array ofra
. - asInt(int) - Static method in class JxnParameterCheck
-
Returns the argument
value
asint
. - asLong(long) - Static method in class JxnParameterCheck
-
Returns the argument
value
aslong
. - asObject(Object) - Static method in class JxnParameterCheck
- assertArrayEquals(Object, Object, int) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that two arrays are equal (used internally).
- assertEquals(char, char) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that two chars are equal.
- assertEquals(char, Object) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
- assertEquals(double[], double[]) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that two double arrays are equal with relative tolerance using
JxnUnitTest.itsDoubleEps
. - assertEquals(double[], double[], double) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that two double arrays are equal with absolute tolerance
delta
. - assertEquals(double[], double[], double, boolean) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that two double arrays are equal with absolute or relative tolerance.
- assertEquals(double, double) - Method in class JxnUnitTest
-
Differs from JUnit - Asserts that two doubles are equal with relative tolerance using
JxnUnitTest.itsDoubleEps
. - assertEquals(double, double, double) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that two doubles are equal to within a positive delta.
- assertEquals(double, Object) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
- assertEquals(double, Object, double) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
- assertEquals(float[], float[]) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that two float arrays are equal with relative tolerance using
JxnUnitTest.itsFloatEps
. - assertEquals(float[], float[], float) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that two float arrays are equal with absolute tolerance
delta
. - assertEquals(float[], float[], float, boolean) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that two float arrays are equal with absolute or relative tolerance.
- assertEquals(float, float) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that two floats are equal with relative tolerance using
JxnUnitTest.itsFloatEps
. - assertEquals(float, float, float) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that two floats are equal to within a positive delta.
- assertEquals(float, Object) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
- assertEquals(float, Object, float) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
- assertEquals(long, long) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that two
long
s are equal. - assertEquals(long, Object) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return a primitive initially throws an exception).
- assertEquals(Object, Object) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that two objects are equal.
- assertEquivalent(Object, Object) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that the String representations of two objects are equal.
- assertException(String, boolean) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (not throwing an exception though expected).
- assertException(String, char) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (not throwing an exception though expected).
- assertException(String, double) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (not throwing an exception though expected).
- assertException(String, long) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (not throwing an exception though expected).
- assertException(String, Object) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that a test throws a specific exception.
- assertFalse(boolean) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that condition is true.
- assertFalse(Object) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return false initially throws an exception).
- assertNotNull(Object) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that an object isn't null.
- assertNotSame(Object, Object) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that two objects do not refer to the same object.
- assertNull(Object) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that an object is null.
- assertSame(Object, Object) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that two objects refer to the same object.
- assertStartsWith(Object, Object) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that
actual.startsWith(expected)
. - assertStartsWith(Object, Object, boolean) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that
actual.startsWith(expected)
. - assertStartsWith(String, String) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that
actual.startsWith(expected)
. - assertStartsWith(String, String, boolean) - Method in class JxnUnitTest
-
Not in JUnit - Asserts that
actual.startsWith(expected)
. - assertTrue(boolean) - Method in class JxnUnitTest
-
Same as JUnit - Asserts that condition is true.
- assertTrue(Object) - Method in class JxnUnitTest
-
Not in JUnit - Special signature ⇒ always fails (called, if the test expected to return true initially throws an exception).
- asShort(short) - Static method in class JxnParameterCheck
-
Returns the argument
value
asshort
. - asString(String) - Static method in class JxnParameterCheck
- atan(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Return the inverse tangent of
z
. - atan(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.atan(double)
for each element of the internal array ofra
. - atan2(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- atan2D(double, double) - Static method in class JxnUtilities
-
Calls
Math.atan2(double, double)
and converts the result from radians to degrees. - atan2D(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.atan2
(y
i,x
i)
and converts the result from radians to degrees for each pair of elements of the internal arrays ofy
andx
. - atanD(double) - Static method in class JxnUtilities
-
Calls
Math.atan(double)
and converts the result from radians to degrees. - atanD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.atan(double)
and converts the result from radians to degrees for each element of the internal array ofra
. - atanh(double) - Static method in class JxnUtilities
-
Returns the inverse of
Math.tanh(double)
. - atanh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Return the inverse hyperbolic tangent of
z
. - atanh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
JxnUtilities.atanh(double)
for each element of the internal array ofra
. - avgSample(JxnRealArrayAlgebra, int) - Static method in class JxnRealArraySample
-
Returns a new instance containing the average values of respective intervals.
B
- BigIntegerAlgebra - Class in <Unnamed>
-
Wrapper for
java.math.
BigInteger
. - BigIntegerAlgebra(long) - Constructor for class BigIntegerAlgebra
-
Constructs a new BigIntegerAlgebra object.
- BigIntegerAlgebra(String) - Constructor for class BigIntegerAlgebra
-
Constructs a new BigIntegerAlgebra object.
- BigIntegerAlgebra(String, int) - Constructor for class BigIntegerAlgebra
-
Constructs a new BigIntegerAlgebra object.
- BigIntegerAlgebra(BigInteger) - Constructor for class BigIntegerAlgebra
-
Constructs a new BigIntegerAlgebra object from a
java.math.BigInteger
. - booleanArray(int, boolean) - Static method in class JxnUtilities
-
Creates a new boolean array with the specified length, initialized with
initial
. - box() - Method in class JxnPerspectivePlotFrame
-
Draws a box for the tip of the most recently added vector.
- box(JxnVectorAlgebra) - Method in class JxnPerspectivePlotFrame
-
Draws a box for v.
- box(JxnVectorAlgebra, JxnVectorAlgebra) - Method in class JxnPerspectivePlotFrame
-
Draws a box for v1.
- by(int[]) - Method in class JxnRealArrayAlgebra
-
Same as
JxnRealArrayAlgebra.byIndex(int[])
. - byIndex(int[]) - Method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the values of this instance at the positions given inindex
. - byteArray(int) - Static method in class JxnUtilities
-
Creates a new byte array with the specified length.
- byteArray(int, byte) - Static method in class JxnUtilities
-
Creates a new byte array with the specified length, initialized with
initial
.
C
- capacity() - Method in class KmgDoublePolygon
-
Returns the current capacity.
- cbrt(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.cbrt(double)
for each element of the internal array ofra
. - ceil(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.ceil(double)
for each element of the internal array ofra
. - clear() - Method in class KmgDoublePolygon
-
Removes all points.
- clearAll() - Static method in class JxnUnitTest
-
Deprecated.replaced by
JxnUnitTest.resetAll()
- clearAll() - Static method in class JxnUnitTestFailureExpected
-
Deprecated.replaced by
JxnUnitTestFailureExpected.resetAll()
- clip(double, double, double) - Static method in class JxnUtilities
-
Returns
x
limitted bylower
andupper
. - clip(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the elements of the internal array ofra
limitted tolower
andupper
. - clip(JxnRealArrayAlgebra, int[]) - Static method in class JxnRealArrayAlgebra
- clip(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the elements of the internal array ofra1
with elements replaced byDouble.NaN
if the respective element inra2
is invalid (NaN or Infinity). - clipGE(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the elements of the internal array ofra
with elementsvalue[i] >= maxValue
replaced byDouble.NaN
. - clipGT(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the elements of the internal array ofra
with elementsvalue[i] > maxValue
replaced byDouble.NaN
. - clipLE(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the elements of the internal array ofra
with elementsvalue[i] <= minValue
replaced byDouble.NaN
. - clipLT(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the elements of the internal array ofra
with elementsvalue[i] < minValue
replaced byDouble.NaN
. - cloneThis() - Method in interface JxnCloneableAlgebra
-
Called internally.
- cloneThis() - Method in class JxnComplexAlgebra
- cloneThis() - Method in class JxnComplexArrayAlgebra
- cloneThis() - Method in class JxnRealArrayAlgebra
- cloneThis() - Method in class JxnVectorAlgebra
- cloneThis() - Method in class MyFractionAlgebra
-
Note:
MyFractionAlgebra
implementsJxnCloneableAlgebra
only for demonstration. - clrDebug(int) - Method in class KmgFormelInterpreter
-
Clears debug bits given in
mask
. - compare(Object, Object) - Method in class JxnF2
-
Implements
Comparator
. - compareTo(MyFractionAlgebra) - Method in class MyFractionAlgebra
-
Returns -1 if
this < other
, +1 ifother > this
, else 0. - concat(Object...) - Static method in class JxnUtilities
-
Returns a new array containing the elements of all arrays passed as arguments.
- concat(Object, Object) - Static method in class JxnUtilities
-
Returns a new array containing the elements of array
arr1
followed by the elements of arrayarr2
. - concat(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
which is the concatenation of the elements ofra1
followed byra2
. - concat(JxnVectorTransformation) - Method in class JxnVectorTransformation
-
Returns the resulting transformation for this transformation (not changed) followed by a 2nd transformation
t2
. - conj(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the complex conjugate of
z
. - conj(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Return the conjugate complex for each element of the internal array of
z
. - contains(String, char) - Static method in class JxnUtilities
-
Returns true if
chars
containsch
. - convolution(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
convolution
( ra, filter, 1 )
. - convolution(JxnRealArrayAlgebra, JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
-
Returns the convolution of
ra
withfilter
. - copySign(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- corXY(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the correlation coefficient of
rx
andry
. - cos(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the cosine of
z
. - cos(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Calls
JxnComplexAlgebra.cos(JxnComplexAlgebra)
for each element of the internal array ofz
. - cos(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.cos(double)
for each element of the internal array ofra
. - cosD(double) - Static method in class JxnUtilities
-
Calls
Math.cos(double)
after converting argumenta
from degrees to radians. - cosD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.cos(double)
for each element of the internal array ofra
after converting the argument from degrees to radians. - cosh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the hyperbolic cosine of
z
. - cosh(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Calls
JxnComplexAlgebra.cosh(JxnComplexAlgebra)
for each element of the internal array ofz
. - cosh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.cosh(double)
for each element of the internal array ofra
. - cosphi(JxnVectorAlgebra, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Returns cosine of the angle between
v1
andv2
. - cumulated(double[]) - Static method in class JxnUtilities
-
Returns a new array containing the partial (cumulated) sums of the values of
array
. - cumulated(int[]) - Static method in class JxnUtilities
-
Returns a new array containing the partial (cumulated) sums of the values of
array
. - cumulated(long[]) - Static method in class JxnUtilities
-
Returns a new array containing the partial (cumulated) sums of the values of
array
. - curve(double[], double[], double[], IKmg3DProjection) - Static method in class JxnUtilities
-
Deprecated.Use
plot(p3d)
.add( x, y, z )
. - curve(double[], double[], double[], IKmg3DProjection, Color) - Static method in class JxnUtilities
-
Deprecated.
- curve(double[], double[], double[], IKmg3DProjection, Color, int) - Static method in class JxnUtilities
-
Deprecated.
- curve(double[], double[], Color) - Static method in class JxnUtilities
-
Returns a curve representation of
x
andy
( xi = x[i], yi = y[i] ). - curve(double[], double[], Color, int) - Static method in class JxnUtilities
-
See
curve
. - curve(double[], Color) - Static method in class JxnUtilities
-
Returns a curve representation of
y
( xi = i, yi = y[i] ). - curve(double[], Color, int) - Static method in class JxnUtilities
-
See
curve
. - curve(JxnRealArrayAlgebra, Color) - Static method in class JxnRealArrayAlgebra
-
Returns a curve representation of
ry
( xi = i, yi = ry.value[i] ). - curve(JxnRealArrayAlgebra, Color, int) - Static method in class JxnRealArrayAlgebra
-
See
curve
. - curve(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color) - Static method in class JxnRealArrayAlgebra
-
Returns a curve representation of
rx
andry
( xi = rx.value[i], yi = ry.value[i] ). - curve(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int) - Static method in class JxnRealArrayAlgebra
-
See
curve
. - curve(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, IKmg3DProjection) - Static method in class JxnRealArrayAlgebra
- curve(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, IKmg3DProjection, Color) - Static method in class JxnRealArrayAlgebra
- curve(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, IKmg3DProjection, Color, int) - Static method in class JxnRealArrayAlgebra
-
Only used for anaglyph stereo.
- cut(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns an int array of the indices
i
of values ofra
with:value[i] > 0.
. - cut(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
-
Returns an int array of the indices
i
of values ofra
with:min <= value[i] <= max
. - cut(JxnRealArrayAlgebra, int[]) - Static method in class JxnRealArrayAlgebra
-
Analyzes the values of
ra
only with indices given in arrayindex
and returns an int array of the indicesi
of values with:value[i] > 0.
.
D
- defaultFont - Static variable in class KmgFormelPlotFrame
- defaultNDec - Static variable in class JxnComplexAlgebra
-
Default nDec for
JxnComplexAlgebra.toString()
. - defaultSize - Static variable in class KmgFormelPlotFrame
- delta_wye_Z1(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
ΔY-transform:
Z1 = Z12 * Z31 / ( Z12 + Z23 + Z31 )
. - delta_wye_Z2(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
ΔY-transform:
Z2 = Z23 * Z12 / ( Z12 + Z23 + Z31 )
. - delta_wye_Z3(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
ΔY-transform:
Z3 = Z31 * Z23 / ( Z12 + Z23 + Z31 )
. - denominator - Variable in class MyFractionAlgebra
- derivative(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
derivative
( y, 1. )
. - derivative(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Returns the derivative
dy/dt
for equidistant step sizedt
. - derivative(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the derivative
dy/dt
for the elements of the internal arrays ofy
andt
. - dif(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the difference
z1 - z2
. - differences(double[]) - Static method in class JxnUtilities
-
Returns a new array containing the differences of subsequent values of
array
. - differences(int[]) - Static method in class JxnUtilities
-
Returns a new array containing the differences of subsequent values of
array
. - differences(long[]) - Static method in class JxnUtilities
-
Returns a new array containing the differences of subsequent values of
array
. - div(double) - Method in class JxnComplexAlgebra
-
Divides this by
d
. - div(double) - Method in class JxnComplexArrayAlgebra
-
Divides this by
d
. - div(double) - Method in class JxnRealArrayAlgebra
-
Divides this by
d
. - div(double) - Method in class JxnVectorAlgebra
-
Divides this vector by
scalar
. - div(double, JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Returns
d / caa
. - div(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
d / ra
. - div(BigInteger) - Method in class BigIntegerAlgebra
-
Divides this by
opnd
. - div(JxnComplexAlgebra) - Method in class JxnComplexAlgebra
-
Divides this by
z
. - div(JxnComplexAlgebra) - Method in class JxnComplexArrayAlgebra
-
Divides this by
cx
. - div(JxnComplexAlgebra) - Method in class JxnRealArrayAlgebra
-
Divides this by
cx
. - div(JxnComplexArrayAlgebra) - Method in class JxnComplexAlgebra
-
Returns this divided by
ca
. - div(JxnComplexArrayAlgebra) - Method in class JxnComplexArrayAlgebra
-
Divides this by
z
. - div(JxnRealArrayAlgebra) - Method in class JxnComplexAlgebra
-
Returns this divided by
ra
. - div(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
-
Divides this by
ra
. - div(JxnVectorTransformation, JxnVectorTransformation) - Static method in class JxnVectorTransformation
-
Returns
tNum * tDen
-1. - doubleArray(int) - Static method in class JxnUtilities
-
Creates a new double array with the specified length.
- doubleArray(int, double) - Static method in class JxnUtilities
-
Creates a new double array with the specified length, initialized with
initial
. - doubleArray(String) - Static method in class JxnUtilities
-
Deprecated.In JXN prefer
{ 2., 3., 5., 7. }
. - doubleValue() - Method in class MyFractionAlgebra
-
Returns this fraction as double.
- dreieckstern(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Deprecated.Use
delta_wye_Z1
. Umwandlung Dreieck->
Stern: Berechnet Z1( Z23, Z31, Z12 ). - dump() - Method in class KmgFormelInterpreter
-
Deprecated.Use
KmgFormelInterpreter.formatVariables()
instead.
E
- elementCount - Variable in class KmgDoublePolygon
-
Number of valid points in this polygon.
- energy(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Returns the integral of a power curve (with e.g.
- eq(boolean, boolean) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- eq(double, double) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- eq(long, long) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- equalityTolerance - Static variable in class JxnComplexAlgebra
-
Tolerance for
equals
method. - equalityTolerance - Static variable in class JxnRealArrayAlgebra
-
Tolerance for
equals
method. - equalityTolerance - Static variable in class JxnVectorAlgebra
- equals(Object) - Method in class JxnComplexAlgebra
-
Complex objects are equal, if both real and imaginary part are equal.
- equals(Object) - Method in class JxnComplexArrayAlgebra
-
JxnComplexArrayAlgebra
objects are equal, if all corresponding array elements areequal
. - equals(Object) - Method in class JxnRealArrayAlgebra
-
JxnRealArrayAlgebra
objects are equal, if all corresponding array elements are equal. - equals(Object) - Method in class JxnVectorAlgebra
-
Two vector objects are equal, if all corresponding components are equal.
- equals(Object) - Method in class MyFractionAlgebra
-
Fractions are equal, if both numerator and denominator are equal.
- equals(Object, Object) - Static method in class JxnObject
-
Returns
o1.equals(o2)
(java.lang.Object
). - equals(Object, Object) - Static method in class JxnUtilities
-
Deprecated.No more needed: Simply call
o1.equals(o2)
. To calljava.lang.Object.equals(Object)
on the array elements ofarr1
with argument arrayarr2
useJxnObject.equals( @JxnUnroll arr1, @JxnUnroll arr2 )
. - eval(String) - Method in class KmgFormelInterpreter
-
Parses and executes a single statement.
- exact - Variable in class MyFractionAlgebra
-
Records if the fraction representation with int numerator and denomonator is exact or an approximation.
- exec(Object[]) - Method in class JxnD
- exec(Object[]) - Method in class JxnF
- exec(Object[]) - Method in class JxnF2
- exec(Object[]) - Method in class JxnFunction
-
Maps
args
to$_
and the names passed to the constructor viaparameterNames
. - exec(Object[]) - Method in class JxnI
- exec(Object[]) - Method in class JxnL
- exec(String) - Method in class KmgFormelInterpreter
-
Executes
cmd
. - execute() - Method in class JxnF
- execute(Object) - Method in class JxnD
- execute(Object) - Method in class JxnF
- execute(Object) - Method in class JxnI
- execute(Object) - Method in class JxnL
- execute(Object, Object) - Method in class JxnF2
- execute(String) - Method in class KmgFormelInterpreter
- exor(boolean, boolean) - Static method in class JxnUtilities
-
Represents the Java boolean operator.
- exor(int, int) - Static method in class JxnUtilities
-
Represents the Java bitwise operator (for int).
- exor(long, long) - Static method in class JxnUtilities
-
Represents the Java bitwise operator (for long).
- exp(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the exponential function value of
z
. - exp(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Calls
JxnComplexAlgebra.exp(JxnComplexAlgebra)
for each element of the internal array ofz
. - exp(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.exp(double)
for each element of the internal array ofra
. - expm1(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.expm1(double)
for each element of the internal array ofra
.
F
- fail() - Method in class JxnUnitTest
-
Same as JUnit - Always fails.
- failed() - Method in class JxnUnitTest
-
Returns the String returned for failed test.
- faltung(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Deprecated.
- faltung(JxnRealArrayAlgebra, JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
-
Deprecated.
- fileDialog() - Static method in class JxnUtilities
-
Calls
JxnUtilities.fileDialog( String defaultFilename, int mode )
withdefaultFilename = "*"
andmode =
FileDialog.LOAD
. - fileDialog(String) - Static method in class JxnUtilities
- fileDialog(String, int) - Static method in class JxnUtilities
-
Displays
java.awt.
FileDialog
and returns the filename selected by the user. - fill(KmgFormelInterpreter, String, int, String) - Static method in class JxnLoop
-
Executes
cmd
for valuesvar = 0 ... n-1
. - fill(KmgFormelInterpreter, String, Object, String) - Static method in class JxnLoop
-
Executes
cmd
for each element ofarrayOrIterator
. - find(boolean[], boolean) - Static method in class JxnUtilities
-
Search
array
forvalue
. - find(boolean[], int, boolean) - Static method in class JxnUtilities
-
Search
array
forvalue
starting fromfromIndex
. - find(byte[], byte) - Static method in class JxnUtilities
-
Search
array
forvalue
. - find(byte[], int, byte) - Static method in class JxnUtilities
-
Search
array
forvalue
starting fromfromIndex
. - find(char[], char) - Static method in class JxnUtilities
-
Search
array
forvalue
. - find(char[], int, char) - Static method in class JxnUtilities
-
Search
array
forvalue
starting fromfromIndex
. - find(int[], int) - Static method in class JxnUtilities
-
Search
array
forvalue
. - find(int[], int, int) - Static method in class JxnUtilities
-
Search
array
forvalue
starting fromfromIndex
. - find(long[], int, long) - Static method in class JxnUtilities
-
Search
array
forvalue
starting fromfromIndex
. - find(long[], long) - Static method in class JxnUtilities
-
Search
array
forvalue
. - find(Object[], int, Object) - Static method in class JxnUtilities
-
Search
array
foro
starting fromfromIndex
. - find(Object[], Object) - Static method in class JxnUtilities
-
Search
array
foro
. - findAttributeValue(NodeList, String, String) - Static method in class KmgXMLUtil
-
Searches
nodeList
for the first elementelem
matchingelem.getAttribute(attrName).equals(attrValue)
. - findLabel(String) - Method in class JxnRealArrayTextFileDataSource
-
Returns the column number for
colLabel
. - findValue(double) - Method in class JxnRealArrayAlgebra
-
Finds
value
in the internal array. - findValue(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Same as
ra.
JxnRealArrayAlgebra.findValue(double value)
. - flip(boolean[], int) - Static method in class JxnUtilities
-
Toggles
array[i]
. - floor(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.floor(double)
for each element of the internal array ofra
. - forDate(Date) - Static method in class KmgDateTimeConverter
-
Returns decimal seconds since 01-Jan-1970 00:00:00 UTC for
d
. - foreach(KmgFormelInterpreter, String, Object, String) - Static method in class JxnLoop
-
Executes
cmd
for each element ofarrayOrIterator
. - format(double) - Method in class KmgDateTimeConverter
-
Formats
z
as a date time string using the internally storedDateFormat
instance. - format(double, int) - Static method in class JxnUtilities
-
Formats
value
as String with a fixed number ofnDec
decimals. - format(double, int) - Static method in class KmgStaticUtilities
-
Formats
value
withnDec
decimals. - format(double, int, int) - Static method in class JxnUtilities
-
Formats
value
as String with a fixed number ofnDec
decimals and minimum lengthminLength
. - format(double, DateFormat) - Static method in class KmgDateTimeConverter
-
Formats
z
as a date time string usingdf
. - format(Object) - Static method in class JxnUtilities
-
Formats
o
for JXN-output. - format(Object, boolean) - Static method in class JxnUtilities
-
Formats
o
for JXN-output. - format(String) - Static method in class JxnUtilities
-
Formats special characters in
text
. - format(String) - Static method in class KmgStaticUtilities
-
Formats special characters in
text
. - format(String, boolean) - Static method in class KmgStaticUtilities
- formatAttributes(Node) - Static method in class KmgXMLUtil
-
Formats all attributes of
nd
. - formatChildNodes(Node) - Static method in class KmgXMLUtil
-
Formats all child nodes of
nd
. - formatClass(Object) - Static method in class JxnUtilities
-
Formats information of the class of o (like menu: View > Class… in JxnSession window).
- formatDate(double) - Static method in class KmgDateTimeConverter
- formatDateTime(double) - Static method in class KmgDateTimeConverter
-
Formats
z
as a date time string (e.g.dd.MM.yyyy HH:mm:ss z
usinggetDateTimeInstance( DateFormat.MEDIUM, DateFormat.LONG )
). - formatDateTime(double, double) - Static method in class KmgDateTimeConverter
-
Formats
z
as a date time string with precisiondz
in seconds. - formatDateTime(double, DateFormat) - Static method in class KmgDateTimeConverter
-
Formats
z
as a date time string usingdf
. - formatMethods(Object) - Static method in class JxnUtilities
-
Formats information of the methods of o (like menu: View > Methods… in JxnSession window).
- formatMethods(Object, String) - Static method in class JxnUtilities
-
Formats information of the methods of o.
- formatPackageSearchList() - Static method in class KmgFormelInterpreter
-
Shows the packages searched for classes (same as menu: View > PackageSearchList in JxnSession window).
- formatStaticMethodClassList() - Static method in class KmgFormelInterpreter
-
Shows the classes searched for static methods (same as menu: View > StaticMethodClasses in JxnSession window).
- formatTime(double) - Static method in class KmgDateTimeConverter
- formatType(short) - Static method in class KmgXMLUtil
-
Replaces the numerical node type by a descriptive Letter.
- formatVariables() - Method in class KmgFormelInterpreter
-
Shows all known variables (same as menu: View > Variables in JxnSession window).
- formatVariables(String) - Method in class KmgFormelInterpreter
-
Shows variable names starting with ….
G
- gaussFilter(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Returns
gaussFilter
( t, bandWidth, 3. )
. - gaussFilter(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
-
Creates a gaussFilter for
convolution
. - gcd(int, int) - Static method in class MyFractionAlgebra
-
Returns the greatest common divisor (gcd) of
m
andn
. - ge(double, double) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- ge(long, long) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- get() - Method in class JxnF
- get(double) - Method in class JxnComplexArrayAlgebra
-
Returns a
JxnComplexAlgebra
for positiont
by linear interpolation of both real and imaginary part between the adjacent elements of the internal arrays of thisJxnComplexArrayAlgebra
. - get(double) - Method in class JxnRealArrayAlgebra
-
Returns a value for position
x
by linear interpolation between the adjacent elements of the internal array of thisJxnRealArrayAlgebra
. - get(double[]) - Method in class JxnRealArrayAlgebra
-
Returns an array of values at the positions given in
da
by linear interpolation between the adjacent elements of the internal array of thisJxnRealArrayAlgebra
usingJxnRealArrayAlgebra.get(double x)
. - get(int) - Method in class JxnComplexArrayAlgebra
-
Return the ithe element of this.
- get(int) - Method in class JxnRealArrayAlgebra
-
Returns the value of the
i
-th element of the internal array of thisJxnRealArrayAlgebra
. - get(int) - Method in class JxnRealArrayTextFileDataSource
-
Retrieves
JxnRealArrayAlgebra
instance from the given character delimited column. - get(int) - Method in class JxnVectorAlgebra
-
Returns the
i
-th component of this vector object. - get(int) - Method in class KmgStringTokenizer
-
Returns the next token after skipping
i
tokens. - get(int[]) - Method in class JxnRealArrayAlgebra
-
Returns an array of the values of the elements of the internal array of this
JxnRealArrayAlgebra
defined by the indices given inia
. - get(int, boolean) - Method in class JxnRealArrayTextFileDataSource
-
Retrieves
JxnRealArrayAlgebra
instance from the given character delimited column. - get(int, int) - Method in class JxnRealArrayTextFileDataSource
-
Retrieves
JxnRealArrayAlgebra
instance from fixed width columns. - get(int, int, boolean) - Method in class JxnRealArrayTextFileDataSource
-
Retrieves
JxnRealArrayAlgebra
instance from fixed width columns, seeJxnRealArrayTextFileDataSource.get(int, int)
. - get(int, int, Format) - Method in class JxnRealArrayTextFileDataSource
-
Retrieves
JxnRealArrayAlgebra
instance from fixed width columns, seeJxnRealArrayTextFileDataSource.get(int, int)
. - get(int, Format) - Method in class JxnRealArrayTextFileDataSource
-
Retrieves
JxnRealArrayAlgebra
instance from the given character delimited column. - get(Object, double) - Static method in class JxnUtilities
-
Returns
ao[round(x)]
with array index limitted to0 <= index < ao.length
. - get(Object, int) - Static method in class JxnUtilities
-
In JXN prefer
ao[i]
. - get(String) - Method in class JxnRealArrayTextFileDataSource
-
Retrieves
JxnRealArrayAlgebra
instance from column identified bycolLabel
. - get(String, boolean) - Method in class JxnRealArrayTextFileDataSource
-
Retrieves
JxnRealArrayAlgebra
instance from a column identified bycolLabel
. - get(String, Format) - Method in class JxnRealArrayTextFileDataSource
-
Retrieves
JxnRealArrayAlgebra
instance from column identified bycolLabel
. - get(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
-
Returns a
JxnRealArrayAlgebra
of values at the positions given inra
by linear interpolation between the adjacent elements of the internal array of thisJxnRealArrayAlgebra
usingJxnRealArrayAlgebra.get(double[])
. - getArityLenience() - Method in class JxnFunction
-
Returns
arityLenience
set for this function instance. - getAsBoolean() - Method in class JxnF
-
Implements
BooleanSupplier
. - getAsDouble() - Method in class JxnF
- getAsInt() - Method in class JxnF
- getAsLong() - Method in class JxnF
- getAttributeValue(Node, String) - Static method in class KmgXMLUtil
-
Other than
Element.getAttribute(java.lang.String)
this method can be called onnd
of any node type and returns the empty string, ifnd
is not anElement
. - getCalendarField(JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
-
Returns the result of
gc.get( field )
withgc = new
GregorianCalendar()
for the values of the internal array ofra
interpreted as decimal seconds since 01-Jan-1970 00:00:00 UTC. - getChildElements(Node) - Static method in class KmgXMLUtil
-
Other than
Node.getChildNodes()
this method only returns nodes of typeElement
. - getClass(boolean) - Static method in class JxnObject
-
Returns
boolean.class
≡Boolean.TYPE
. - getClass(byte) - Static method in class JxnObject
-
Returns
byte.class
≡Byte.TYPE
. - getClass(char) - Static method in class JxnObject
-
Returns
char.class
≡Character.TYPE
. - getClass(double) - Static method in class JxnObject
-
Returns
double.class
≡Double.TYPE
. - getClass(float) - Static method in class JxnObject
-
Returns
float.class
≡Float.TYPE
. - getClass(int) - Static method in class JxnObject
-
Returns
int.class
≡Integer.TYPE
. - getClass(long) - Static method in class JxnObject
-
Returns
long.class
≡Long.TYPE
. - getClass(short) - Static method in class JxnObject
-
Returns
short.class
≡Short.TYPE
. - getClass(Boolean) - Static method in class JxnObject
-
Returns
java.lang.Boolean.class
. - getClass(Byte) - Static method in class JxnObject
-
Returns
java.lang.Byte.class
. - getClass(Character) - Static method in class JxnObject
-
Returns
java.lang.Character.class
. - getClass(Double) - Static method in class JxnObject
-
Returns
java.lang.Double.class
. - getClass(Float) - Static method in class JxnObject
-
Returns
java.lang.Float.class
. - getClass(Integer) - Static method in class JxnObject
-
Returns
java.lang.Integer.class
. - getClass(Long) - Static method in class JxnObject
-
Returns
java.lang.Long.class
. - getClass(Object) - Static method in class JxnObject
-
Returns
o.getClass()
(java.lang.Object
). - getClass(Object) - Static method in class JxnUtilities
-
Deprecated.No more needed: Simply call
ao.getClass()
. To calljava.lang.Object.getClass()
on the array elements ofao
useJxnObject.getClassArray(ao)
. - getClass(Short) - Static method in class JxnObject
-
Returns
java.lang.Short.class
. - getClassArray(Object[]) - Static method in class JxnObject
-
Returns an array of
java.lang.Class
objects of the element objects ofoa
. - getClassName(Object) - Static method in class JxnUtilities
-
Formats the class name of o as String.
- getClassName(Object) - Static method in class KmgStaticUtilities
-
Formats class name of
o
. - getCntInvalid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the number of invalid (
NaN
orInfinitive
) values inra
. - getCntNaN(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the number of
NaN
values inra
. - getCntValid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the number of valid (neither
NaN
norInfinitive
) values inra
. - getComplexArray() - Method in class JxnComplexArrayAlgebra
-
Returns
JxnComplexArrayAlgebra.toArray()
. - getComponentType(Object) - Static method in class KmgStaticUtilities
-
Returns the class of
o
. - getDateFormat() - Method in class KmgDateTimeConverter
-
Returns the internally stored
DateFormat
instance. - getDateTimeInstance(int, int) - Static method in class KmgDateTimeConverter
-
Restores the jdk8 behaviour of
DateFormat.getDateTimeInstance(int, int)
to avoid the verbose date time format introduced with jdk9. - getDateTimeInstance(int, int, Locale) - Static method in class KmgDateTimeConverter
-
Restores the jdk8 behaviour of
DateFormat.getDateTimeInstance(int, int, Locale)
to avoid the verbose date time format introduced with jdk9. - getDayOfWeek(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the day of week ( Mo: 1, ...
- getDebug() - Method in class JxnFunction
- getDebug() - Method in class KmgFormelInterpreter
-
Returns the debug level.
- getDenominator() - Method in class MyFractionAlgebra
-
Returns the internally stored denominator.
- getDoubleEps() - Method in class JxnUnitTest
-
Returns the
JxnUnitTest.itsDoubleEps
value used for this instance. - getDoubleMaxDiff() - Method in class JxnUnitTest
-
Returns the maximum difference observed for double comparison.
- getEqualityTolerance() - Static method in class JxnComplexAlgebra
-
Returns the tolerance used for the
equals
method. - getEqualityTolerance() - Static method in class JxnRealArrayAlgebra
-
Returns the tolerance used for the
equals
method. - getEqualityTolerance() - Static method in class JxnVectorAlgebra
-
Returns the tolerance used for the
equals
method. - getFloatEps() - Method in class JxnUnitTest
-
Returns the
JxnUnitTest.itsFloatEps
value used for this instance. - getFloatMaxDiff() - Method in class JxnUnitTest
-
Returns the maximum difference observed for float comparison.
- getHeader() - Method in class JxnRealArrayTextFileDataSource
- getHeader(int) - Method in class JxnRealArrayTextFileDataSource
- getHeaders() - Method in class JxnRealArrayTextFileDataSource
- getHeadTrail(String, int, String, int, String) - Static method in class JxnUtilities
-
Extracts the first
nHead
and the lastnTrail
tokens delimited bydelimString
fromtext
. - getHeadTrail(String, int, String, int, String) - Static method in class KmgStaticUtilities
-
Extracts the first
nHead
and the lastnTrail
tokens delimited bydelimString
fromtext
. - getHeadTrail(String, String, int, String) - Static method in class KmgStaticUtilities
-
Applies
KmgStaticUtilities.getHeadTrail(java.lang.String, int, java.lang.String, int, java.lang.String)
until length of result is belowmxChars
(if possible). - getHideTypeOutput() - Static method in class KmgFormelInterpreter
-
Returns
staticHideTypeOutput
. - getIconImageList() - Static method in class KmgFormelInterpreter
-
Used internally.
- getIgnoreSurplus() - Static method in class JxnRealArrayAlgebra
-
Returns
JxnRealArrayAlgebra.ignoreSurplus
. - getKmgDoubleBounds() - Method in class JxnAbstractPainter
- getKmgDoubleBounds() - Method in class JxnRealArrayCurve
- getKmgDoubleBounds() - Method in class JxnTextPainter
- getKmgDoubleBounds() - Method in interface KmgXYPainter
-
Returns the bounds of the graphical object (called internally).
- getLabel(int, int) - Method in class JxnRealArrayTextFileDataSource
-
Retrieves the label of the
iCol
-th character delimited column. - getLabel(int, int, int) - Method in class JxnRealArrayTextFileDataSource
-
Retrieves the label from fixed width columns.
- getNumerator() - Method in class MyFractionAlgebra
-
Returns the internally stored numerator.
- getPath(String) - Method in class KmgFormelInterpreter
-
Returns relative filepath for parameter
filepath
. - getPlotFrameNumber() - Method in class KmgFormelPlotFrame
-
Returns the sequential number of this
PlotFrame
. - getPrimitive(Class) - Static method in class KmgStaticUtilities
-
Returns the corresponding primitive type e.g.
- getRemaining() - Method in class KmgStringTokenizer
-
Returns all remaining text without considering any delimiters.
- getRepeating() - Static method in class KmgFormelPlotFrame
-
Called internally...
- getRMSDiff(JxnVectorTransformation, JxnVectorTransformation) - Static method in class JxnVectorTransformation
-
Checks the difference of two transformations.
- getShowConditional() - Method in class JxnFunction
- getShowInternalResults() - Method in class JxnFunction
- getSizeDefault() - Static method in class KmgFormelPlotFrame
-
Returns the default canvas size.
- getStaticShowConditional() - Static method in class KmgFormelInterpreter
-
Returns
staticShowConditional
. - getT() - Method in class JxnVectorTransformation
-
Returns the transformation matrix.
- getValue() - Method in class JxnRealArrayAlgebra
-
Returns a reference to the internal array of this
JxnRealArrayAlgebra
. - getValue(double) - Method in class JxnComplexArrayAlgebra
-
Same as
get(t)
. - getValue(double) - Method in class JxnRealArrayAlgebra
-
Returns
get
(x)
. - getValue(double[]) - Method in class JxnRealArrayAlgebra
-
Returns
get
(da)
. - getValue(int) - Method in class JxnComplexArrayAlgebra
-
Same as
get(i)
. - getValue(int) - Method in class JxnRealArrayAlgebra
-
Deprecated.Use
get
(i)
. - getValue(JxnComplexArrayAlgebra, double) - Method in class JxnComplexArrayAlgebra
- getValue(JxnComplexArrayAlgebra, int) - Static method in class JxnComplexArrayAlgebra
-
Return the ith element of
caa
. - getValue(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
- getValue(JxnRealArrayAlgebra, double[]) - Static method in class JxnRealArrayAlgebra
- getValue(JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
-
Returns the value of the
i
-th element of the internal array ofra
. - getVersion() - Static method in class KmgFormelInterpreter
-
Returns
iVersion
. - getX() - Method in class JxnVectorAlgebra
-
Returns the x-component of this vector object.
- getXYCanvas() - Method in class KmgFormelPlotFrame
-
Returns the Canvas (without the scrollbars) of this
PlotFrame
. - getXYPanel() - Method in class KmgFormelPlotFrame
-
Returns the ZoomPanel (containing the scrollbars) of this
PlotFrame
. - getY() - Method in class JxnVectorAlgebra
-
Returns the y-component of this vector object.
- getZ() - Method in class JxnVectorAlgebra
-
Returns the z-component of this vector object.
- getZ(KmgParallelProjection, JxnRealArrayAlgebra[]) - Static method in class JxnUtilities
-
Returns the z-component of the projection (direction out of the projection plane towards the viewer).
- group(String, int) - Static method in class JxnUtilities
-
Groups
text
into sections ofm
characters by inserting blanks. - group(String, int, String) - Static method in class JxnUtilities
-
Groups
text
into sections ofm
characters by inserting the Stringseparator
. - gt(double, double) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- gt(long, long) - Static method in class JxnUtilities
-
Represents the Java relational operator.
H
- hashCode(Object) - Static method in class JxnObject
-
Returns
obj.hashCode()
(java.lang.Object
). - hashCode(Object) - Static method in class JxnUtilities
-
Deprecated.No more needed: Simply call
ao.hashCode()
. To calljava.lang.Object.hashCode()
on the array elements ofao
useJxnObject.hashCode( @JxnUnroll ao )
. - hasMoreElements() - Method in class KmgStringTokenizer
-
Returns
true
, if a subsequent call ofKmgStringTokenizer.nextElement()
will return a result which is notnull
. - hasNext() - Method in class KmgStringTokenizer
-
Returns
KmgStringTokenizer.hasMoreElements()
. - hexString(byte) - Static method in class JxnUtilities
-
Formats a byte as hexString.
- hexString(byte[]) - Static method in class JxnUtilities
-
Formats a byte array as hexString.
- hexString(char) - Static method in class JxnUtilities
-
Formats a char as hexString.
- hexString(char[]) - Static method in class JxnUtilities
-
Formats a char array as hexString.
- hexString(double) - Static method in class JxnUtilities
-
Formats a double as hexString.
- hexString(float) - Static method in class JxnUtilities
-
Formats a float as hexString.
- hexString(int) - Static method in class JxnUtilities
-
Formats an int as hexString.
- hexString(long) - Static method in class JxnUtilities
-
Formats a long as hexString.
- hexString(short) - Static method in class JxnUtilities
-
Formats a short as hexString.
- hexString(String) - Static method in class JxnUtilities
-
Formats
text
as hexString. - hexString(BigInteger) - Static method in class JxnUtilities
-
Formats a BigInteger as hexString.
- hexStringToDouble(String) - Static method in class JxnUtilities
-
Parses hexString to double using
JxnUtilities.parseHex(String hexString)
andDouble.longBitsToDouble(long)
. - hexStringToFloat(String) - Static method in class JxnUtilities
-
Parses hexString to float using
JxnUtilities.parseHex(String hexString)
andFloat.intBitsToFloat(int)
. - hypot(double, double) - Method in class JxnVectorAlgebra
-
Returns
Math.hypot(double, double)
. - hypot(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
I
- ID - Static variable in class JxnUnitTest
- IEEEremainder(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- IEEEremainder(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
- IEEEremainder(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- iFrame - Variable in class KmgFormelPlotFrame
-
Sequential number of the current PlotFrame.
- ignore() - Method in class JxnUnitTest
-
Ignores the following single test.
- ignoreSurplus - Static variable in class JxnRealArrayAlgebra
- im - Variable in class JxnComplexAlgebra
-
Imaginary part.
- im - Variable in class JxnComplexArrayAlgebra
-
Internal storage.
- imag(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the imaginary part of
z
. - imag(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Returns the imaginary parts of
z
. - indexOfNotInString(String, char) - Static method in class KmgStaticUtilities
-
Finds the index of the first
chr
intext
outside"..."
or'.'
. - indexOfNotInString(String, char, int) - Static method in class KmgStaticUtilities
-
Finds the index of the first
chr
intext
outside"..."
or'.'
. - indexOfNotInString(String, String) - Static method in class KmgStaticUtilities
-
Finds the index of the first
str
intext
outside"..."
or'.'
. - indexOfNotInString(String, String, int) - Static method in class KmgStaticUtilities
-
Finds the index of the first
str
intext
outside"..."
or'.'
. - intArray(int) - Static method in class JxnUtilities
-
Creates a new int array with the specified length.
- intArray(int, int) - Static method in class JxnUtilities
-
Creates a new int array with the specified length, initialized with
initial
. - intArray(String) - Static method in class JxnUtilities
-
Deprecated.In JXN prefer
{ 123, 456, 789 }
. - integral(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
integral
( y, 1. )
. - integral(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Returns the integral ∫
y dt
for equidistant step sizedt
. - integral(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the integral ∫
y dt
for the elements of the internal arrays ofy
andt
. - inv() - Method in class JxnComplexAlgebra
-
Replaces this by its reciprocal.
- inv() - Method in class JxnComplexArrayAlgebra
-
Replaces this by its reciprocal.
- inv() - Method in class JxnRealArrayAlgebra
-
Replaces this by its reciprocal.
- inv() - Method in class MyFractionAlgebra
-
Replaces this by its reciprocal.
- inv(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the reciprocal of
z
. - inv(JxnVectorTransformation) - Static method in class JxnVectorTransformation
-
Returns the inverse of
t
. - invalid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns an int array of the indices of values of
ra
with invalid (NaN
orInfinitive
) values. - INVALID - Static variable in class KmgDateTimeConverter
-
Value returned for unparseable date time String.
- inverse() - Method in class JxnVectorTransformation
-
Returns the inverse of this (without changing it).
- isArray(Object) - Static method in class JxnUtilities
-
Returns true if o is an array (null returns false).
- isDefined(String) - Method in class KmgFormelInterpreter
-
Returns
true
ifvarName
is known. - isExact() - Method in class MyFractionAlgebra
-
Returns, if the fraction (with int numerator and denominator) is exact (otherwise it is an approximation).
- isNull(double) - Static method in class JxnUtilities
-
Allows the generic check of arbitrary variables (e.g.arguments passed to jxn files).
- isNull(Object) - Static method in class JxnUtilities
-
Returns true if o == null.
- isPrimitiveOrJavaWrapper(double) - Static method in class JxnUtilities
-
Used in jxn files to check the type of
x
. - isPrimitiveOrJavaWrapper(Object) - Static method in class JxnUtilities
-
Used in jxn files to check the type of
x
. - isRepeating - Static variable in class KmgFormelPlotFrame
-
Currently processing the slider repeat list.
- isSame(Object, Object) - Static method in class JxnUtilities
-
Returns true if x == y (references to the same (identical) instance).
- itsDoubleEps - Variable in class JxnUnitTest
-
tolerance for double comparison.
- itsFloatEps - Variable in class JxnUnitTest
-
tolerance for float comparison.
- itsV - Variable in class JxnVectorAlgebra
-
Internal storage.
J
- J - Static variable in class JxnComplexAlgebra
-
j
. - JJJ - Static variable in class JxnComplexAlgebra
-
-j
. - join(Object) - Static method in class JxnUtilities
-
Formats
array
as string. - join(String, Object) - Static method in class JxnUtilities
-
Formats
array
as string. - Jxn3DPainter - Interface in <Unnamed>
-
Instances of classes which implement this interface can be displayed in a
JxnPerspectivePlotFrame
. - JxnAbstractPainter - Class in <Unnamed>
-
Defines common properties of graphical (painter) objects.
- JxnAbstractPainter() - Constructor for class JxnAbstractPainter
- JxnCast - Class in <Unnamed>
-
Collection of static methods for explicit primitive value cast in JXN.
- JxnCloneableAlgebra - Interface in <Unnamed>
-
Indicates that the algebra requires cloning of the left side operand and implements a
cloneThis()
method. - JxnComplexAlgebra - Class in <Unnamed>
-
Implementation of a complex algebra.
- JxnComplexAlgebra() - Constructor for class JxnComplexAlgebra
-
Creates
j
. - JxnComplexAlgebra(double) - Constructor for class JxnComplexAlgebra
-
Creates
re + j 0
. - JxnComplexAlgebra(double, double) - Constructor for class JxnComplexAlgebra
-
Creates
re + j im
. - JxnComplexAlgebra(double, double, boolean) - Constructor for class JxnComplexAlgebra
-
Creates complex from magnitude
r
and phase anglephi
. - JxnComplexAlgebra(JxnComplexAlgebra) - Constructor for class JxnComplexAlgebra
-
Creates a copy of
z
. - JxnComplexArrayAlgebra - Class in <Unnamed>
-
Implementation of a complex array algebra.
- JxnComplexArrayAlgebra() - Constructor for class JxnComplexArrayAlgebra
- JxnComplexArrayAlgebra(double) - Constructor for class JxnComplexArrayAlgebra
-
Creates a complex array instance for a single real value
re
(the imaginary part is 0). - JxnComplexArrayAlgebra(double[]) - Constructor for class JxnComplexArrayAlgebra
-
Creates a complex array instance from a double array
re
(the imaginary part is 0.). - JxnComplexArrayAlgebra(double[], boolean) - Constructor for class JxnComplexArrayAlgebra
-
Creates a complex array instance from a double array
re
. - JxnComplexArrayAlgebra(double[], double[]) - Constructor for class JxnComplexArrayAlgebra
-
Creates a complex array instance from two double arrays
re
andim
. - JxnComplexArrayAlgebra(double[], double[], boolean) - Constructor for class JxnComplexArrayAlgebra
-
Creates a complex array instance from two double arrays
re
andim
. - JxnComplexArrayAlgebra(int[]) - Constructor for class JxnComplexArrayAlgebra
-
Creates a complex array instance an int array for
re
. - JxnComplexArrayAlgebra(JxnComplexAlgebra) - Constructor for class JxnComplexArrayAlgebra
-
Creates a complex array instance for a single complex value
cx = re + j im
. - JxnComplexArrayAlgebra(JxnComplexAlgebra[]) - Constructor for class JxnComplexArrayAlgebra
-
Creates a complex array instance from an array of
JxnComplexAlgebra
. - JxnComplexArrayAlgebra(JxnComplexAlgebra, JxnRealArrayAlgebra) - Constructor for class JxnComplexArrayAlgebra
-
Creates a complex array instance for
cx * ra
. - JxnComplexArrayAlgebra(JxnComplexArrayAlgebra) - Constructor for class JxnComplexArrayAlgebra
-
Creates a copy of
z
. - JxnComplexArrayAlgebra(JxnRealArrayAlgebra) - Constructor for class JxnComplexArrayAlgebra
-
Creates a complex array instance for
re
. - JxnComplexArrayAlgebra(JxnRealArrayAlgebra, JxnComplexAlgebra) - Constructor for class JxnComplexArrayAlgebra
-
Creates a complex array instance for
ra * cx
. - JxnComplexPlotFrame - Class in <Unnamed>
-
Displays phasor representations (arrows) of
JxnComplexAlgebra
objects in a PlotFrame (display window). - JxnD - Class in <Unnamed>
-
The classes
JxnF
,JxnF2
,JxnI
,JxnL
andJxnD
together implement all interfaces of packagejava.util.function
forjava.util.stream
. - JxnD(JxnFunction) - Constructor for class JxnD
-
Constructs
JxnD
from an already definedJxnFunction f
. - JxnD(KmgFormelInterpreter, String) - Constructor for class JxnD
-
Calls constructor
JxnFunction( fi, cmd )
. - JxnF - Class in <Unnamed>
-
The classes
JxnF
,JxnF2
,JxnI
,JxnL
andJxnD
together implement all interfaces of packagejava.util.function
forjava.util.stream
. - JxnF(JxnFunction) - Constructor for class JxnF
-
Constructs
JxnF
from an already definedJxnFunction f
. - JxnF(KmgFormelInterpreter, String) - Constructor for class JxnF
-
Calls constructor
JxnFunction( fi, cmd )
. - JxnF2 - Class in <Unnamed>
-
The classes
JxnF
,JxnF2
,JxnI
,JxnL
andJxnD
together implement all interfaces of packagejava.util.function
forjava.util.stream
. - JxnF2(JxnFunction) - Constructor for class JxnF2
-
Constructs
JxnF2
from an already definedJxnFunction f
. - JxnF2(KmgFormelInterpreter, String) - Constructor for class JxnF2
-
Calls constructor
JxnFunction( fi, cmd )
. - JxnFunction - Class in <Unnamed>
-
Parses, stores and executes a jxn function.
- JxnFunction(String) - Constructor for class JxnFunction
-
Deprecated.
- JxnFunction(String, KmgFormelInterpreter) - Constructor for class JxnFunction
-
Deprecated.replaced by
JxnFunction(KmgFormelInterpreter, String)
- JxnFunction(JxnFunction) - Constructor for class JxnFunction
- JxnFunction(KmgFormelInterpreter, String) - Constructor for class JxnFunction
-
Defines a jxn function with variable number of arguments.
- JxnFunction(KmgFormelInterpreter, String[], String) - Constructor for class JxnFunction
-
Defines a jxn function with fixed number of arguments.
- JxnFunction(KmgFormelInterpreter, String, String) - Constructor for class JxnFunction
-
Defines a jxn function with fixed number of arguments.
- JxnGraphicsPainter - Class in <Unnamed>
-
Defines a graphical object for display in a
PlotFrame
. - JxnGraphicsPainter(int, double, double, double, double) - Constructor for class JxnGraphicsPainter
-
Creates a graphical object for display in a
PlotFrame
. - JxnGraphicsPainter(int, double, double, double, double, int) - Constructor for class JxnGraphicsPainter
-
See
JxnGraphicsPainter
. - JxnGraphicsPainter(int, double, double, double, double, int, Color) - Constructor for class JxnGraphicsPainter
-
See
JxnGraphicsPainter
. - JxnGraphicsPainter(int, double, double, double, double, Color) - Constructor for class JxnGraphicsPainter
-
See
JxnGraphicsPainter
. - JxnI - Class in <Unnamed>
-
The classes
JxnF
,JxnF2
,JxnI
,JxnL
andJxnD
together implement all interfaces of packagejava.util.function
forjava.util.stream
. - JxnI(JxnFunction) - Constructor for class JxnI
-
Constructs
JxnI
from an already definedJxnFunction f
. - JxnI(KmgFormelInterpreter, String) - Constructor for class JxnI
-
Calls constructor
JxnFunction( fi, cmd )
. - JxnL - Class in <Unnamed>
-
The classes
JxnF
,JxnF2
,JxnI
,JxnL
andJxnD
together implement all interfaces of packagejava.util.function
forjava.util.stream
. - JxnL(JxnFunction) - Constructor for class JxnL
-
Constructs
JxnL
from an already definedJxnFunction f
. - JxnL(KmgFormelInterpreter, String) - Constructor for class JxnL
-
Calls constructor
JxnFunction( fi, cmd )
. - JxnLine3DPainter - Class in <Unnamed>
-
Defines a line object for display in a
JxnPerspectivePlotFrame
. - JxnLine3DPainter(double, double, double, double, double, double) - Constructor for class JxnLine3DPainter
-
Creates a line object (line from
(x1,y1,z1)
to(x2,y2,z2)
) for display in aJxnPerspectivePlotFrame
. - JxnLine3DPainter(double, double, double, double, double, double, Color) - Constructor for class JxnLine3DPainter
-
See
JxnLine3DPainter
. - JxnLoop - Class in <Unnamed>
-
Collection of static methods used to repeat commands.
- JxnObject - Class in <Unnamed>
-
Collection of static methods adding to the methods of
java.lang.
Object
. - JxnParameterCheck - Class in <Unnamed>
-
Collection of static methods to test ...
- JxnPerspectivePlotFrame - Class in <Unnamed>
- JxnPolygonPainter - Class in <Unnamed>
-
Defines a polygon for display in a
PlotFrame
. - JxnPolygonPainter(int, KmgDoublePolygon) - Constructor for class JxnPolygonPainter
-
Creates a polygon for display in a
PlotFrame
. - JxnPolygonPainter(int, KmgDoublePolygon, Color) - Constructor for class JxnPolygonPainter
-
See
JxnPolygonPainter
. - JxnPolygonPainter(KmgDoublePolygon, int) - Constructor for class JxnPolygonPainter
-
Deprecated.Use
JxnPolygonPainter(int, KmgDoublePolygon)
instead. - JxnRealArrayAlgebra - Class in <Unnamed>
-
Implementation of an algebra based on an internal array
double[] value
. - JxnRealArrayAlgebra() - Constructor for class JxnRealArrayAlgebra
- JxnRealArrayAlgebra(double[]) - Constructor for class JxnRealArrayAlgebra
-
Creates a
JxnRealArrayAlgebra
instance from the arrayvalue
. - JxnRealArrayAlgebra(double[], boolean) - Constructor for class JxnRealArrayAlgebra
-
Creates a
JxnRealArrayAlgebra
instance from the arraydouble [] value
. - JxnRealArrayAlgebra(double, double, double) - Constructor for class JxnRealArrayAlgebra
-
Creates an instance from the given parameters.
- JxnRealArrayAlgebra(double, double, int) - Constructor for class JxnRealArrayAlgebra
-
Creates an instance from the given parameters.
- JxnRealArrayAlgebra(double, double, int, int, int) - Constructor for class JxnRealArrayAlgebra
-
Deprecated.replaced by class
JxnUVGrid
. - JxnRealArrayAlgebra(int) - Constructor for class JxnRealArrayAlgebra
- JxnRealArrayAlgebra(int[]) - Constructor for class JxnRealArrayAlgebra
-
Creates a
JxnRealArrayAlgebra
instance from the arrayint[] value
. - JxnRealArrayAlgebra(JxnRealArrayAlgebra) - Constructor for class JxnRealArrayAlgebra
-
Creates a copy of
ra
. - JxnRealArrayAlgebra(JxnRealArrayAlgebra, boolean) - Constructor for class JxnRealArrayAlgebra
-
Creates a copy of
ra
. - JxnRealArrayCurve - Class in <Unnamed>
-
Curve representation of
JxnRealArrayAlgebra
instance(s) (used internally). - JxnRealArrayPlotFrame - Class in <Unnamed>
-
Displays curve representations of
JxnRealArrayAlgebra
objects in a PlotFrame (display window). - JxnRealArraySample - Class in <Unnamed>
-
Collection of static methods for taking samples from a
JxnRealArrayAlgebra
instance. - JxnRealArrayTextFileDataSource - Class in <Unnamed>
-
Parses column-wise organized text files (including CSV exports from Excel) to read data into
JxnRealArrayAlgebra
instances. - JxnRealArrayTextFileDataSource(String) - Constructor for class JxnRealArrayTextFileDataSource
-
Constructs a text file data source object for the given
filename
. - JxnRealArrayTextFileDataSource(String, int, String, String) - Constructor for class JxnRealArrayTextFileDataSource
-
Constructs a text file data source object for the given
filename
. - JxnShape2DPainter - Class in <Unnamed>
-
Defines a painter object for the display of an object from package
java.awt.geom
(implementations ofjava.awt.Shape
) in aPlotFrame
. - JxnShape2DPainter(Shape, Color, boolean) - Constructor for class JxnShape2DPainter
-
Creates a graphical object for display in a
PlotFrame
. - JxnSymbolPainter - Class in <Unnamed>
-
Defines a symbol for display in a
PlotFrame
. - JxnSymbolPainter(double, double) - Constructor for class JxnSymbolPainter
-
Defines an invisible placeholder (for scaling).
- JxnSymbolPainter(int, double, double) - Constructor for class JxnSymbolPainter
-
Creates a symbol for display in a
PlotFrame
at position(x,y)
. - JxnSymbolPainter(int, double, double, double) - Constructor for class JxnSymbolPainter
-
See
JxnSymbolPainter
. - JxnSymbolPainter(int, double, double, double, Color) - Constructor for class JxnSymbolPainter
-
See
JxnSymbolPainter
. - JxnSymbolPainter(int, double, double, int) - Constructor for class JxnSymbolPainter
-
See
JxnSymbolPainter
. - JxnSymbolPainter(int, double, double, int, Color) - Constructor for class JxnSymbolPainter
-
See
JxnSymbolPainter
. - JxnSymbolPainter(int, double, double, Color) - Constructor for class JxnSymbolPainter
-
See
JxnSymbolPainter
. - JxnTextPainter - Class in <Unnamed>
-
Defines a text object for display in a
PlotFrame
. - JxnTextPainter(double, double, double) - Constructor for class JxnTextPainter
-
Creates an instance for display of
value
as text in a PlotFrame. - JxnTextPainter(double, double, double, Color) - Constructor for class JxnTextPainter
-
See
JxnTextPainter
. - JxnTextPainter(double, double, double, JxnTextPainter) - Constructor for class JxnTextPainter
-
See
JxnTextPainter
. - JxnTextPainter(long, double, double) - Constructor for class JxnTextPainter
-
Creates an instance for display of
value
as text in a PlotFrame. - JxnTextPainter(long, double, double, Color) - Constructor for class JxnTextPainter
-
See
JxnTextPainter
. - JxnTextPainter(long, double, double, JxnTextPainter) - Constructor for class JxnTextPainter
-
See
JxnTextPainter
. - JxnTextPainter(String, double, double) - Constructor for class JxnTextPainter
- JxnTextPainter(String, double, double, Color) - Constructor for class JxnTextPainter
-
See
JxnTextPainter
. - JxnTextPainter(String, double, double, JxnTextPainter) - Constructor for class JxnTextPainter
-
See
JxnTextPainter
. - JxnUnitTest - Class in <Unnamed>
-
Provides a set of methods supporting unit tests in JXN (similar to → JUnit.org).
- JxnUnitTest() - Constructor for class JxnUnitTest
-
The assert methods are called on instances of JxnUnitTest.
- JxnUnitTest(double) - Constructor for class JxnUnitTest
-
Creates instance with preset
JxnUnitTest.itsDoubleEps
value. - JxnUnitTest(double, float) - Constructor for class JxnUnitTest
-
Creates instance with preset
JxnUnitTest.itsDoubleEps
andJxnUnitTest.itsFloatEps
value. - JxnUnitTestFailureExpected - Class in <Unnamed>
-
Variant of
JxnUnitTest
used for tests which during test driven developement are expected to fail initially. - JxnUnitTestFailureExpected() - Constructor for class JxnUnitTestFailureExpected
-
Constructs instance.
- JxnUnitTestFailureExpected(double) - Constructor for class JxnUnitTestFailureExpected
-
Constructs instance.
- JxnUnitTestFailureExpected(double, float) - Constructor for class JxnUnitTestFailureExpected
-
Constructs instance.
- JxnUtilities - Class in <Unnamed>
-
Collection of methods in the following sections:
fileDialog plot and curve formatting to String hex formatting ClassExplorer extensions to java.lang.Math set field array operations boolean operators bitwise operators relational operators formula switching - JxnUVGrid - Class in <Unnamed>
-
Defines methods to visualize functions
x(u,v)
andy(u,v)
by mapping a grid in the u/v-plain into the x/y-plain. - JxnUVGrid(double, double, double, double, double, double) - Constructor for class JxnUVGrid
-
Creates a grid defined by starting point, end point and mesh width.
- JxnUVGrid(double, double, double, double, double, double, int) - Constructor for class JxnUVGrid
-
See
JxnUVGrid
. - JxnUVGrid(double, double, int, double, double, int) - Constructor for class JxnUVGrid
-
Creates a grid defined by starting point, mesh width and number of meshes.
- JxnUVGrid(double, double, int, double, double, int, int) - Constructor for class JxnUVGrid
-
See
JxnUVGrid
. - JxnVectorAlgebra - Class in <Unnamed>
-
Implementation of a vector algebra.
- JxnVectorAlgebra(double[]) - Constructor for class JxnVectorAlgebra
-
Creates a vector algebra instance from the array
double [] arr
. - JxnVectorAlgebra(double[], boolean) - Constructor for class JxnVectorAlgebra
-
Creates a vector algebra instance from the array
double [] arr
. - JxnVectorAlgebra(double, double, boolean) - Constructor for class JxnVectorAlgebra
-
Creates a 3-dimensional vector of length 1 from latitude-angle and longitude-angle.
- JxnVectorAlgebra(double, double, double) - Constructor for class JxnVectorAlgebra
-
Creates a 3-dimensional vector ( x, y, z ).
- JxnVectorAlgebra(JxnVectorAlgebra) - Constructor for class JxnVectorAlgebra
-
Creates a copy of
v
. - JxnVectorTransformation - Class in <Unnamed>
-
Implements an affine transformation and mapping methods for vectors and curves (experimental status).
- JxnVectorTransformation() - Constructor for class JxnVectorTransformation
-
Creates a three-dimensional identity transformation.
- JxnVectorTransformation(double[][]) - Constructor for class JxnVectorTransformation
-
Creates a transformation object from a given matrix
tm
. - JxnVectorTransformation(int) - Constructor for class JxnVectorTransformation
-
Creates an identity transformation of dimension
dim
. - JxnVectorTransformation(JxnVectorAlgebra, JxnVectorAlgebra, JxnVectorAlgebra) - Constructor for class JxnVectorTransformation
-
Creates a transformation object from given coordinate (basis) vectors.
- JxnVectorTransformation(JxnVectorTransformation) - Constructor for class JxnVectorTransformation
-
Creates a copy of
t
.
K
- KmgDateTimeConverter - Class in <Unnamed>
-
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.
- KmgDateTimeConverter() - Constructor for class KmgDateTimeConverter
-
Creates a
KmgDateTimeConverter
instance. - KmgDateTimeConverter(String) - Constructor for class KmgDateTimeConverter
- KmgDateTimeConverter(DateFormat) - Constructor for class KmgDateTimeConverter
-
Creates a
KmgDateTimeConverter
instance usingdf
. - KmgDoublePolygon - Class in <Unnamed>
-
Stores the points ( xi, yi ) of a polygon.
- KmgDoublePolygon() - Constructor for class KmgDoublePolygon
-
Creates an empty polygon.
- KmgDoublePolygon(double[], double[]) - Constructor for class KmgDoublePolygon
-
Creates a polygon from two double arrays.
- KmgDoublePolygon(int) - Constructor for class KmgDoublePolygon
-
Creates an empty polygon (with given initial capacity).
- KmgFormelInterpreter - Class in <Unnamed>
-
Main class of JXN.
- KmgFormelInterpreter() - Constructor for class KmgFormelInterpreter
- KmgFormelInterpreter(boolean) - Constructor for class KmgFormelInterpreter
- KmgFormelInterpreter(boolean, boolean) - Constructor for class KmgFormelInterpreter
- KmgFormelInterpreter(Object) - Constructor for class KmgFormelInterpreter
- KmgFormelInterpreter(KmgFormelInterpreter) - Constructor for class KmgFormelInterpreter
- KmgFormelInterpreter(KmgFormelInterpreter.NullValueHashtable) - Constructor for class KmgFormelInterpreter
- KmgFormelInterpreter(KmgFormelInterpreter.NullValueHashtable, boolean) - Constructor for class KmgFormelInterpreter
- KmgFormelInterpreter(KmgFormelInterpreter.NullValueHashtable, Hashtable<String, String>) - Constructor for class KmgFormelInterpreter
- KmgFormelPlotFrame - Class in <Unnamed>
-
Base class of all
PlotFrame
s (graphic display windows). - KmgFormelPlotFrame(String) - Constructor for class KmgFormelPlotFrame
- KmgStaticUtilities - Class in <Unnamed>
-
Collection of (static) methods adding to package
java.lang
. - KmgStringTokenizer - Class in <Unnamed>
-
Variant of
java.util.
StringTokenizer
with different handling of consecutive delimiters. - KmgStringTokenizer(String) - Constructor for class KmgStringTokenizer
-
Shortcut of
KmgStringTokenizer
( text, "\t\n\r\f", " " )
. - KmgStringTokenizer(String, String, String) - Constructor for class KmgStringTokenizer
-
Variant of
StringTokenizer
which supports two different types of delimiters, see Parametersdelim1
anddelim2
. - KmgXMLUtil - Class in <Unnamed>
-
Collection of (static) methods adding to package
org.w3c.dom
. - KmgXYPainter - Interface in <Unnamed>
-
Instances of classes which implement this interface can be displayed in a
PlotFrame
. - korXY(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
corXY
( rx, ry )
.
L
- lat() - Method in class JxnVectorAlgebra
-
Returns the latitude angle of this vector object.
- lat(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Returns the latitude angle of
va
. - latD() - Method in class JxnVectorAlgebra
-
Returns the latitude angle of this vector object in degrees.
- latD(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Returns the latitude angle of
va
in degrees. - le(double, double) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- le(long, long) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- left(int, int) - Static method in class JxnUtilities
-
Represents the Java bit shift operator (for int).
- left(long, int) - Static method in class JxnUtilities
-
Represents the Java bit shift operator (for long).
- length(Object) - Static method in class JxnUtilities
-
Returns the length of the specified array object.
- length(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Returns the length of the internal arrays of
z
. - length(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the length of the internal array of
ra
. - limit(double, double, double) - Static method in class JxnUtilities
-
Keeps
x
withinxmin
andxmax
. - limit(int, int, int) - Static method in class JxnUtilities
-
Keeps
x
withinxmin
andxmax
. - limit(long, long, long) - Static method in class JxnUtilities
-
Keeps
x
withinxmin
andxmax
. - limit(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the elements of the internal array ofra
limitted tolower
andupper
. - log(double, double) - Static method in class JxnUtilities
-
Returns the base
b
logarithm ofx
. - log(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Determines the base
b
logarithm of each element of the internal array ofra
. - log(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the natural logarithm of
z
. - log(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Calls
JxnComplexAlgebra.log(JxnComplexAlgebra)
for each element of the internal array ofz
. - log(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.log(double)
for each element of the internal array ofra
. - log10(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.log10(double)
for each element of the internal array ofra
. - log1p(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.log1p(double)
for each element of the internal array ofra
. - log2(double) - Static method in class JxnUtilities
-
Returns the base 2 logarithm of
x
. - lon() - Method in class JxnVectorAlgebra
-
Returns the longitude angle of this vector object.
- lon(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Returns the latitude angle of
va
. - lonD() - Method in class JxnVectorAlgebra
-
Returns the longitude angle of this vector object in degrees.
- lonD(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Returns the latitude angle of
va
in degrees. - longArray(int, long) - Static method in class JxnUtilities
-
Creates a new long array with the specified length, initialized with
initial
. - lt(double, double) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- lt(long, long) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- lw(float) - Method in class JxnAbstractPainter
-
Shortcut of
JxnAbstractPainter.setLineWidth(float)
.
M
- main(String[]) - Static method in class JxnComplexAlgebra
-
Test.
- main(String[]) - Static method in class JxnUnitTest
- main(String[]) - Static method in class KmgFormelInterpreter
-
Runs JxnPortable from the command line (shell) (Recommended: Start GUI using JxnPortable/JxnStart.bat).
- main(String[]) - Static method in class KmgStaticUtilities
-
Tests.
- main(String[]) - Static method in class KmgStringTokenizer
-
Test.
- main(String[]) - Static method in class MyFractionAlgebra
-
Test.
- map(double[]) - Method in class JxnVectorTransformation
-
Called internally.
- map(int, double, double, double) - Method in class JxnVectorTransformation
-
Called internally.
- map(int, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnVectorTransformation
-
Returns the
i
-th coordinate of the mapping of the curve given byrx
,ry
andrz
. - map(JxnRealArrayAlgebra[]) - Method in class JxnVectorTransformation
-
Returns the mapping of the curve given by an array
rxyz = { rx, ry, rz }
. - map(JxnVectorAlgebra) - Method in class JxnVectorTransformation
-
Returns the mapping of
v
. - max(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- max(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
- max(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- maxIndex(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the index of the (first) maximum value (including +Infinity) of the internal array of
ra
. - maxSample(JxnRealArrayAlgebra, int) - Static method in class JxnRealArraySample
-
Returns a new instance containing the maximun values of respective intervals.
- maxValid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the minimum value excluding +Infinity of the internal array of
ra
. - maxValue(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the maximum value (including +Infinity) of the internal array of
ra
. - min(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- min(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
- min(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- minIndex(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the index of the (first) minimum value (including -Infinity) of the internal array of
ra
. - minMaxSample(JxnRealArrayAlgebra, int) - Static method in class JxnRealArraySample
-
Returns a new instance of alternating minimun and maximum values.
- minSample(JxnRealArrayAlgebra, int) - Static method in class JxnRealArraySample
-
Returns a new instance containing the minimun values of respective intervals.
- minValid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the minimum value excluding -Infinity of the internal array of
ra
. - minValue(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the minimum value (including -Infinity) of the internal array of
ra
. - modPow(int, int, int) - Static method in class JxnUtilities
-
Returns
baseexp mod m
. - modulo(double, double) - Static method in class JxnUtilities
-
Prefer
x % y
ifx > 0
andy > 0
.
Example: - modulo(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- modulo(int, int) - Static method in class JxnUtilities
-
Prefer
x % y
ifx > 0
andy > 0
. - modulo(long, long) - Static method in class JxnUtilities
-
Prefer
x % y
ifx > 0
andy > 0
. - modulo(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
- modulo(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- move(double, double, double) - Method in class JxnVectorTransformation
-
Returns the resulting transformation for this transformation (not changed) followed by a translation defined by
dx
,dy
anddz
. - move(double, JxnVectorAlgebra) - Method in class JxnVectorTransformation
-
Returns the resulting transformation for this transformation (not changed) followed by a translation defined by
v
scaled byf
. - move(JxnVectorAlgebra) - Method in class JxnVectorTransformation
-
Returns the resulting transformation for this transformation (not changed) followed by a translation defined by
v
. - moveCanvasTo(Container) - Method in class KmgFormelPlotFrame
- moveCanvasTo(Container, Object) - Method in class KmgFormelPlotFrame
- moveIt(double, double, double) - Method in class JxnVectorTransformation
-
Modifies this transformation by appending a translation defined by
dx
,dy
anddz
. - moveIt(double, JxnVectorAlgebra) - Method in class JxnVectorTransformation
-
Modifies this transformation by appending a translation defined by
v
scaled byf
. - moveIt(JxnVectorAlgebra) - Method in class JxnVectorTransformation
-
Modifies this transformation by appending a translation defined by
v
. - mul(boolean) - Method in class JxnRealArrayAlgebra
-
Deprecated....
- mul(boolean, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Deprecated....
- mul(double) - Method in class JxnComplexAlgebra
-
(Post)Multiplies this by
d
. - mul(double) - Method in class JxnComplexArrayAlgebra
-
(Post)Multiplies this by
d
. - mul(double) - Method in class JxnRealArrayAlgebra
-
(Post)Multiplies this by
d
. - mul(double) - Method in class JxnVectorAlgebra
-
Multiplies this vector by
scalar
. - mul(double, JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Returns
d * caa
. - mul(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
d * ra
. - mul(double, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Returns
v
scaled byscalar
. - mul(BigInteger) - Method in class BigIntegerAlgebra
-
(Post)Multiplies this by
opnd
. - mul(JxnComplexAlgebra) - Method in class JxnComplexAlgebra
-
(Post)Multiplies this by
z
. - mul(JxnComplexAlgebra) - Method in class JxnComplexArrayAlgebra
-
(Post)Multiplies this by
cx
. - mul(JxnComplexAlgebra) - Method in class JxnRealArrayAlgebra
-
(Post)Multiplies this by
cx
. - mul(JxnComplexArrayAlgebra) - Method in class JxnComplexAlgebra
-
Returns this (post)multiplied by
ca
. - mul(JxnComplexArrayAlgebra) - Method in class JxnComplexArrayAlgebra
-
(Post)Multiplies this by
z
. - mul(JxnRealArrayAlgebra) - Method in class JxnComplexAlgebra
-
Returns this (post)multiplied by
ra
. - mul(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
-
(Post)Multiplies this by
ra
. - mul(JxnRealArrayAlgebra[]) - Method in class JxnVectorTransformation
-
Returns the mapping of
rxyz = { rx, ry, rz }
. - mul(JxnVectorAlgebra) - Method in class JxnVectorTransformation
-
Returns the mapping of
v
. - mul(JxnVectorAlgebra, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Returns the vektor product
v1
×v2
. - mul(JxnVectorTransformation, JxnVectorTransformation) - Static method in class JxnVectorTransformation
-
Returns the combination of
tLeft
andtRght
. - mul(MyFractionAlgebra) - Method in class MyFractionAlgebra
-
(Post)Multiplies this by
opnd
. - mulL(double) - Method in class JxnComplexArrayAlgebra
-
(Pre)Multiplies this by
d
. - mulL(double) - Method in class JxnRealArrayAlgebra
-
(Pre)Multiplies this by
d
. - mulL(double) - Method in class JxnVectorAlgebra
-
Multiplies this vector by
scalar
. - MyFractionAlgebra - Class in <Unnamed>
-
Simple implementation of a fraction algebra (example of a user defined algebra).
- MyFractionAlgebra(double) - Constructor for class MyFractionAlgebra
-
Finds a fraction that represents
x
, using the continued fraction algorithm. - MyFractionAlgebra(int) - Constructor for class MyFractionAlgebra
-
Equivalent to
new MyFractionAlgebra( numerator, 1 )
. - MyFractionAlgebra(int, int) - Constructor for class MyFractionAlgebra
-
Constructs a new Fraction object.
N
- ne(boolean, boolean) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- ne(double, double) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- ne(long, long) - Static method in class JxnUtilities
-
Represents the Java relational operator.
- neg() - Method in class BigIntegerAlgebra
-
Calls
BigInteger.negate()
. - newArray(int, Object) - Static method in class JxnUtilities
-
Creates a new array with the specified length, initialized with
initial
. - newArray(Class<?>, int) - Static method in class JxnUtilities
-
Creates a new array with the specified component type and length.
- newArray(Class<?>, int...) - Static method in class JxnUtilities
-
Creates a new array with the specified component type and dimensions.
- newArray(Class<?>, int, Object) - Static method in class JxnUtilities
-
Creates a new array with the specified component type and length, initialized with
initial
. - next() - Method in class KmgStringTokenizer
-
Returns the next token or
null
, if no more tokens available. - nextElement() - Method in class KmgStringTokenizer
-
Returns the next token or
null
, if no more tokens available. - nextToken() - Method in class KmgStringTokenizer
-
Returns the next token or
null
, if no more tokens available. - nextToken(String, String) - Method in class KmgStringTokenizer
-
Returns the next token after changing the delimiters to the given values.
- nFrames - Static variable in class KmgFormelPlotFrame
-
Number of created PlotFrames.
- noise(int) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
withn
random numbers fromrnd.
nextGaussian()
withrnd = new
Random()
. - noise(int, long) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
withn
random numbers fromrnd.
nextGaussian()
withrnd = new
Random
(seed)
. - noise(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
JxnRealArrayAlgebra.noise(int n)
withn = ra.size()
. - noise(JxnRealArrayAlgebra, long) - Static method in class JxnRealArrayAlgebra
-
Returns
JxnRealArrayAlgebra.noise(int n, long seed)
withn = ra.size()
. - nonWindupStore(JxnRealArrayAlgebra, double, double, double, double) - Static method in class JxnRealArrayAlgebra
-
Returns the integral internally limited to
lower
andupper
(non windup limiter) of a power curve. - nop(double) - Static method in class JxnUtilities
-
Forces the repetition of a statement by inserting an artificial dependency on
sliderDependentVariable
. - nop(double) - Method in class KmgFormelPlotFrame
-
Deprecated.No more needed here.
- nop(Object) - Static method in class JxnUtilities
-
Deprecated.Not needed.
- nop(Object) - Method in class KmgFormelPlotFrame
-
Deprecated.Not needed.
- nop(Object, double) - Static method in class JxnUtilities
-
Forces the repetition of a statement by inserting an artificial dependency on
sliderDependentVariable
. - nop(Object, Object) - Static method in class JxnUtilities
-
Deprecated.Not needed.
- normal(JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Finds a normal vector for
vr
. - not(boolean) - Static method in class JxnUtilities
-
Represents the Java boolean operator.
- not(int) - Static method in class JxnUtilities
-
Represents the Java bitwise operator (for int).
- not(long) - Static method in class JxnUtilities
-
Represents the Java bitwise operator (for long).
- numerator - Variable in class MyFractionAlgebra
O
- ok() - Method in class JxnUnitTest
-
Returns the String returned for passed test.
- ONE - Static variable in class JxnComplexAlgebra
-
1 + j 0
. - or(boolean, boolean) - Static method in class JxnUtilities
-
Represents the Java boolean operator.
- or(int, int) - Static method in class JxnUtilities
-
Represents the Java bitwise operator (for int).
- or(long, long) - Static method in class JxnUtilities
-
Represents the Java bitwise operator (for long).
P
- paint(KmgGraphicsScaler) - Method in class JxnGraphicsPainter
- paint(KmgGraphicsScaler) - Method in class JxnPolygonPainter
- paint(KmgGraphicsScaler) - Method in class JxnRealArrayCurve
- paint(KmgGraphicsScaler) - Method in class JxnShape2DPainter
- paint(KmgGraphicsScaler) - Method in class JxnSymbolPainter
- paint(KmgGraphicsScaler) - Method in class JxnTextPainter
- paint(KmgGraphicsScaler) - Method in interface KmgXYPainter
-
Paints the graphical object (called internally).
- parallel(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the impedance of the parallel connection of two impedances Z1 und Z2.
- parse(String) - Method in class KmgDateTimeConverter
-
Parses text as a date time string.
- parseDateTime(String) - Static method in class KmgDateTimeConverter
-
Parses text as a date time string using
parse
. - parseDateTime(String, DateFormat) - Static method in class KmgDateTimeConverter
-
Parses text as a date time string using
df
andparse
. - parseDouble(String) - Method in class KmgDateTimeConverter
-
Returns
Double.parseDouble(java.lang.String)
, but (if necessary) returnsDouble.NaN
instead of throwing aNumberFormatException
. - parseDouble(String) - Static method in class KmgStaticUtilities
-
Returns
Double.parseDouble(java.lang.String)
, but (if necessary) returnsDouble.NaN
instead of throwing aNumberFormatException
. - parseHex(String) - Static method in class JxnUtilities
-
Parses
hexString
to appropriateNumber
. - parseHilf(String, ParsePosition) - Method in class KmgDateTimeConverter
-
Used internally.
- pathCoverage() - Static method in class JxnVectorAlgebra
-
For test of method
JxnVectorAlgebra.normal(JxnVectorAlgebra)
. - peak(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Determines the peak energy from a power curve
p
. - phasor(IKmg3DProjection) - Method in class JxnVectorAlgebra
-
Deprecated.
- phasor(JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
-
Returns a phasor representation of
z
. - phasor(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
-
Returns a phasor representation of
z1
. - phi(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the argument (phase angle) of
z
. - phi(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Returns the argument (phase angle) of each element of the internal array of
z
. - phi(JxnVectorAlgebra, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Returns the angle between
v1
andv2
. - phiD(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the argument (phase angle) of
z
in degrees. - phiD(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Returns the argument (phase angle) in degrees of each element of the internal array of
z
. - phiD(JxnVectorAlgebra, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Returns the angle between
v1
andv2
in degrees. - plot(double[]) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[]) - Static method in class JxnUtilities
-
Creates a new
JxnRealArrayPlotFrame
and visualizes the values ofy
as a curve:
xi = i, yi = y[i], i = 0 ... y.length - 1. - plot(double[], double[]) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[], double[]) - Static method in class JxnUtilities
-
Creates a new
JxnRealArrayPlotFrame
and visualizes the values ofx
andy
as a curve:
xi = x[i], yi = y[i], i = 0 ... min( x.length, y.length ) - 1. - plot(double[], double[], double) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[], double[], double) - Static method in class JxnUtilities
-
See
plot
. - plot(double[], double[], double[]) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[], double[], double[]) - Static method in class JxnUtilities
- plot(double[], double[], double[], double[]) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[], double[], double[], double[]) - Static method in class JxnUtilities
- plot(double[], double[], int) - Static method in class JxnUtilities
-
See
plot
. - plot(double[], double[], Color) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[], double[], Color) - Static method in class JxnUtilities
-
See
plot
. - plot(double[], double[], Color, float) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[], double[], Color, float) - Static method in class JxnUtilities
-
See
plot
. - plot(double[], double[], Color, int) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[], double[], Color, int) - Static method in class JxnUtilities
-
See
plot
. - plot(double[], double[], Color, int, double) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[], double[], Color, int, double) - Static method in class JxnUtilities
-
See
plot
. - plot(double[], double[], Color, int, float, double) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[], double[], Color, int, float, double) - Static method in class JxnUtilities
-
See
plot
. - plot(double[], double[], Color, int, float, int) - Static method in class JxnUtilities
-
See
plot
. - plot(double[], double[], Color, int, int) - Static method in class JxnUtilities
-
See
plot
. - plot(double[], double[], Color, Stroke, double) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[], double[], Color, Stroke, double) - Static method in class JxnUtilities
-
See
plot
. - plot(double[], double[], Color, Stroke, int) - Static method in class JxnUtilities
-
See
plot
. - plot(double[], Color, int) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(double[], Color, int) - Static method in class JxnUtilities
-
See
plot
. - plot(IKmg3DProjection) - Method in class JxnPerspectivePlotFrame
-
Called internally...
- plot(IKmg3DProjection) - Static method in class JxnUtilities
-
Creates a
JxnPerspectivePlotFrame
for the three-dimensional display of vectors and curves. - plot(IKmg3DProjection, double) - Method in class JxnPerspectivePlotFrame
-
Called internally...
- plot(IKmg3DProjection, double) - Static method in class JxnUtilities
-
Creates a
JxnPerspectivePlotFrame
for the three-dimensional display of vectors and curves. - plot(JxnAbstractPainter) - Static method in class JxnAbstractPainter
-
Creates a PlotFrame to display
ap
. - plot(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
See
plot
. - plot(JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot(JxnComplexAlgebra, Color) - Static method in class JxnComplexAlgebra
-
See
plot
. - plot(JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot(JxnComplexAlgebra, String) - Static method in class JxnComplexAlgebra
-
See
plot
. - plot(JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot(JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
-
Creates a new
JxnComplexPlotFrame
and visualizesz
as a phasor (arrow). - plot(JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
See
plot
. - plot(JxnComplexAlgebra, JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot(JxnComplexAlgebra, JxnComplexAlgebra, Color) - Static method in class JxnComplexAlgebra
-
See
plot
. - plot(JxnComplexAlgebra, JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot(JxnComplexAlgebra, JxnComplexAlgebra, String) - Static method in class JxnComplexAlgebra
-
See
plot
. - plot(JxnComplexAlgebra, JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
-
Creates a new
JxnComplexPlotFrame
and visualizesz1
as a phasor (arrow). - plot(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Creates a new
JxnRealArrayPlotFrame
and visualizes the values ofry
as a curve:
xi = i, yi = ry.value[i], i = 0 ... y.length - 1. - plot(JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
-
Deprecated.
- plot(JxnRealArrayAlgebra, Color, int) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, Color, int) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Creates a new
JxnRealArrayPlotFrame
and visualizes the values ofrx
andry
as a curve:
xi = rx.value[i], yi = ry.value[i], i = 0 ... min( length(rx), length(ry) ) - 1. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, double) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
-
Deprecated.
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, float) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, float) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, double) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, double) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, float, double) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, float, double) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, float, int) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, int, int) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke, double) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke, double) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, Color, Stroke, int) - Static method in class JxnRealArrayAlgebra
-
See
plot
. - plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
-
Deprecated.
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, IKmg3DProjection) - Static method in class JxnRealArrayAlgebra
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, IKmg3DProjection) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Method in class JxnRealArrayPlotFrame
-
Called internally...
- plot(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
-
Deprecated.
- plot(KmgXYPainter) - Static method in class JxnUtilities
-
Deprecated....
- plot90(JxnAbstractPainter) - Static method in class JxnAbstractPainter
-
TODO: wozu?
- plot90(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
See
plot90
. - plot90(JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot90(JxnComplexAlgebra, Color) - Static method in class JxnComplexAlgebra
-
See
plot90
. - plot90(JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot90(JxnComplexAlgebra, String) - Static method in class JxnComplexAlgebra
-
See
plot90
. - plot90(JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot90(JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
-
See
plot
. - plot90(JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot90(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
See
plot90
. - plot90(JxnComplexAlgebra, JxnComplexAlgebra) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot90(JxnComplexAlgebra, JxnComplexAlgebra, Color) - Static method in class JxnComplexAlgebra
-
See
plot90
. - plot90(JxnComplexAlgebra, JxnComplexAlgebra, Color) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot90(JxnComplexAlgebra, JxnComplexAlgebra, String) - Static method in class JxnComplexAlgebra
-
See
plot90
. - plot90(JxnComplexAlgebra, JxnComplexAlgebra, String) - Method in class JxnComplexPlotFrame
-
Called internally...
- plot90(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Static method in class JxnComplexAlgebra
-
See
plot
. - plot90(JxnComplexAlgebra, JxnComplexAlgebra, String, Color) - Method in class JxnComplexPlotFrame
-
Called internally...
- pow(double) - Method in class JxnComplexAlgebra
-
Replaces this by its power of
d
. - pow(double) - Method in class JxnComplexArrayAlgebra
-
Replaces this by its power of
d
. - pow(double) - Method in class JxnRealArrayAlgebra
-
Replaces this by its power of
exponent
. - pow(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
d
to the power ofexponent
. - pow(int) - Method in class BigIntegerAlgebra
-
Returns the power of
exponent
of this. - pow(int) - Method in class MyFractionAlgebra
-
Replaces this by its power of
exponent
. - pow(JxnComplexAlgebra) - Method in class JxnComplexAlgebra
-
Replaces this by its power of
exponent
. - pow(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns
z
to the power ofe
. - pow(JxnRealArrayAlgebra) - Method in class JxnComplexAlgebra
-
Returns this by its power of
ra
. - pow(JxnRealArrayAlgebra) - Method in class JxnComplexArrayAlgebra
-
Replaces this by its power of
ra
. - pow(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
-
Replaces this by its power of
exponent
. - power(int, int) - Method in class MyFractionAlgebra
-
power.
- pqRoot(double, double) - Static method in class JxnUtilities
-
Returns solution of
x^2 + p x + q = 0
. - prd(JxnComplexAlgebra, double) - Static method in class JxnComplexAlgebra
-
Returns the product
z * d
. - prd(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the product
z1 * z2
. - print(PrintStream, String[]) - Static method in class JxnUtilities
-
Writes
lines
line by line tops
. - prod(JxnVectorAlgebra, JxnVectorAlgebra) - Static method in class JxnVectorAlgebra
-
Returns the scalar produkt
v1
·v2
.
Q
- quadsum(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the sum of the squares of all elements of the internal array of
ra
. - quot(JxnComplexAlgebra, double) - Static method in class JxnComplexAlgebra
-
Returns the quotient
z / d
. - quot(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the quotient
z1 / z2
.
R
- random(int) - Static method in class JxnRealArrayAlgebra
- random(int, long) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
withn
random numbers fromrnd.
nextDouble()
withrnd = new
Random(seed)
. - random(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
JxnRealArrayAlgebra.random(int n)
withn = ra.size()
. - random(JxnRealArrayAlgebra, long) - Static method in class JxnRealArrayAlgebra
-
Returns
JxnRealArrayAlgebra.random(int n, long seed)
withn = ra.size()
. - range() - Method in class JxnRealArrayAlgebra
- range(double) - Method in class JxnRealArrayAlgebra
-
Calls
JxnRealArrayAlgebra.range(int)
withstart
rounded to int. - range(double, double) - Method in class JxnRealArrayAlgebra
- range(int) - Method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containinglength(ra)-iStart
values starting from indexiStart
. - range(int, int) - Method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containingiEnd-iStart
values starting from indexiStart
to indexiEnd
(excluding). - range(String) - Method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the values of this starting fromstart
given as date time string. - range(String, String) - Method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the values of this starting fromstart
toend
given as date time string. - range(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
-
Deprecated.
- re - Variable in class JxnComplexAlgebra
-
Real part.
- re - Variable in class JxnComplexArrayAlgebra
-
Internal storage.
- readLines(int) - Method in class JxnRealArrayTextFileDataSource
-
Reads the first
n
lines and returns them as a String array. - real(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the real part of
z
. - real(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Returns the real parts of
z
. - reduce() - Method in class MyFractionAlgebra
-
Reduces the fraction: devides numerator and denominator by their greatest common divisor.
- remainder(double) - Method in class JxnRealArrayAlgebra
-
Replaces this by
this % d
. - remainder(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
d % ra
. - remainder(BigInteger) - Method in class BigIntegerAlgebra
-
Returns the remainder of this divided by
opnd
. - remainder(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
-
Replaces this by
this % ra
. - remove(String) - Method in class KmgFormelInterpreter
-
Removes variable
varName
. - repaintAll() - Static method in class KmgFormelPlotFrame
-
Called internally...
- repaintCanvas() - Method in class KmgFormelPlotFrame
-
Repaints the graphic display (called internally).
- repeat(String, int) - Static method in class JxnUtilities
-
Returns a String which contains
text
repeatedn
times. - repeat(String, int) - Static method in class KmgStaticUtilities
-
Returns a String which contains
text
repeatedn
times. - repeat(KmgFormelInterpreter, String, int, String) - Static method in class JxnLoop
-
Executes
cmd
for valuesvar = 0 ... n-1
. - repeat(KmgFormelInterpreter, String, String) - Static method in class JxnLoop
-
Executes
cmd
whilewhileCondition
istrue
or not0
or notnull
or a char from1TtYy
. - replaceNotInString(String, String, String) - Static method in class KmgStaticUtilities
-
Replaces all occurrences of
old
intext
outside"..."
or'.'
byreplacement
. - rescale() - Method in class KmgFormelPlotFrame
-
(Re)scales the display to the optimal bounds.
- reset() - Method in class JxnUnitTest
-
Resets the test counters of this instance.
- reset() - Method in class JxnUnitTestFailureExpected
- reset() - Method in class KmgStringTokenizer
-
Resets the internal parse position (The delimiter set remains the same).
- resetAll() - Static method in class JxnUnitTest
-
Resets all static test counters.
- resetAll() - Static method in class JxnUnitTestFailureExpected
-
Resets all static test counters.
- reverse(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the elements of the internal array ofra
in reversed order. - right(int, int) - Static method in class JxnUtilities
-
Represents the Java bit shift operator (for int).
- right(long, int) - Static method in class JxnUtilities
-
Represents the Java bit shift operator (for long).
- right0(int, int) - Static method in class JxnUtilities
-
Represents the Java bit shift operator (for int).
- right0(long, int) - Static method in class JxnUtilities
-
Represents the Java bit shift operator (for long).
- rint(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.rint(double)
for each element of the internal array ofra
. - rotate(double, double, double) - Method in class JxnVectorTransformation
-
Returns the resulting transformation for this transformation (not changed) followed by rotations defined by
phiX
,phiY
andphiZ
(in this sequence). - rotate(JxnVectorAlgebra, JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
-
Returns the resulting transformation for this transformation (not changed) followed by a rotation around the axis
v(t) = v0 + v1 * t; t = -oo, +oo
with anglealpha
- rotateD(double, double, double) - Method in class JxnVectorTransformation
-
Returns the resulting transformation for this transformation (not changed) followed by rotations defined by
phiX
,phiY
andphiZ
(parameters in degrees). - rotateD(JxnVectorAlgebra, JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
-
Returns the resulting transformation for this transformation (not changed) followed by a rotation around the axis
v(t) = v0 + v1 * t; t = -oo, +oo
with anglealpha
in degrees. - rotateIt(double, double, double) - Method in class JxnVectorTransformation
-
Modifies this transformation by appending rotations defined by
phiX
,phiY
andphiZ
(in this sequence). - rotateIt(JxnVectorAlgebra, JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
-
Modifies this transformation by appending a rotation around the axis
v(t) = v0 + v1 * t; t = -oo, +oo
with anglealpha
- rotateItD(double, double, double) - Method in class JxnVectorTransformation
-
Modifies this transformation by appending rotations defined by
phiX
,phiY
andphiZ
(parameters in degrees). - rotateItD(JxnVectorAlgebra, JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
-
Modifies this transformation by appending a rotation around the axis
v(t) = v0 + v1 * t; t = -oo, +oo
with anglealpha
in degrees. - rotD(double, double, double) - Method in class JxnVectorTransformation
-
Deprecated.
- round(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Commercial rounding of each element of the internal array of
ra
. - round_half_away_from_zero(double) - Static method in class JxnUtilities
-
Returns result of commercial rounding of
x
.
S
- sample(JxnRealArrayAlgebra, int) - Static method in class JxnRealArraySample
-
Returns a new instance containing the samples.
- scalb(JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.scalb(double, int)
for each element of the internal array ofra
. - scale(double) - Method in class JxnVectorTransformation
-
Returns the resulting transformation for this transformation (not changed) followed by a scaling of all components by
f
. - scale(double, double, double) - Method in class JxnVectorTransformation
-
Returns the resulting transformation for this transformation (not changed) followed by a scaling defined by
fx
,fy
andfz
. - scale(JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
-
Returns the resulting transformation for this transformation (not changed) followed by a scaling defined by the fixed point
v0
and the scale factorf
. - scaleIt(double) - Method in class JxnVectorTransformation
-
Modifies this transformation by appending a scaling of all components by
f
. - scaleIt(double, double, double) - Method in class JxnVectorTransformation
-
Modifies this transformation by appending a scaling defined by
fx
,fy
andfz
. - scaleIt(JxnVectorAlgebra, double) - Method in class JxnVectorTransformation
-
Modifies this transformation by appending a scaling defined by the fixed point
v0
and the scale factorf
. - set(boolean[], int, boolean) - Static method in class JxnUtilities
-
Shortcut for
java.lang.reflect.
Array.setBoolean( Object array, int i, boolean value )
. - set(byte[], int, byte) - Static method in class JxnUtilities
-
Shortcut for
java.lang.reflect.
Array.setByte( Object array, int i, byte value )
. - set(char[], int, char) - Static method in class JxnUtilities
-
Shortcut for
java.lang.reflect.
Array.setChar( Object array, int i, char value )
. - set(double[], int, double) - Static method in class JxnUtilities
-
Shortcut for
java.lang.reflect.
Array.setDouble( Object array, int i, double value )
. - set(float[], int, float) - Static method in class JxnUtilities
-
Shortcut for
java.lang.reflect.
Array.setFloat( Object array, int i, float value )
. - set(int[], int, int) - Static method in class JxnUtilities
-
Shortcut for
java.lang.reflect.
Array.setInt( Object array, int i, int value )
. - set(int, double) - Method in class JxnRealArrayAlgebra
-
Replaces the
i
-th value of thisJxnRealArrayAlgebra
byvi
. - set(int, double) - Method in class JxnVectorAlgebra
-
Replaces the
i
-th component of thisJxnVectorAlgebra
byvi
. - set(long[], int, long) - Static method in class JxnUtilities
-
Shortcut for
java.lang.reflect.
Array.setLong( Object array, int i, long value )
. - set(short[], int, short) - Static method in class JxnUtilities
-
Shortcut for
java.lang.reflect.
Array.setShort( Object array, int i, short value )
. - set(Object[], int, Object) - Static method in class JxnUtilities
-
Sets the value of the
i
-th component ofarray
to the specified newvalue
. - set(Object, String, boolean) - Static method in class JxnUtilities
-
Sets a boolean field of an object or a class.
- set(Object, String, byte) - Static method in class JxnUtilities
-
Sets a byte field of an object or a class.
- set(Object, String, char) - Static method in class JxnUtilities
-
Sets a char field of an object or a class.
- set(Object, String, double) - Static method in class JxnUtilities
-
Sets a double field of an object or a class.
- set(Object, String, float) - Static method in class JxnUtilities
-
Sets a float field of an object or a class.
- set(Object, String, int) - Static method in class JxnUtilities
-
Sets a int field of an object or a class.
- set(Object, String, long) - Static method in class JxnUtilities
-
Sets a long field of an object or a class.
- set(Object, String, short) - Static method in class JxnUtilities
-
Sets a short field of an object or a class.
- set(Object, String, Object) - Static method in class JxnUtilities
-
Sets a public field specified by
fieldName
of an object or a class to the givenvalue
. - set(JxnRealArrayAlgebra, int, double) - Static method in class JxnRealArrayAlgebra
-
Returns a copy of
ra
, with thei
-th value replaced byvi
. - set(JxnVectorAlgebra, int, double) - Static method in class JxnVectorAlgebra
-
Returns a copy of
ra
, with thei
-th component replaced byvi
. - setAbort(boolean) - Method in class KmgFormelInterpreter
-
Controls if to abort after an
Exception
(default). - setAnchor(int) - Method in class JxnTextPainter
-
Deprecated.
- setArityLenience(int) - Method in class JxnFunction
-
Determines what to do if the number of arguments does not match the number of parameters.
- setArrayReturnOldValue(boolean) - Static method in class JxnUtilities
-
Controls if the set array methods return the old (overwriten) array value.
- setAuto(boolean) - Method in class KmgFormelPlotFrame
-
Deprecated.
- setAuto(boolean, boolean) - Method in class KmgFormelPlotFrame
-
Deprecated.
- setAutoScale(int) - Method in class KmgFormelPlotFrame
-
Controls automatic scaling.
- setBackground() - Method in class JxnTextPainter
-
Shows text without background.
- setBackground(Color) - Method in class JxnTextPainter
-
Changes the background color of the text (default is white) for this instance.
Example: - setCanvasSize(int, int) - Method in class KmgFormelPlotFrame
-
Sets the canvas size of the PlotFrame.
- setColor(Color) - Method in class JxnAbstractPainter
-
Sets the color for this object.
- setCursorTextEnabled(boolean) - Method in class KmgFormelPlotFrame
-
Controls the cursor display.
- setD90(boolean) - Method in class JxnComplexPlotFrame
-
Sets the orientation of the coordinate system.
- setDateTimeFormat(String) - Method in class JxnRealArrayTextFileDataSource
- setDateTimeFormat(DateFormat) - Method in class JxnRealArrayTextFileDataSource
-
Sets the default format for parsing date time values.
- setDateTimeValue(boolean) - Method in class JxnRealArrayAlgebra
-
Indicates that this instance represents date time values.
- setDebug(boolean) - Method in class KmgFormelInterpreter
-
Controls if to abort after an
Exception
(default). - setDebug(int) - Method in class JxnFunction
-
Sets the debug level for this jxn function (Shortcut for
JxnFunction.setShowInternalResults(boolean)
andJxnFunction.setShowConditional(boolean)
). - setDebug(int) - Method in class KmgFormelInterpreter
-
Sets the debug level.
- setDecimalFormat(String) - Method in class JxnRealArrayTextFileDataSource
- setDecimalFormat(DecimalFormat) - Method in class JxnRealArrayTextFileDataSource
-
Sets default format for parsing decimal values.
- setDelimiters(String, String) - Method in class JxnRealArrayTextFileDataSource
-
Changes the delimiters to the given values (
""
ignores the delimiter,null
does not change the delimiter). - setDelimiters(String, String) - Method in class KmgStringTokenizer
-
Sets the delimiters to the given values (The parse position remains the same,
""
ignores the delimiter,null
does not change the delimiter). - setDoubleEps(double) - Method in class JxnUnitTest
-
Sets tolerance
JxnUnitTest.itsDoubleEps
for double value comparison. - setEps(double) - Method in class JxnUnitTest
-
Sets tolerance
JxnUnitTest.itsDoubleEps
for double value comparison. - setEqualityTolerance(double) - Static method in class JxnComplexAlgebra
-
Sets the tolerance for the
equals
method for all instances of this class. - setEqualityTolerance(double) - Static method in class JxnRealArrayAlgebra
-
Sets tolerance for the
equals
method for all instances of this class. - setEqualityTolerance(double) - Static method in class JxnVectorAlgebra
-
Sets the tolerance for the
equals
method for all instances of this class. - setExact(boolean) - Method in class MyFractionAlgebra
-
Declares that this fraction instance is considered exact.
- setFailIgnore(String) - Method in class JxnUnitTest
-
Sets the String returned for ignored tests which fail.
- setFailString(String) - Method in class JxnUnitTest
-
Sets the String returned for failed tests.
- setFailureExpected(boolean) - Method in class JxnUnitTestFailureExpected
-
Sets failure expected (Initially
itsFailureExpected
is set true and normally not changed). - setFloatEps(float) - Method in class JxnUnitTest
-
Sets tolerance
JxnUnitTest.itsFloatEps
for float value comparison. - setFont(Font) - Method in class JxnTextPainter
-
Changes the text font.
- setFontAll(Font) - Static method in class KmgFormelPlotFrame
-
Sets the Font of all PlotFrames.
- setFontDefault(Font) - Static method in class KmgFormelPlotFrame
-
Sets the Font for new PlotFrames.
- setFontSize(int) - Method in class KmgFormelPlotFrame
-
Sets the Font of the PlotFrame.
- setHeadline(String) - Method in class KmgFormelPlotFrame
-
Adds a headline to the graphic display.
- setHexStringSeparator(String) - Static method in class JxnUtilities
-
Sets the group separator for hexString.
- setHideTypeOutput(int) - Static method in class KmgFormelInterpreter
-
Controls output of type info in the result output.
- setIgnore(boolean) - Method in class JxnUnitTest
-
Tests between
ut.setIgnore(true)
andut.setIgnore(false)
are excluded from the failure counters. - setIgnoreBounds() - Method in class JxnAbstractPainter
-
Do not consider this graphical object for scaling.
- setIgnoreBounds(boolean) - Method in class JxnAbstractPainter
-
Determines if to consider this graphical object for scaling.
- setIgnoreSurplus(boolean) - Static method in class JxnRealArrayAlgebra
-
Controls if to ignore surplus elements of the longer internal array for methods which expect two instances with equal length internal arrays.
- setLabelOffset(int) - Method in class JxnRealArrayTextFileDataSource
-
Sets corrective offset for labels not in sync with data columns.
- setLimiter(boolean) - Static method in class JxnRealArrayCurve
-
Controls if to exclude outliers from automatic scaling.
- setLineWidth(float) - Method in class JxnAbstractPainter
-
Sets the line width (if appropriate) for this object.
- setLineWidthDefault(float) - Static method in class JxnAbstractPainter
-
Sets the default line width.
- setLineWidthDefault(float) - Static method in class KmgFormelPlotFrame
-
Sets the default line width of all PlotFrames.
- setName(String) - Method in class JxnRealArrayAlgebra
-
Sets a name for this instance (status experimental).
- setNamedResultEnabled(boolean) - Static method in class JxnRealArrayAlgebra
-
Enables the use of name for
JxnRealArrayAlgebra
instances (status experimental). - setNDec(int) - Static method in class JxnComplexAlgebra
-
Set default decimals for
JxnComplexAlgebra.toString()
. - setOkIgnore(String) - Method in class JxnUnitTest
-
Sets the String returned for ignored tests which pass.
- setOkString(String) - Method in class JxnUnitTest
-
Sets the String returned for passed tests.
- setPlotFrameTitle(String) - Method in class KmgFormelPlotFrame
-
Sets the title for this
PlotFrame
. - setShift(double, double) - Method in class JxnTextPainter
-
Shifts the text position.
- setShift(int) - Method in class JxnTextPainter
-
Shifts the text position using constants from class
KmgGraphicsScaler
. - setShowConditional(boolean) - Method in class JxnFunction
-
Controls if to show conditional commands during function execution (for debug).
- setShowHashCode(boolean) - Static method in class JxnUnitTest
-
Sets show hash code in messages.
- setShowInternalResults(boolean) - Method in class JxnFunction
-
Controls if to show internal results during function execution (for debug).
- setSize(int) - Static method in class JxnRealArrayCurve
-
Changes the default size for curve symbols.
- setSize(int) - Static method in class JxnSymbolPainter
-
Changes the default size for symbols.
- setSizeAll(int, int) - Static method in class KmgFormelPlotFrame
-
Sets the canvas size of all PlotFrames.
- setSizeDefault(int, int) - Static method in class KmgFormelPlotFrame
-
Sets the canvas size for new PlotFrames.
- setSkipHeadLines(int) - Method in class JxnRealArrayTextFileDataSource
-
Sets the number of headlines to be skipped.
- setSpace(double) - Method in class JxnTextPainter
-
Sets additional space.
- setSpace(int) - Method in class JxnTextPainter
-
Sets additional space.
- setStaticShowConditional(boolean) - Static method in class KmgFormelInterpreter
-
Sets show conditional uniformly for all jxn files.
- setStroke(Stroke) - Method in class JxnAbstractPainter
-
Sets the
Stroke
(if appropriate) for this object. - setTimeFormat(boolean) - Method in class JxnRealArrayAlgebra
-
Deprecated.replaced by
JxnRealArrayAlgebra.setDateTimeValue(boolean)
. - setValue(double, int) - Method in class JxnRealArrayAlgebra
-
Deprecated.replaced by
setValue
( i, vi )
. - setValue(int, double) - Method in class JxnRealArrayAlgebra
-
Replaces the
i
-th value of thisJxnRealArrayAlgebra
byvi
. - setValue(int, double) - Method in class JxnVectorAlgebra
-
Replaces the
i
-th component of thisJxnVectorAlgebra
byvi
. - setValue(JxnRealArrayAlgebra, double, int) - Static method in class JxnRealArrayAlgebra
-
Deprecated.Use
set
( ra, i, vi )
. - setVerbose(boolean) - Static method in class JxnUnitTest
-
Sets degree of detail in messages.
- setVerboseLevel(int) - Static method in class JxnParameterCheck
-
Sets
verboseLevel
for the internal call ofKmgStaticUtilities.toString(Object obj, int verboseLevel)
fromJxnParameterCheck.whatIs(Object)
,JxnParameterCheck.testObject(Object)
,JxnParameterCheck.testArrayObject(Object)
andJxnParameterCheck.testObjectArray(Object[])
. - setVersion(int) - Static method in class KmgFormelInterpreter
-
Deprecated.Currently not used.
- setXBounds(double, double) - Method in class KmgFormelPlotFrame
-
Manually set the horizontal bounds to the given values (the vertical bounds are not changed).
- setXYBounds(double, double, double, double) - Method in class KmgFormelPlotFrame
-
Manually set the bounds to the given values.
- setXYLabels(String, String) - Method in class KmgFormelPlotFrame
-
Sets labels for x- and y-axis.
- setYBounds(double, double) - Method in class KmgFormelPlotFrame
-
Manually set the vertical bounds to the given values (the horizontal bounds are not changed).
- shift(int) - Method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the values of this circularly shifted byk
. - shift(JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the values of this shifted byk
filling with0.
. - shift(JxnRealArrayAlgebra, int, double) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the values of this shifted byk
filling withd
. - showClass(Object) - Static method in class JxnUtilities
-
Deprecated.Use
#edit
formatClass(o)
or Menu: View > Class... - showMethods(Object) - Static method in class JxnUtilities
-
Deprecated.Use
#edit
formatMethods(o)
or Menu: View > Methods... - showMethods(Object, String) - Static method in class JxnUtilities
-
Deprecated.Use
#edit
formatMethods( o, name )
or Menu: View > Methods... - sign(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the sign of each element of the internal array ofra
. - signum(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.signum(double)
for each element of the internal array ofra
. - sin(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the sine of
z
. - sin(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Calls
JxnComplexAlgebra.sin(JxnComplexAlgebra)
for each element of the internal array ofz
. - sin(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.sin(double)
for each element of the internal array ofra
. - sinD(double) - Static method in class JxnUtilities
-
Calls
Math.sin(double)
after converting argumenta
from degrees to radians. - sinD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.sin(double)
for each element of the internal array ofra
after converting the argument from degrees to radians. - sinh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the hyperbolic sine of
z
. - sinh(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Calls
JxnComplexAlgebra.sinh(JxnComplexAlgebra)
for each element of the internal array ofz
. - sinh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.sinh(double)
for each element of the internal array ofra
. - size() - Method in class JxnComplexArrayAlgebra
-
Returns the length of the internal arrays.
- size() - Method in class JxnRealArrayAlgebra
-
Returns the length of the internal array.
- size() - Method in class KmgDoublePolygon
-
Returns the number of points of the polygon.
- sleep(int) - Static method in class KmgStaticUtilities
-
Calls
Thread.sleep(long)
and handles theInterruptedException
. - smoothExp(JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Returns the result
y
of an exponential smoothing ofx
. - sort(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns a new
JxnRealArrayAlgebra
containing the elements of the internal array ofra
sorted in ascending order. - sortIndex(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns an array of the indices of the values of
ra
in ascending order. - split() - Method in class KmgStringTokenizer
-
Returns an array containing all (remaining) tokens.
- split(int) - Method in class KmgStringTokenizer
-
Returns an array containing
n
(remaining) tokens. - split(String, String) - Static method in class JxnUtilities
-
Splits
text
into parts delimited by the delimiter stringdelimString
. - sqrt(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the square root of
z
. - sqrt(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Calls
JxnComplexAlgebra.sqrt(JxnComplexAlgebra)
for each element of the internal array ofz
. - sqrt(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.sqrt(double)
for each element of the internal array ofra
. - sqrt1z(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns
sqrt
( 1 - z * z )
. - squeeze(String) - Static method in class JxnUtilities
-
Removes blanks from
text
. - squeeze(String) - Static method in class KmgStaticUtilities
-
Removes blanks from
text
. - squeeze(String, char) - Static method in class JxnUtilities
-
Removes all occurrences of
chRemove
fromtext
. - squeeze(String, char) - Static method in class KmgStaticUtilities
-
Removes all occurrences of
chRemove
fromtext
. - squeeze(String, String) - Static method in class JxnUtilities
-
Removes all occurrences of the characters contained in
removeChars
fromtext
. - squeeze(String, String) - Static method in class KmgStaticUtilities
-
Removes all occurrences of the characters contained in
removeChars
fromtext
. - sterndreieck(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Deprecated.Use
wye_delta_Z23
. Umwandlung Stern->
Dreieck: Berechnet Z23( Z1, Z2, Z3 ). - stringArray(String) - Static method in class JxnUtilities
-
Deprecated.In JXN prefer
{ "abc", "xyz" }
. - stringArray(String, String) - Static method in class JxnUtilities
-
Returns array of tokens from
StringTokenizer.nextToken()
. - sub(double) - Method in class JxnComplexAlgebra
-
Subtracts
d
from this. - sub(double) - Method in class JxnComplexArrayAlgebra
-
Subtracts
d
from this. - sub(double) - Method in class JxnRealArrayAlgebra
-
Subtracts
d
from this. - sub(double, JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Returns
d - caa
. - sub(double, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
d - ra
. - sub(BigInteger) - Method in class BigIntegerAlgebra
-
Subtracts
opnd
from this. - sub(JxnComplexAlgebra) - Method in class JxnComplexAlgebra
-
Subtracts
z
from this. - sub(JxnComplexAlgebra) - Method in class JxnComplexArrayAlgebra
-
Subtracts
cx
from this. - sub(JxnComplexAlgebra) - Method in class JxnRealArrayAlgebra
-
Subtracts
cx
from this. - sub(JxnComplexArrayAlgebra) - Method in class JxnComplexAlgebra
-
Returns
ca
subtracted from this. - sub(JxnComplexArrayAlgebra) - Method in class JxnComplexArrayAlgebra
-
Subtracts
z
from this. - sub(JxnRealArrayAlgebra) - Method in class JxnComplexAlgebra
-
Returns
ra
subtracted from this. - sub(JxnRealArrayAlgebra) - Method in class JxnRealArrayAlgebra
-
Subtracts
ra
from this. - sub(JxnVectorAlgebra) - Method in class JxnVectorAlgebra
-
Subtracts
opnd
from this vector. - sum(JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the sum
z1 + z2
. - sum(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the sum
z1 + z2 + z3
. - summary() - Method in class JxnUnitTest
-
Returns summary as String.
- summary() - Method in class JxnUnitTestFailureExpected
- summary(boolean) - Method in class JxnUnitTest
-
Returns summary as String and resets test counters of this instance, if
doReset
is true. - summaryAll() - Static method in class JxnUnitTest
-
Returns summary of all tests as String.
- summaryAll() - Static method in class JxnUnitTestFailureExpected
-
Returns summary of all tests as String.
- summaryAll(boolean) - Static method in class JxnUnitTest
-
Returns summary of all tests as String and resets all static test counters, if
doReset
is true. - summaryAll(boolean) - Static method in class JxnUnitTestFailureExpected
-
Returns summary of all tests as String and if
doReset
is true, resets all test counters. - summe(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns
total
( ra )
. - sw(boolean, double, double) - Static method in class JxnUtilities
-
Returns
yTrue
, ifb
is true elseyFalse
. - sw(boolean, int, int) - Static method in class JxnUtilities
-
Returns
yTrue
, ifb
is true elseyFalse
. - sw(boolean, long, long) - Static method in class JxnUtilities
-
Returns
yTrue
, ifb
is true elseyFalse
. - sw(boolean, Object, Object) - Static method in class JxnUtilities
-
Returns
oTrue
, ifb
is true elseoFalse
. - sw(double, double, double) - Static method in class JxnUtilities
-
Returns
yLT
, ifx < 0.
elseyGE
. - sw(double, double, double, double) - Static method in class JxnUtilities
-
Returns
yLT
, ifx < 0.
elseyGT
, ifx > 0.
elseyEQ
. - sw(double, double, double, double, double) - Static method in class JxnUtilities
-
Returns
yLower
, ifx < -eps
elseyUpper
, ifx > eps
elseyInner
. - sw(double, double, double, double, double, double) - Static method in class JxnUtilities
-
Returns
yLower
, ifx < xLower
elseyUpper
, ifx > xUpper
elseyInner
. - sw(double, double, double, Object, Object, Object) - Static method in class JxnUtilities
-
Returns
oLower
, ifx < xLower
elseoUpper
, ifx > xUpper
elseoInner
. - sw(double, double, Object, Object, Object) - Static method in class JxnUtilities
-
Returns
oLower
, ifx < -eps
elseoUpper
, ifx > eps
elseoInner
. - sw(double, int, int) - Static method in class JxnUtilities
-
Returns
yLT
, ifx < 0.
elseyGE
. - sw(double, int, int, int) - Static method in class JxnUtilities
-
Returns
yLT
, ifx < 0.
elseyGT
, ifx > 0.
elseyEQ
. - sw(double, long, long) - Static method in class JxnUtilities
-
Returns
yLT
, ifx < 0.
elseyGE
. - sw(double, long, long, long) - Static method in class JxnUtilities
-
Returns
yLT
, ifx < 0.
elseyGT
, ifx > 0.
elseyEQ
. - sw(double, Object[]) - Static method in class JxnUtilities
- sw(double, Object, Object) - Static method in class JxnUtilities
-
Returns
oLT
, ifx < 0
elseoGE
. - sw(double, Object, Object, Object) - Static method in class JxnUtilities
-
Returns
oLT
, ifx < 0
elseoGT
, ifx > 0
elseoEQ
. - sw(int, double) - Static method in class JxnUtilities
-
Returns
1
ifivar-0.5 <= slider_switch < ivar+0.5
else0
. - sw(String, String) - Method in class KmgFormelInterpreter
-
Executes
thenCmd
ifcondition
istrue
or not0
or notnull
or a char from1TtYy
. - sw(String, String, String) - Method in class KmgFormelInterpreter
-
Executes
thenCmd
ifcondition
istrue
or not0
or notnull
or a char from1TtYy
elseelseCmd
. - sw(JxnRealArrayAlgebra, double, double) - Static method in class JxnRealArrayAlgebra
-
Deprecated.
- sw(JxnRealArrayAlgebra, double, double, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns values of
yLower
,yInner
oryUpper
depending on the value ofx
. - sw(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns values of
yLT
oryGE
depending on the value ofx
. - sw(JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, JxnRealArrayAlgebra, double) - Static method in class JxnRealArrayAlgebra
-
Returns values of
yLT
,yEQ
oryGT
depending on the value ofx
.
T
- tan(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the tangent of
z
. - tan(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Calls
JxnComplexAlgebra.tan(JxnComplexAlgebra)
for each element of the internal array ofz
. - tan(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.tan(double)
for each element of the internal array ofra
. - tanD(double) - Static method in class JxnUtilities
-
Calls
Math.tan(double)
after converting argumenta
from degrees to radians. - tanD(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.tan(double)
for each element of the internal array ofra
after converting the argument from degrees to radians. - tanh(JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
Returns the hyperbolic tangent of
z
. - tanh(JxnComplexArrayAlgebra) - Static method in class JxnComplexArrayAlgebra
-
Calls
JxnComplexAlgebra.tanh(JxnComplexAlgebra)
for each element of the internal array ofz
. - tanh(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Calls
Math.tanh(double)
for each element of the internal array ofra
. - test(double) - Method in class JxnD
- test(double) - Method in class JxnF
- test(int) - Method in class JxnF
- test(int) - Method in class JxnI
- test(long) - Method in class JxnF
- test(long) - Method in class JxnL
- test(Object) - Method in class JxnF
-
Implements
Predicate
forStream<T>
.filter(…)
,.allMatch(…)
,.anyMatch(…)
,.noneMatch(…)
,Collectors
.partitioningBy(…)
. - test(Object, Object) - Method in class JxnF2
-
Implements
BiPredicate
. - test(String) - Method in class KmgFormelInterpreter
-
Executes command
cmd
(used forJxnUnitTest
). - test(Enumeration) - Static method in class KmgStringTokenizer
-
Returns an array containing the String representation of the elements of
st
. - testArrayObject(Object) - Static method in class JxnParameterCheck
-
Tests if the argument
ao
matches an array object parameter. - testBoolean(boolean) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches aboolean
parameter. - testBoolean(boolean, boolean) - Static method in class JxnParameterCheck
-
Tests if the arguments
x
andy
match the given signature. - testBooleanArray(boolean[]) - Static method in class JxnParameterCheck
-
Tests if the argument
arr
matches aboolean[]
parameter. - testBooleanWrapper(Boolean) - Static method in class JxnParameterCheck
- testByte(byte) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches abyte
parameter. - testByte(byte, byte) - Static method in class JxnParameterCheck
-
Tests if the arguments
x
andy
match the given signature. - testByteArray(byte[]) - Static method in class JxnParameterCheck
-
Tests if the argument
arr
matches abyte[]
parameter. - testByteWrapper(Byte) - Static method in class JxnParameterCheck
- testChar(char) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches achar
parameter. - testChar(char, char) - Static method in class JxnParameterCheck
-
Tests if the arguments
x
andy
match the given signature. - testCharArray(char[]) - Static method in class JxnParameterCheck
-
Tests if the argument
arr
matches achar[]
parameter. - testCharWrapper(Character) - Static method in class JxnParameterCheck
- testDouble(double) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches adouble
parameter. - testDouble(double, double) - Static method in class JxnParameterCheck
-
Tests if the arguments
x
andy
match the given signature. - testDoubleArray(double[]) - Static method in class JxnParameterCheck
-
Tests if the argument
arr
matches adouble[]
parameter. - testDoubleWrapper(Double) - Static method in class JxnParameterCheck
- testFloat(float) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches afloat
parameter. - testFloat(float, float) - Static method in class JxnParameterCheck
-
Tests if the arguments
x
andy
match the given signature. - testFloatArray(float[]) - Static method in class JxnParameterCheck
-
Tests if the argument
arr
matches afloat[]
parameter. - testFloatWrapper(Float) - Static method in class JxnParameterCheck
- testInstance(Object) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches an Object parameter. - testInstance(Object[]) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches an Object [] parameter. - testInstance(String) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a String parameter. - testInstance(String[]) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a String [] parameter. - testInt(int) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches anint
parameter. - testInt(int, int) - Static method in class JxnParameterCheck
-
Tests if the arguments
x
andy
match the given signature. - testIntArray(int[]) - Static method in class JxnParameterCheck
-
Tests if the argument
arr
matches aint[]
parameter. - testIntWrapper(Integer) - Static method in class JxnParameterCheck
- testLong(long) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches along
parameter. - testLong(long, long) - Static method in class JxnParameterCheck
-
Tests if the arguments
x
andy
match the given signature. - testLongArray(long[]) - Static method in class JxnParameterCheck
-
Tests if the argument
arr
matches along[]
parameter. - testLongWrapper(Long) - Static method in class JxnParameterCheck
- testNumber(Number) - Static method in class JxnParameterCheck
- testNumerical(double) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a numerical parameter (double
orlong
). - testNumerical(long) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a numerical parameter (double
orlong
). - testObject(Object) - Static method in class JxnParameterCheck
- testObject(Object, Object) - Static method in class JxnParameterCheck
-
Tests if the arguments
x
andy
match the given signature. - testObjectArray(Object[]) - Static method in class JxnParameterCheck
- testPrimitive(boolean) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive parameter. - testPrimitive(byte) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive parameter. - testPrimitive(char) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive parameter. - testPrimitive(double) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive parameter. - testPrimitive(float) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive parameter. - testPrimitive(int) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive parameter. - testPrimitive(long) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive parameter. - testPrimitive(short) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive parameter. - testShort(short) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches ashort
parameter. - testShort(short, short) - Static method in class JxnParameterCheck
-
Tests if the arguments
x
andy
match the given signature. - testShortArray(short[]) - Static method in class JxnParameterCheck
-
Tests if the argument
arr
matches ashort[]
parameter. - testShortWrapper(Short) - Static method in class JxnParameterCheck
- testString(String) - Static method in class JxnParameterCheck
- testString(String, String) - Static method in class JxnParameterCheck
-
Tests if the arguments
x
andy
match the given signature. - testStringArray(String[]) - Static method in class JxnParameterCheck
- testWrapper(Boolean) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive wrapper parameter. - testWrapper(Byte) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive wrapper parameter. - testWrapper(Character) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive wrapper parameter. - testWrapper(Double) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive wrapper parameter. - testWrapper(Float) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive wrapper parameter. - testWrapper(Integer) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive wrapper parameter. - testWrapper(Long) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive wrapper parameter. - testWrapper(Short) - Static method in class JxnParameterCheck
-
Tests if the argument
value
matches a java primitive wrapper parameter. - testXY(boolean, boolean) - Static method in class JxnParameterCheck
-
Tests which signature is called for the given arguments
x
andy
. - testXY(byte, byte) - Static method in class JxnParameterCheck
-
Tests which signature is called for the given arguments
x
andy
. - testXY(char, char) - Static method in class JxnParameterCheck
-
Tests which signature is called for the given arguments
x
andy
. - testXY(double, double) - Static method in class JxnParameterCheck
-
Tests which signature is called for the given arguments
x
andy
. - testXY(float, float) - Static method in class JxnParameterCheck
-
Tests which signature is called for the given arguments
x
andy
. - testXY(int, int) - Static method in class JxnParameterCheck
-
Tests which signature is called for the given arguments
x
andy
. - testXY(long, long) - Static method in class JxnParameterCheck
-
Tests which signature is called for the given arguments
x
andy
. - testXY(short, short) - Static method in class JxnParameterCheck
-
Tests which signature is called for the given arguments
x
andy
. - testXY(Object, Object) - Static method in class JxnParameterCheck
-
Tests which signature is called for the given arguments
x
andy
. - testXY(String, String) - Static method in class JxnParameterCheck
-
Tests which signature is called for the given arguments
x
andy
. - toArray() - Method in class JxnComplexArrayAlgebra
-
Return this as an arry of
JxnComplexAlgebra
. - toArray() - Method in class JxnRealArrayAlgebra
-
Returns a copy of the internal array of this
JxnRealArrayAlgebra
. - toArray() - Method in class JxnVectorAlgebra
-
Returns an array containing the vector components of this vector object.
- toArray(Object) - Static method in class JxnUtilities
-
Calls
toArray( ao, 0 )
. - toArray(Object) - Static method in class KmgStaticUtilities
- toArray(Object, int) - Static method in class JxnUtilities
-
Check, if
ao
is an array or try to callao.toArray()
. - toArray(Object, int) - Static method in class KmgStaticUtilities
- toArrayList(Object[]) - Static method in class KmgStaticUtilities
-
Creates an
ArrayList
fromoa
. - toArrayList(Enumeration) - Static method in class KmgStaticUtilities
-
Creates an
ArrayList
frome
. - toArrayList(Iterator) - Static method in class KmgStaticUtilities
-
Creates an
ArrayList
fromiter
. - toBoolean(boolean) - Static method in class JxnCast
-
Returns
value
(asboolean
). - toBoolean(byte) - Static method in class JxnCast
-
Returns
true
, ifvalue
is not0
. - toBoolean(char) - Static method in class JxnCast
-
Returns
true
, ifvalue
is one of'1' 'T' 't' 'Y' 'y'
. - toBoolean(double) - Static method in class JxnCast
-
Returns
true
, ifvalue
is not0.0
. - toBoolean(float) - Static method in class JxnCast
-
Returns
true
, ifvalue
is not0.0
. - toBoolean(int) - Static method in class JxnCast
-
Returns
true
, ifvalue
is not0
. - toBoolean(long) - Static method in class JxnCast
-
Returns
true
, ifvalue
is not0
. - toBoolean(short) - Static method in class JxnCast
-
Returns
true
, ifvalue
is not0
. - toByte(boolean) - Static method in class JxnCast
-
Returns
1
ifvalue == true
,0
else. - toByte(byte) - Static method in class JxnCast
-
Returns
value
(asbyte
). - toByte(char) - Static method in class JxnCast
-
Returns
(byte)value
. - toByte(double) - Static method in class JxnCast
-
Returns
(byte)value
. - toByte(float) - Static method in class JxnCast
-
Returns
(byte)value
. - toByte(int) - Static method in class JxnCast
-
Returns
(byte)value
. - toByte(long) - Static method in class JxnCast
-
Returns
(byte)value
. - toByte(short) - Static method in class JxnCast
-
Returns
(byte)value
. - toChar(boolean) - Static method in class JxnCast
-
Returns
'1'
ifvalue == true
,'0'
else. - toChar(byte) - Static method in class JxnCast
-
Returns
(char)value
. - toChar(char) - Static method in class JxnCast
-
Returns
value
(aschar
). - toChar(double) - Static method in class JxnCast
-
Returns
(char)value
. - toChar(float) - Static method in class JxnCast
-
Returns
(char)value
. - toChar(int) - Static method in class JxnCast
-
Returns
(char)value
. - toChar(long) - Static method in class JxnCast
-
Returns
(char)value
. - toChar(short) - Static method in class JxnCast
-
Returns
(char)value
. - toDate(double) - Static method in class KmgDateTimeConverter
-
Returns
java.util.
Date
for decimal seconds since 01-Jan-1970 00:00:00 UTC. - toDouble(boolean) - Static method in class JxnCast
-
Returns
1.0
ifvalue == true
,0.0
else. - toDouble(byte) - Static method in class JxnCast
-
Returns
value
(asdouble
). - toDouble(char) - Static method in class JxnCast
-
Returns
value
(asdouble
). - toDouble(double) - Static method in class JxnCast
-
Returns
value
(asdouble
). - toDouble(float) - Static method in class JxnCast
-
Returns
value
(asdouble
). - toDouble(int) - Static method in class JxnCast
-
Returns
value
(asdouble
). - toDouble(long) - Static method in class JxnCast
-
Returns
value
(asdouble
). - toDouble(short) - Static method in class JxnCast
-
Returns
value
(asdouble
). - toFloat(boolean) - Static method in class JxnCast
-
Returns
1.0f
ifvalue == true
,0.0f
else. - toFloat(byte) - Static method in class JxnCast
-
Returns
value
(asfloat
). - toFloat(char) - Static method in class JxnCast
-
Returns
value
(asfloat
). - toFloat(double) - Static method in class JxnCast
-
Returns
(float)value
. - toFloat(float) - Static method in class JxnCast
-
Returns
value
(asfloat
). - toFloat(int) - Static method in class JxnCast
-
Returns
value
(asfloat
). - toFloat(long) - Static method in class JxnCast
-
Returns
value
(asfloat
). - toFloat(short) - Static method in class JxnCast
-
Returns
value
(asfloat
). - toInt(boolean) - Static method in class JxnCast
-
Returns
1
ifvalue == true
,0
else. - toInt(byte) - Static method in class JxnCast
-
Returns
value
(asint
). - toInt(char) - Static method in class JxnCast
-
Returns
value
(asint
). - toInt(double) - Static method in class JxnCast
-
Returns
(int)value
. - toInt(float) - Static method in class JxnCast
-
Returns
(int)value
. - toInt(int) - Static method in class JxnCast
-
Returns
value
(asint
). - toInt(long) - Static method in class JxnCast
-
Returns
(int)value
. - toInt(short) - Static method in class JxnCast
-
Returns
value
(asint
). - toLong(boolean) - Static method in class JxnCast
-
Returns
1
ifvalue == true
,0
else. - toLong(byte) - Static method in class JxnCast
-
Returns
value
(aslong
). - toLong(char) - Static method in class JxnCast
-
Returns
value
(aslong
). - toLong(double) - Static method in class JxnCast
-
Returns
(long)value
. - toLong(float) - Static method in class JxnCast
-
Returns
(long)value
. - toLong(int) - Static method in class JxnCast
-
Returns
value
(aslong
). - toLong(long) - Static method in class JxnCast
-
Returns
value
(aslong
). - toLong(short) - Static method in class JxnCast
-
Returns
value
(aslong
). - toPattern() - Method in class KmgDateTimeConverter
-
Returns a pattern string describing the internally stored
DateFormat
instance. - toPattern(DateFormat) - Static method in class KmgDateTimeConverter
-
Returns a pattern string describing
df
. - toRawString() - Method in class KmgFormelPlotFrame
-
Returns a string representation of this
Frame
. - toRawString(Object) - Static method in class JxnUtilities
-
Formats
o
to the string which would be returned by thetoString()
method, if the same had not been overwriten for the class ofo
. - toRawString(Object) - Static method in class KmgStaticUtilities
-
Formats
o
to the string which would be returned by thetoString()
method, if the same had not been overwriten for the class ofo
. - toShort(boolean) - Static method in class JxnCast
-
Returns
1
ifvalue == true
,0
else. - toShort(byte) - Static method in class JxnCast
-
Returns
value
(asshort
). - toShort(char) - Static method in class JxnCast
-
Returns
(short)value
. - toShort(double) - Static method in class JxnCast
-
Returns
(short)value
. - toShort(float) - Static method in class JxnCast
-
Returns
(short)value
. - toShort(int) - Static method in class JxnCast
-
Returns
(short)value
. - toShort(long) - Static method in class JxnCast
-
Returns
(short)value
. - toShort(short) - Static method in class JxnCast
-
Returns
value
(asshort
). - toString() - Method in class JxnComplexAlgebra
-
Formats instance.
- toString() - Method in class JxnComplexArrayAlgebra
- toString() - Method in class JxnFunction
- toString() - Method in class JxnRealArrayAlgebra
-
Formats instance.
- toString() - Method in class JxnRealArrayTextFileDataSource
-
Returns a string representation of the object: filename, number of skipped headlines, delimiters.
- toString() - Method in class JxnTextPainter
-
Returns text and position as String.
- toString() - Method in class JxnVectorAlgebra
-
Returns a String representation of this vector object.
- toString() - Method in class JxnVectorTransformation
- toString() - Method in class KmgFormelPlotFrame
-
Returns a string representation of this
PlotFrame
. - toString() - Method in class MyFractionAlgebra
-
Returns a string representation of the fraction.
- toString(boolean) - Static method in class JxnCast
-
Returns
value
asString
. - toString(boolean) - Static method in class JxnObject
-
Formats
z
as String. - toString(byte) - Static method in class JxnCast
-
Returns
value
asString
. - toString(byte) - Static method in class JxnObject
-
Formats
i
as String. - toString(char) - Static method in class JxnCast
-
Returns
value
asString
. - toString(char) - Static method in class JxnObject
-
Formats
ch
as String. - toString(double) - Static method in class JxnCast
-
Returns
value
asString
. - toString(double) - Static method in class JxnObject
-
Formats
x
as String. - toString(float) - Static method in class JxnCast
-
Returns
value
asString
. - toString(float) - Static method in class JxnObject
-
Formats
x
as String. - toString(int) - Static method in class JxnCast
-
Returns
value
asString
. - toString(int) - Method in class JxnComplexAlgebra
-
Formats instance with
nDec
decimals. - toString(int) - Static method in class JxnObject
-
Formats
i
as String. - toString(int, int) - Method in class JxnComplexAlgebra
-
Formats instance with
nDec1
decimals andnDec2
decimals for the phase angle. - toString(long) - Static method in class JxnCast
-
Returns
value
asString
. - toString(long) - Static method in class JxnObject
-
Formats
i
as String. - toString(short) - Static method in class JxnCast
-
Returns
value
asString
. - toString(short) - Static method in class JxnObject
-
Formats
i
as String. - toString(Object) - Static method in class JxnObject
-
Formats
obj
as String. - toString(Object) - Static method in class JxnUnitTest
-
Formats o as String.
- toString(Object) - Static method in class JxnUtilities
-
Formats o as String.
- toString(Object) - Static method in class KmgStaticUtilities
-
Formats o as String.
- toString(Object, boolean) - Static method in class JxnUnitTest
-
Formats o as String.
- toString(Object, boolean) - Static method in class JxnUtilities
-
Formats o as String.
- toString(Object, boolean) - Static method in class KmgStaticUtilities
-
Formats o as String.
- toString(Object, int) - Static method in class JxnUtilities
-
Formats o as String.
- toString(Object, int) - Static method in class KmgStaticUtilities
-
Formats
o
as String. - toString(Node) - Static method in class KmgXMLUtil
-
Formats
nd
. Used to analyse a DOM. - toStringArray(Object) - Static method in class JxnUtilities
-
Formats
o
as aString
array. - toStringArray(Object) - Static method in class KmgStaticUtilities
-
Formats
o
as aString
array. - toStringArray(Object[]) - Static method in class JxnObject
-
Returns the element objects of
oa
as an array of String. - toTableRows(double[][]) - Static method in class JxnUtilities
-
Formats a set of column arrays as a String array of the rows using
'\t'
to separate the array elements of a row. - toTableRows(Object[]) - Static method in class JxnUtilities
-
Formats a set of column arrays as a String array of the rows using
'\t'
to separate the array elements of a row. - toTableRows(String, double[][]) - Static method in class JxnUtilities
-
Formats a set of column arrays as a String array of the rows using
separator
to separate the array elements of a row. - toTableRows(String, Object[]) - Static method in class JxnUtilities
-
Formats a set of column arrays as a String array of the rows using
separator
to separate the array elements of a row. - total(boolean[]) - Static method in class JxnUtilities
-
Returns the number of
true
values inarray
. - total(byte[]) - Static method in class JxnUtilities
-
Returns the
int
sum of the values ofarray
. - total(double[]) - Static method in class JxnUtilities
-
Returns the sum of the values of
array
. - total(int[]) - Static method in class JxnUtilities
-
Returns the sum of the values of
array
. - total(long[]) - Static method in class JxnUtilities
-
Returns the sum of the values of
array
. - total(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns the sum of all elements of the internal array of
ra
.
U
- u() - Method in class JxnUVGrid
-
Returns the u-values of the grid.
- updateFail() - Method in class JxnUnitTest
-
Updates counters for failed tests.
- updateFail() - Method in class JxnUnitTestFailureExpected
- updateTest() - Method in class JxnUnitTest
-
Updates counters (for all tests).
- updateTest() - Method in class JxnUnitTestFailureExpected
- uValue - Variable in class JxnUVGrid
-
Internal storage.
V
- v() - Method in class JxnUVGrid
-
Returns the v-values of the grid.
- valid(JxnRealArrayAlgebra) - Static method in class JxnRealArrayAlgebra
-
Returns an int array of the indices of values of
ra
with valid (neitherNaN
norInfinitive
) values. - value - Variable in class JxnRealArrayAlgebra
-
Internal storage.
- valueAt(int) - Method in class JxnRealArrayAlgebra
-
Deprecated.Use
get
(i)
. - valueAt(JxnRealArrayAlgebra, int) - Static method in class JxnRealArrayAlgebra
-
Deprecated.Use
getValue
( ra, i )
. - verboseLevel - Static variable in class JxnParameterCheck
- vValue - Variable in class JxnUVGrid
-
Internal storage.
W
- whatIs(boolean) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(byte) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(char) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(double) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(float) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(int) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(long) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(short) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(Boolean) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(Byte) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(Character) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(Double) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(Float) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(Integer) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(Long) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - whatIs(Object) - Static method in class JxnParameterCheck
-
Returns the type of the argument
obj
. - whatIs(Object) - Static method in class JxnUtilities
-
Deprecated.replaced by
JxnParameterCheck.whatIs(Object)
. Returns description of o as String. - whatIs(Short) - Static method in class JxnParameterCheck
-
Returns the type of the argument
value
. - writePNG(String) - Method in class KmgFormelPlotFrame
-
Writes the graphic display to a png-file.
- wye_delta_Z12(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
YΔ-transform:
Z12 = Z1 + Z2 + Z1 * Z2 / Z3
. - wye_delta_Z23(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
YΔ-transform:
Z23 = Z2 + Z3 + Z2 * Z3 / Z1
. - wye_delta_Z31(JxnComplexAlgebra, JxnComplexAlgebra, JxnComplexAlgebra) - Static method in class JxnComplexAlgebra
-
YΔ-transform:
Z31 = Z3 + Z1 + Z3 * Z1 / Z2
.
X
- xData - Variable in class KmgDoublePolygon
-
Internal storage.
Y
- yData - Variable in class KmgDoublePolygon
-
Internal storage.
_
- __1_fileDialog() - Method in class JxnUtilities
- __2_plot_and_curve() - Method in class JxnUtilities
- __3_formatting_to_String() - Method in class JxnUtilities
- __4_hex_formatting() - Method in class JxnUtilities
-
Adds to hex formatting and parsing methods.
- __5_ClassExplorer() - Method in class JxnUtilities
- __6_extensions_to_Math() - Method in class JxnUtilities
-
Collection of methods adding to
java.lang.Math
. - __7_setField() - Method in class JxnUtilities
-
Set public fields of an object or a class.
- __8_array_operations() - Method in class JxnUtilities
- __9_boolean_operators() - Method in class JxnUtilities
- _10_bitwise_operators() - Method in class JxnUtilities
- _11_relational_operators() - Method in class JxnUtilities
- _12_formula_switching() - Method in class JxnUtilities