- LABEL - Static variable in class jv.object.PsPanel
-
Name of default font panel under which panel is registered in panel list.
- LABEL - Static variable in interface jv.object.PsViewerIf
-
- LABEL_BASE - Static variable in interface jv.project.PgGeometryIf
-
- LABEL_CENTER - Static variable in interface jv.project.PgGeometryIf
-
- LABEL_EXT - Static variable in class jv.object.PsPanel
-
File name suffix of font panel class to name of base class.
- LABEL_HEAD - Static variable in interface jv.project.PgGeometryIf
-
- LABEL_MIDDLE - Static variable in interface jv.project.PgGeometryIf
-
- LABEL_TAIL - Static variable in interface jv.project.PgGeometryIf
-
- LABEL_TOP - Static variable in interface jv.project.PgGeometryIf
-
- LAST_NAME - Static variable in class jv.rsrc.PsAuthorInfo
-
Code to access last name of authors.
- layoutContainer(Container) - Method in class jv.object.PsStackLayout
-
- layoutContainer(Container) - Method in class jv.objectGui.GuiStackLayout
-
Deprecated.
Lays out the specified container.
- layoutContainer(Container) - Method in class jv.objectGui.PsSlotLayout
-
- lcm(int, int) - Static method in class jv.vecmath.PuMath
-
Returns the least common multiple of a and b.
- leftMult(PcMatrix) - Method in class jv.vecmath.PcMatrix
-
Multiply with square matrix from left of same sizes using this = m*this
.
- leftMult(PdMatrix, int) - Method in class jv.vecmath.PdMatrix
-
Multiply a submatrix of this matrix with a submatrix of the parameter matrix.
- leftMult(PdMatrix) - Method in class jv.vecmath.PdMatrix
-
Multiply with square matrix from left of same sizes using this = m*this
.
- leftMultAffin(PdMatrix, PdVector, boolean) - Method in class jv.vecmath.PdVector
-
Multiply a point resp. vector with matrix this = m*(v,1)
resp.
- leftMultMatrix(PdMatrix) - Method in class jv.vecmath.PdBary
-
Multiply vector with matrix this = m*this
.
- leftMultMatrix(PdMatrix, PdBary) - Method in class jv.vecmath.PdBary
-
Multiply vector with matrix this = m*v
.
- leftMultMatrix(PdMatrix) - Method in class jv.vecmath.PdBaryDir
-
Multiply vector with matrix this = m*this
.
- leftMultMatrix(PdMatrix, PdBaryDir) - Method in class jv.vecmath.PdBaryDir
-
Multiply vector with matrix this = m*v
.
- leftMultMatrix(PdVector, PdVector) - Method in class jv.vecmath.PdMatrix
-
Multiply this matrix with vector and fill output vector, out = this*in.
- leftMultMatrix(PdVector, PdVector) - Method in interface jv.vecmath.PdMatrixIf
-
Multiply this matrix with vector and fill output vector, out = this*in.
- leftMultMatrix(PdMatrix) - Method in class jv.vecmath.PdVector
-
Multiply vector with matrix this = m*this
.
- leftMultMatrix(PdMatrix, PdVector) - Method in class jv.vecmath.PdVector
-
Multiply vector with matrix this = m*v
.
- leftMultMatrix(PdMatrix) - Method in class jv.vecmath.PiVector
-
Multiply vector with matrix this = m*this
.
- leftMultMatrix(PdMatrix, PiVector) - Method in class jv.vecmath.PiVector
-
Multiply vector with matrix this = m*v
.
- leftMultMatrix(PdMatrix) - Method in class jvx.geom.PgFrame
-
- leftMultMatrix(PdMatrix, PgFrame) - Method in class jvx.geom.PgFrame
-
- leftMultMatrix(PdVector, PdVector) - Method in class jvx.numeric.PnSparseMatrix
-
- leftMultVector(PnSparseMatrix, PdVector, PdVector, int) - Static method in class jvx.numeric.PnSparseMatrix
-
Compute out=in*smat.
- leftMultVector(PdVector, PdVector, int) - Method in class jvx.numeric.PnSparseMatrix
-
Compute out=in*smat.
- leftMultVector(PdVector, PdVector) - Method in class jvx.numeric.PnSparseMatrix
-
Deprecated.
- leftMultVector(PnSparseMatrix, PdVector, PdVector) - Static method in class jvx.numeric.PnSparseMatrix
-
Compute out=in*smat.
- length() - Method in class jv.vecmath.PdVector
-
Get euclidean length of vector.
- length(int, double[]) - Static method in class jv.vecmath.PdVector
-
Get euclidean length of vector.
- length() - Method in class jv.vecmath.PiVector
-
Get Euclidean length of vector as rounded integer.
- LICENSE - Static variable in interface jv.object.PsViewerIf
-
- liesOnEdge(PdBary) - Static method in class jvx.geom.PwBary
-
Checks if given barycentric position lies within PuMath.EPS distance to
the interior of an edge, and away from vertices.
- liesOnVertex(PdBary) - Static method in class jvx.geom.PwBary
-
Checks if given barycentric position lies within PuMath.EPS range of a vertex,
and returns local index of that vertex.
- LIFE - Static variable in class jvx.cellular.PnCellOperator
-
- LIGHT - Static variable in interface jv.object.PsViewerIf
-
- LIGHT_AMBIENT - Static variable in interface jv.project.PvLightIf
-
Non-directional global illumination of scene.
- LIGHT_DIRECTION - Static variable in interface jv.project.PvLightIf
-
Directional global illumination of scene with parallel light.
- LIGHT_HEAD - Static variable in interface jv.project.PvLightIf
-
Headlight always shines from the position of the camera, i.e. observer, on the scene.
- LIGHT_POINT - Static variable in interface jv.project.PvLightIf
-
Point light source shines in all direction from point in space.
- LIGHT_SHADOW - Static variable in interface jv.project.PvLightIf
-
Shadow light simply produces a shadow on other geometries.
- LIGHT_SKY - Static variable in interface jv.project.PvLightIf
-
Vertical light shines from north pole of the sky dome on the scene.
- LIGHT_SPOT - Static variable in interface jv.project.PvLightIf
-
Directional illumination of a part of scene which lies within the spot cone.
- linbcg(PnSparseMatrix, PdVector, PdVector) - Method in class jvx.numeric.PnBiconjugateGradient
-
Deprecated.
since JavaView 3.96.023, use method #solve() with same signature instead.
- load(BufferedReader) - Method in class jv.loader.PgAbstractLoader
-
Read a geometry file containing a set of geometries or animations.
- load(PgGeometry[], String, String) - Static method in class jv.loader.PgLoader
-
Deprecated.
use non-static method loadGeometry() with same method signature.
- load(String) - Static method in class jv.loader.PgLoader
-
Deprecated.
use non-static method loadGeometry() with same method signature.
- load(PgGeometry[], String) - Static method in class jv.loader.PgLoader
-
Deprecated.
use non-static method loadGeometry() with same method signature.
- load(PgGeometry[], BufferedReader, String) - Static method in class jv.loader.PgLoader
-
Deprecated.
use non-static method loadGeometry() with same method signature.
- load(BufferedReader, String) - Static method in class jv.loader.PgLoader
-
Deprecated.
use #loadDisplay(BufferedReader in, String ext)
- load(BufferedReader) - Method in interface jv.loader.PgLoaderIf
-
Read a geometry file containing a set of geometries or animations.
- load(String) - Method in class jv.loader.PjImportModel
-
Load geometry model from file or URL and add it as selected geometry
to this project.
- load() - Method in class vgp.tutor.key.PjKeyframe
-
- load() - Method in class vgp.vector.rungeKutta.PjRungeKutta
-
Loads geometry via PjImportModel and then calls load().
- load() - Method in class vgp.vector.translation.PjTranslation
-
Loads geometry via PjImportModel and then calls load().
- loadDefaultImage() - Static method in class jv.objectGui.PsToolbar
-
Load JavaView default toolbar image from file, needs only be called once.
- loadDisplay(String) - Method in class jv.loader.PgLoader
-
Read display options from a buffered reader.
- loadDisplay(BufferedReader, String) - Method in class jv.loader.PgLoader
-
Read display options from a buffered reader.
- loadGeometry(String, String) - Method in class jv.loader.PgLoader
-
Read a geometry from a string representing content of a geometry file.
- loadGeometry(PgGeometry[], String, String) - Method in class jv.loader.PgLoader
-
Read a geometry from a string representing content of a geometry file.
- loadGeometry(String) - Method in class jv.loader.PgLoader
-
Read a geometry from named file whose extension determines the file format.
- loadGeometry(PgGeometry[], String) - Method in class jv.loader.PgLoader
-
Read a geometry from named file whose extension determines the file format.
- loadGeometry(PgGeometry[], BufferedReader, String) - Method in class jv.loader.PgLoader
-
Read a geometry from a buffered reader with the content of a geometry file.
- loadImage() - Method in class jv.geom.PgTexture
-
Load image whose name was previously assigned to this class.
- loadImage(Component) - Method in class jv.geom.PgTexture
-
Load image whose name was previously assigned to this class.
- loadImage() - Method in class jv.objectGui.PsImage
-
Makes sure that the Image is loaded before returning from this method.
- loadImage(Component, Image) - Static method in class jv.objectGui.PsImage
-
Load image with a media tracker and return when image is loaded or failure occurred.
- loadImage(String, int, int) - Static method in class jv.objectGui.PsToolbar
-
Load toolbar image from file, needs only be called once.
- loadSurfaces(String, String, String) - Method in class vgp.surface.common.PjSurface
-
Assign name of a single surface, or of several surface names separated by semi-colon.
- localTransformation(int, PdVector, PgPolygon) - Method in class vgp.curve.closedpoly.PjClosedPoly
-
- log(PuComplex) - Static method in class jv.number.PuComplex
-
w = log(u)
- log() - Method in class jv.number.PuComplex
-
u = log(this)
- LOG - Static variable in class jv.thirdParty.expr.Expr
-
Natural logarithm, principal branch of complex log.
- log(double, double) - Static method in class jv.vecmath.PuMath
-
Return logarithm with respect to given basis.
- logPB(PuComplex) - Static method in class jv.number.PuComplex
-
w = logPB(u), principal branch of complex logarithm with slit at negative real axis.
- logPB() - Method in class jv.number.PuComplex
-
u = logPB(this), principal branch with slit at negative real axis.
- LOOP - Static variable in class jv.anim.PsAnimation
-
Jump to other end, repeat mode when either end of animation is reached.
- LOOP - Static variable in class jvx.geom.PwLocalButterfly
-
- lorentz2Klein(PdVector, PdVector) - Static method in class jv.vecmath.PuProj
-
Projection from Lorentz model in Rn+1 into Klein ball in Rn of n-dim hyperbolic space.
- lorentz2Poincare(PdVector, PdVector) - Static method in class jv.vecmath.PuProj
-
Projection from Lorentz model in Rn+1 into Poincare ball in Rn of n-dim hyperbolic space.
- lorentz2Uhm(PdVector, PdVector) - Static method in class jv.vecmath.PuProj
-
Projection from Lorentz model in Rn+1 into UHM in Rn of n-dim hyperbolic space.
- LSystem - Class in vgp.tutor.lsystem
-
Generate a tree with a context-free L-system.
- LSystem() - Constructor for class vgp.tutor.lsystem.LSystem
-
Constructor.
- lubksb(double[][], int, int[], double[]) - Static method in class jvx.numeric.PnMatrix
-
Solves the set of N linear equations AX=B.
- ludcmp(double[][], int, int[]) - Static method in class jvx.numeric.PnMatrix
-
Given an NxN matrix A this routine replaces it
by the LU decomposition of a rowwise permutation of itself.