"JavaView© v4.00.003"
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 Z 

S

save(PgGeometryIf[], String) - Static method in class jv.loader.PgLoader
Deprecated.
use saveGeometry(PgGeometry [], String).
save(String, String) - Static method in class jv.loader.PgLoader
Deprecated.
use saveString(String, String).
save(PvDisplayOption[], String) - Static method in class jv.loader.PgLoader
Deprecated.
use saveDisplay(PvDisplayOption [] option, String fileName).
save(Image, String) - Static method in class jv.loader.PgLoader
Deprecated.
use saveImage(Image, String)
saveAsDefault() - Method in interface jv.project.PvCameraIf
Save the current transformation matrices as default.
saveAsDefault() - Method in class jv.viewer.PvCamera
Save the current transformation matrices as default.
saveCameraDefaults() - Method in class jv.viewer.PvDisplay
Save settings of current camera as default.
saveDisplay(PvDisplayOption[], String) - Method in class jv.loader.PgLoader
Write display settings to a JVD file.
saveEigenvectors() - Method in class jvx.numeric.PnEnergyMinimizer
Save eigenvectors of hessian as vector fields of the surface.
saveGeometry(PgGeometry[], String) - Method in class jv.loader.PgLoader
Write a set of geometries to a named file whose extension determines the format.
saveGeometry(PgGeometryIf[], String) - Method in class jv.loader.PgLoader
Same functionality as saveGeometry(PgGeometry [], String) but provided to avoid casting.
saveGeometryToString(PgGeometry[], String) - Method in class jv.loader.PgLoader
Write a geometry to a string in a given format determined by its file extension.
saveImage(Image, String) - Method in class jv.loader.PgLoader
Write an image to a named file whose extension determines the file format.
saveString(String, String) - Method in class jv.loader.PgLoader
Write a string to a named file if running as application.
saveToString(PgGeometryIf[], String) - Static method in class jv.loader.PgLoader
Deprecated.
use non-static method saveGeometryToString(PgGeometry [], String)
scalar(PgElementSet, int, PdBaryDir, PdBaryDir, boolean) - Static method in class jvx.geom.PwBary
Computes scalar product of barycentric directions in world coordinates, that means the scalar product of the vectors in euclidean space.
SCALAR_DIFF_PRINCIPAL - Static variable in class jvx.vector.PwScalarField
 
SCALAR_EXTREMALITY - Static variable in class jvx.vector.PwScalarField
 
SCALAR_GAUSS_CURVATURE - Static variable in class jvx.vector.PwScalarField
 
SCALAR_GAUSS_VIA_PRINCIPAL - Static variable in class jvx.vector.PwScalarField
 
SCALAR_IMPORTED_FUNCTION - Static variable in class jvx.vector.PwScalarField
 
SCALAR_MAX_PRINCIPAL - Static variable in class jvx.vector.PwScalarField
 
SCALAR_MAX_PRINCIPAL_ABS - Static variable in class jvx.vector.PwScalarField
 
SCALAR_MEAN_CURVATURE - Static variable in class jvx.vector.PwScalarField
 
SCALAR_MIN_PRINCIPAL - Static variable in class jvx.vector.PwScalarField
 
SCALAR_MIN_PRINCIPAL_ABS - Static variable in class jvx.vector.PwScalarField
 
SCALAR_T_HEIGHT - Static variable in class jvx.vector.PwScalarField
 
SCALAR_TOTAL_CURVATURE - Static variable in class jvx.vector.PwScalarField
 
SCALAR_X_HEIGHT - Static variable in class jvx.vector.PwScalarField
 
SCALAR_Y_HEIGHT - Static variable in class jvx.vector.PwScalarField
 
SCALAR_Z_HEIGHT - Static variable in class jvx.vector.PwScalarField
 
scalarField2Array(PgVectorField, double[]) - Static method in class jvx.vector.PwScalarField
Method converts a scalar field into an array of doubles.
scale(double) - Method in class jv.geom.PgPointSet
Scale each vertex of geometry by given factor w.r.t. its center using formula: vertex = (1-s)*center + s*vertex.
scale(double, PdVector) - Method in class jv.geom.PgPointSet
Deprecated.
use scale(double) instead
scale(float, float) - Method in class jv.loader.PSGr
Scales the graphics context.
scale(PdVector[], PdVector[], int) - Static method in class jv.vecmath.PdVector
Affine scaling of an array of vectors to lie in a given bounding volume.
scale(PdVector) - Static method in class jv.vecmath.PuReflect
Generate a homogeneous matrix to non-uniform scale by a given vector p[i] = p[i]*v[i].
scale(double, int) - Static method in class jv.vecmath.PuReflect
Generate a homogeneous matrix to non-uniform scale by a given vector p[i] = p[i]*s.
scale(PgPointSet, double) - Static method in class jvx.geom.PwTransform
Method scales the geometry geometry by a given factor.
scale(PgPointSet, double, PdVector, boolean) - Static method in class jvx.geom.PwTransform
Method scales the geometry geometry by a given factor.
scale(PgPointSet, double, int) - Static method in class jvx.geom.PwTransform
Method scales one coordinate of the geometry geometry by a given factor.
scale(PgPointSet, double, int, PdVector, boolean) - Static method in class jvx.geom.PwTransform
Method scales one coordinate of the geometry geometry by a given factor.
scaleGeomByVolume(PgElementSet, double, double, int) - Static method in class jvx.geom.PwSmooth
Rescale geometry to have a given volume.
scrambleElements(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
Change the internal order of indices of the vertices in all triangles by random to get arbitrary examples for testing the algorithm.
scrambleTriangles() - Method in class jvx.geom.PwMatching
Change the internal order of indices of the vertices in all triangles by random to get arbitrary examples for testing the algorithm.
secondFundamental(double, double) - Method in class vgp.surface.common.PgSurfaceDescr
 
select(Choice, int) - Static method in class jv.object.PsPanel
Update the selected index of a choice if the new index is different from the current selection of the widget.
selectBndPolygon(PgBndPolygon) - Method in class jv.geom.PgElementSet
Select a boundary polygon.
selectCamera(int) - Method in interface jv.project.PvDisplayIf
Select camera from the list of installed camera to be current camera in the display.
selectCamera(int) - Method in class jv.viewer.PvDisplay
Select current camera used in dispay by id.
selectCategory(int) - Method in class jv.loader.PsCategoryList_IP
Select a category whose entries are display in the entry list.
selectCenter(int) - Method in class jvx.vector.PwVectorField
Selects the specified feature center.
selectCurve(int) - Method in class vgp.curve.common.PjCurve
 
selectDisplay(PvDisplayIf) - Method in class jv.project.PjProject
Select a display to become the default display to which geometries are added.
selectDisplay(PvDisplayIf) - Method in interface jv.project.PvViewerIf
Select a registered display to become the active display.
selectDisplay(PvDisplayIf) - Method in class jv.viewer.PvViewer
Select a registered display to become the active display.
selectGeometry(PgGeometryIf) - Method in class jv.project.PjProject
Select registered geometry in the project and in the selected display.
selectGeometry(PgGeometryIf) - Method in interface jv.project.PvDisplayIf
Select geometry in display to receive pick events.
selectGeometry(PgGeometryIf) - Method in interface jv.project.PvGeometryListenerIf
A geometry has been selected to be active and receive pick events.
selectGeometry(PgGeometryIf) - Method in interface jv.project.PvPickListenerIf
Inform pick listener when selected geometry is changing.
selectGeometry(PgGeometryIf) - Method in class jv.viewer.PvDisplay
Select geometry to be active and receive pick events.
selectGeometry(PvGeometry) - Method in class jv.viewer.PvScene
Select current geometry which may become null if only special geometries are left.
selectGeometry(PgGeometryIf) - Method in class jvx.cellular.PnCellOperator
This workshop is informed when the currently active geometry changes in the display.
selectGeometry(PgGeometryIf) - Method in class jvx.geom.PwGeodesic
Currently not supported by display.
selectGeometry(PgGeometryIf) - Method in class jvx.geom.PwGeodesicFlow
 
selectGeometry(PgGeometryIf) - Method in class jvx.geom.PwMarkWithSphere
Currently not supported by display.
selectGeometry(PgGeometryIf) - Method in class jvx.math.MathPickListener
Currently not supported by display.
selectGeometry(PgGeometryIf) - Method in class jvx.vector.PwIntegralLine
 
selectGeometry(PgGeometryIf) - Method in class vgp.tutor.model.PjModel
Overwrite method of superclass to be able to react when new geometry is loaded from file by menu import.
selectLight(PvLightIf) - Method in interface jv.project.PvDisplayIf
Select light from the list of registered lights in this scene.
selectLight(PvLightIf) - Method in class jv.viewer.PvDisplay
Select light from the list of registered lights in this scene.
selectProject(String) - Method in interface jv.project.PvViewerIf
Selects a project to become the active project.
selectProject(PjProject) - Method in class jv.viewer.PvViewer
Selects a project to become the active project.
selectProject(String) - Method in class jv.viewer.PvViewer
Deprecated.
since JavaView 2.87, use selectProject(PjProject).
selectVectorField(PgVectorField) - Method in class jv.geom.PgPointSet
Select a vector field.
selectVectorField(int) - Method in class jvx.vector.PwHodge
Selects a vector field of the underlying domain.
sendEmail() - Static method in class jv.rsrc.PuBugReport
Call the System's email editor and set recipient, subject and body of the email according to the JavaView bug report standards.
sendMail(String, String, String, String, String) - Static method in class jv.rsrc.PuBugReport
Launch the default email client of the operating system, and fill fields such as recipients, subject and message body according to the arguments.
sequenceRefine() - Method in class jvx.geom.PwRefinePolygon
Recompute all refinement steps.
set(int) - Method in class jv.number.PdColor
Set grey component of this color using integer argument in [0, 255].
set(int, int, int) - Method in class jv.number.PdColor
Set components of this color using integer argument in [0, 255].
set(int, int, int, int) - Method in class jv.number.PdColor
Set components of this color using double arguments in [0, 255].
set(double) - Method in class jv.number.PdColor
Set grey component of this color using double arguments in [0., 1.].
set(double, double, double) - Method in class jv.number.PdColor
Set components of this color using double arguments in [0., 1.].
set(double, double, double, double) - Method in class jv.number.PdColor
Set components of this color using double arguments in [0., 1.].
set(double, double) - Method in class jv.number.PuComplex
this = (re, im)
set(PdVector, int, int, PdBary) - Method in class jv.project.PvPickEvent
Convenient method to assign the four parameters of an event simultaneously.
set(PbVector, int, int) - Method in class jv.vecmath.PbVector
Assign 'len' values of array starting at 'from' to vector, and adjust length of vector if different from argument len.
set(boolean[], int, int) - Method in class jv.vecmath.PbVector
Assign 'len' values of boolean array starting at 'from' to vector, and adjust length of vector if different from argument len.
set(boolean[], int) - Method in class jv.vecmath.PbVector
Assign first values of boolean array to vector, and adjust length of vector if different from argument len.
set(boolean[]) - Method in class jv.vecmath.PbVector
Assign values of boolean array to vector, and adjust length of vector if different from length of array.
set(boolean) - Method in class jv.vecmath.PbVector
Assign value to vector, and increase size of vector if necessary.
set(boolean, boolean) - Method in class jv.vecmath.PbVector
Assign value to vector, and increase size of vector if necessary.
set(boolean, boolean, boolean) - Method in class jv.vecmath.PbVector
Assign value to vector, and increase size of vector if necessary.
set(boolean, boolean, boolean, boolean) - Method in class jv.vecmath.PbVector
Assign value to vector, and increase size of vector if necessary.
set(double, double) - Method in class jv.vecmath.PdBary
Assign value to vector, and increase size of vector if necessary.
set(int, double, double) - Method in class jv.vecmath.PdBary
Assign value to vector, and increase size of vector if necessary.
set(double, double, double) - Method in class jv.vecmath.PdBary
Assign value to vector, and increase size of vector if necessary.
set(int, double, double, double) - Method in class jv.vecmath.PdBary
Assign value to vector, and increase size of vector if necessary.
set(double[][]) - Method in class jv.vecmath.PdMatrix
Assign values of array, and adjust length of matrix if different from length of array.
set(PdVector, int, int) - Method in class jv.vecmath.PdVector
Assign 'len' values of array starting at 'from' to vector, and adjust length of vector if different from argument len.
set(double[], int, int) - Method in class jv.vecmath.PdVector
Assign 'len' values of double array starting at 'from' to vector, and adjust length of vector if different from argument len.
set(double[], int) - Method in class jv.vecmath.PdVector
Assign first values of double array to vector, and adjust length of vector if different from argument len.
set(double[]) - Method in class jv.vecmath.PdVector
Assign values of double array to vector, and adjust length of vector if different from length of array.
set(int[], int, int) - Method in class jv.vecmath.PdVector
Assign 'len' values of integer array starting at 'from' to vector, and adjust length of vector if different from argument len.
set(int[], int) - Method in class jv.vecmath.PdVector
Assign first values of integer array to vector, and adjust length of vector if different from argument len.
set(int[]) - Method in class jv.vecmath.PdVector
Assign values of vector from integer array, and adjust length of vector if different from length of array.
set(double) - Method in class jv.vecmath.PdVector
Assign value to vector, and increase size of vector if necessary.
set(double, double) - Method in class jv.vecmath.PdVector
Assign value to vector, and increase size of vector if necessary.
set(double, double, double) - Method in class jv.vecmath.PdVector
Assign value to vector, and increase size of vector if necessary.
set(double, double, double, double) - Method in class jv.vecmath.PdVector
Assign value to vector, and increase size of vector if necessary.
set(PiVector, int, int) - Method in class jv.vecmath.PiVector
Assign 'len' values of array starting at 'from' to vector, and adjust length of vector if different from argument len.
set(int[], int, int) - Method in class jv.vecmath.PiVector
Assign 'len' values of array starting at 'from' to vector, and adjust length of vector if different from argument len.
set(int[], int) - Method in class jv.vecmath.PiVector
Assign first values of array to vector, and adjust length of vector if different from argument len.
set(int[]) - Method in class jv.vecmath.PiVector
Assign values of vector, and adjust length of vector if different from length of array.
set(int) - Method in class jv.vecmath.PiVector
Assign value to vector, and set size of vector to 1.
set(int, int) - Method in class jv.vecmath.PiVector
Assign value to vector, and set size of vector to 2.
set(int, int, int) - Method in class jv.vecmath.PiVector
Assign value to vector, and set size of vector to 3.
set(int, int, int, int) - Method in class jv.vecmath.PiVector
Assign value to vector, and set size of vector to 4.
set_value(double) - Method in class jv.thirdParty.expr.Variable
Deprecated.
use setValue(double) instead
setAbstract(String) - Method in class jv.loader.PvDisplayOption
 
setAbstract(String) - Method in class jv.rsrc.PsGeometryInfo
 
setAccuracy(double) - Method in class jvx.geom.PgPolygonOnElementSet
Sets the accuracy that is used at checks for zero in barycentric coordinates.
setAccuracy(double) - Method in class jvx.numeric.PnStraightestGeodesic
Sets the accuracy used when testing a barycentric coordinate for zero.
setActionString(String) - Method in class jv.objectGui.PsToolbarItem
Set explanatory action string to be shown as tooltip or status message.
setActiveSurface(int) - Method in class vgp.discrete.conformal.PjConformal
 
setActiveSurface(int) - Method in class vgp.discrete.harmonic.PgSurfacePair
 
setAdjustColoring(boolean) - Method in class jvx.vector.PwScalarField
Indicate whether to adjust the color sliders when computing a new scalar field.
setAge(int) - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree
Sets the age of the tree which is the number of consecutive branches.
setAge(int) - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree
Sets the age of the tree which is the number of consecutive branches.
setAlignment(int) - Method in class jv.objectGui.PsMultiLineLabel
Same as in java.awt.Label.
setAlpha(int) - Method in class jv.number.PdColor
Set alpha component of this color using integer argument in [0, 255].
setAlpha(double) - Method in class jv.number.PdColor
Set alpha component of this color using double argument in [0., 1.].
setAmbientLight(Color) - Method in class jv.loader.PvDisplayOption
 
setAmbientMatrix(PdMatrix, PdMatrix) - Method in class jv.project.PgGeometry
Set ambient model matrix of geometry to copy of argument matrix.
setAmbientMatrix(PdMatrix, PdMatrix) - Method in interface jv.project.PgGeometryIf
Set ambient model matrix of geometry and its inverse.
setAmbientMatrix(PdMatrix, PdMatrix) - Method in interface jv.project.PvGeometryIf
Set model matrix of geometry within original ambient space.
setAmbientProjection(int) - Method in class jv.project.PgGeometry
Set projection mode of ambient space used in model transformations.
setAmbientProjection(int) - Method in interface jv.project.PgGeometryIf
Set projection mode of ambient space used in model transformations.
setAmbientProjection(int) - Method in interface jv.project.PvGeometryIf
Set projection mode of ambient space used in model transformations.
setAmbientProjection(int) - Method in class jv.viewer.PvDisplay
Set projection mode of ambient space used in model camera.
setAmbientProjection(int) - Method in class vgp.surface.common.PgSurface
Set projection mode of ambient space used in model transformations.
setAmbientProjection(int) - Method in class vgp.surface.common.PgSurfaceDescr
Set projection mode of ambient space used in model transformations.
setAmbientSpace(int) - Method in class jv.project.PgGeometry
Set ambient space used in model transformations.
setAmbientSpace(int) - Method in interface jv.project.PgGeometryIf
Set ambient space used in model transformations.
setAmbientSpace(int) - Method in interface jv.project.PvGeometryIf
Set ambient space used in model transformations.
setAmbientSpace(int) - Method in class jv.viewer.PvDisplay
Set ambient space used in model transformations.
setAmbientSpace(int) - Method in class vgp.surface.common.PgSurface
Set ambient space used in model transformations.
setAmbientSpace(int) - Method in class vgp.surface.common.PgSurfaceDescr
Set ambient space used in model transformations.
setAmplitude(double) - Method in class jvx.geom.PwNoise
Set amplitude of noise.
setAngle(double) - Method in interface jv.project.PvLightIf
Set angle of spot cone of light.
setAngle(double) - Method in class jv.viewer.PvLight
Set angle of spot cone of light.
setAngle(double) - Method in class jvx.geom.PwGeodesic
 
setAnimated(boolean) - Method in class jv.loader.PgLoader
Set flag whether currently loaded data should be interpreted as an animation.
setAnimated(boolean) - Method in class jv.loader.PjImportModel
Set flag whether currently loaded data should be interpreted an animation.
setAnimation(PsAnimation) - Method in class jv.anim.PsKeyframe
Assign the animation object where this listener is registered.
setAnimation(PsAnimation) - Method in interface jv.anim.PsTimeListenerIf
Assign the animation manager where this listener is registered.
setAnimation(boolean) - Method in class jv.loader.PgAbstractLoader
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Method in interface jv.loader.PgLoaderIf
Set flag whether current geometry data is considered an animation.
setAnimation(PsAnimation) - Method in class jv.project.PjProject
Assign the animation object where this listener is registered.
setAnimation(PsAnimation) - Method in class jvx.geom.PnExplodePolytope
Assign the animation object where this listener is registered.
setAnimation(PsAnimation) - Method in class jvx.geom.PwEvolve
Assign the animation object where this listener is registered.
setAnimation(PsAnimation) - Method in class jvx.geom.PwExplode
Assign an animation to be used for the explosion.
setAnimation(PsAnimation) - Method in class jvx.geom.PwGeodesicFlow
 
setAnimation(PsAnimation) - Method in class jvx.geom.PwUnfold
Register an animation to the workshop.
setAnimation(PsAnimation) - Method in class jvx.math.MathTimerListener
Assign the animation object where this listener is registered.
setAnimation(PsAnimation) - Method in class jvx.vector.PwSeeds
 
setAnimation(PsAnimation) - Method in class vgp.discrete.harmonic.PgSurfacePair
Assign the animation object where this listener is registered.
setAnimation(PsAnimation) - Method in class vgp.surface.common.PgSurface_CatenoidHelicoid
Assign the animation object where this listener is registered.
setAnimationPanel(PsDialog) - Method in class jv.anim.PsAnimation
Set animation panel, e.g. when different animations join a common panel.
setAnimPanel(PsAnimation_IP) - Method in class jvx.geom.PnExplode_Dialog
Define Animation panel to be displayed in this dialog.
setApplication(boolean) - Static method in class jv.object.PsConfig
Determines status of this program if running as applet or application.
setAreaConstant(boolean) - Method in class vgp.discrete.lantern.PgLantern
 
setAreaOfLimit(double) - Method in class vgp.discrete.lantern.PgLantern
 
setArrayPosition(int) - Method in class jv.loader.PvDisplayOption
Set position of display within an array of displays.
setArraySize(Dimension) - Method in class jv.loader.PvDisplayOption
Set dimensionof array of displays.
setArrowLength(double) - Method in class jvx.curve.PgTube
Set length of arrows in percent of arrow diameter.
setArrowThickness(double) - Method in class jvx.curve.PgTube
Set thickness of arrow in percent of tube radius.
setAscending(boolean) - Method in class jvx.numeric.PnBandEigenSolver
 
setAuthor(String) - Method in class jv.loader.PjImportModel
Set author information of geometry to be displayed on info panel.
setAuthorInfo(PsAuthorInfo) - Method in class jv.loader.PvDisplayOption
 
setAuthorInfo(PsAuthorInfo) - Method in class jv.project.PgGeometry
Set author information by copying or cloning the argument author info.
setAuthorInfo(PsAuthorInfo) - Method in interface jv.project.PgGeometryIf
Set author information.
setAuthorInfo(PsAuthorInfo) - Static method in class jv.rsrc.PsJavaView
Set author information by copying or cloning the argument author info.
setAuthorInfo(PsAuthorInfo) - Method in class jvx.loader.PsExportInfo
Set author information.
setAuthorInfo(PsAuthorInfo) - Method in class jvx.rsrc.PsModelInfo
Set author information.
setAuthors(PsAuthorInfo) - Method in class jv.project.PgGeometry
Deprecated.
used setAuthorInfo(PsAuthorInfo)
setAutoCenter(boolean) - Method in interface jv.project.PvDisplayIf
Set flag which determines whether camera will automatically center on geometry.
setAutoCenter(boolean) - Method in class jv.viewer.PvDisplay
Set flag which determines whether camera will automatically center on geometry.
setAutoConfigure(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Deprecated.
use setEnabledAutoHashing(boolean)
setAutoFit(boolean) - Method in class vgp.discrete.ellipse.PjEllipse
 
setAutoRotation(PdVector, double) - Method in interface jv.project.PvDisplayIf
Set axis and angle for auto-rotation.
setAutoRotation(PdVector, double) - Method in class jv.viewer.PvDisplay
Set axis and angle for auto-rotation.
setAxes(PgAxes) - Method in class jv.loader.PvDisplayOption
 
setAxes(PgAxes) - Method in class jv.viewer.PvDisplay
Register axes geometry in this display.
setAxesColor(Color) - Method in class jv.thirdParty.ruler.PgAxes
Assign color of all individual axes.
setAxesCoordSystem(int) - Method in class jv.loader.PvDisplayOption
Set coordinate system in which axes are shown.
setAxesEdge(PiVector) - Method in class jv.loader.PvDisplayOption
Currently unused except in PgMathLoader.
setAxesHash(boolean[]) - Method in class jv.loader.PvDisplayOption
 
setAxesLabel(String[]) - Method in class jv.loader.PvDisplayOption
 
setAxesSize(double) - Method in class jv.thirdParty.ruler.PgAxes
Assign color of all individual axes.
setAxesType(int) - Method in class jv.loader.PvDisplayOption
Set type of coordinate axes, see PgAxes.AXES_xxx.
setAxisDelta(double) - Method in class vgp.minimal.helicoid.PgHelicoid
 
setAxisDiscr(int) - Method in class vgp.minimal.helicoid.PgHelicoid
 
setBackColor(Color) - Method in class jv.object.PsPanel
Assigned explicit background color such that container is not transparent.
setBackColor(Color) - Method in class jv.project.PjProject
Assigned background color of project inspector.
setBackground(Color) - Method in class jv.loader.PSGr
Gets the current color.
setBackground(Color) - Method in class jv.number.PuBoolean
Set color of background of info panel.
setBackground(Color) - Method in class jv.number.PuDouble
Set color of background of info panel.
setBackground(Color) - Method in class jv.number.PuInteger
Set color of background of info panel.
setBackground(Color) - Method in class jvx.number.PuHistogram
Set color of background of info panel.
setBackgroundColor(Color) - Method in class jv.loader.PvDisplayOption
Set color of background of display.
setBackgroundColor(Color) - Method in interface jv.project.PvDisplayIf
Set color of background of display.
setBackgroundColor(Color) - Method in class jv.viewer.PvDisplay
Set color of background of display.
setBackgroundImage(Image) - Method in class jv.loader.PvDisplayOption
Set background image of display canvas.
setBackgroundImage(Image) - Method in interface jv.project.PvDisplayIf
Set background image of display canvas.
setBackgroundImage(Image) - Method in class jv.viewer.PvDisplay
Set background image of display canvas.
setBackgroundImage(String) - Method in class jv.viewer.PvDisplay
Deprecated.
use setBackgroundImageFile(String)
setBackgroundImageFile(String) - Method in class jv.loader.PvDisplayOption
Set filename of background image of display canvas.
setBackgroundImageFile(String) - Method in interface jv.project.PvDisplayIf
Set filename of background image of display canvas.
setBackgroundImageFile(String) - Method in class jv.viewer.PvDisplay
Set filename of background image of display canvas.
setBackgroundImageFit(int) - Method in class jv.loader.PvDisplayOption
Set the mode determining how a background image is scaled w.r.t. the display canvas.
setBackgroundImageFit(int) - Method in interface jv.project.PvDisplayIf
Set the mode determining how a background image is scaled w.r.t. the display canvas.
setBackgroundImageFit(int) - Method in class jv.viewer.PvDisplay
Set the mode determining how a background image is scaled w.r.t. the display canvas.
setBackwardIntegration(boolean) - Method in class jvx.vector.PwIntegralLineSet
Compute integral lines in negative direction as well.
setBary(PdBary) - Method in class jv.project.PvPickEvent
Set barycentric coordinates inside the picked element.
setBary(int, int, PdBary) - Method in class jvx.geom.PgPolygonOnElementSet
Deprecated.
since JavaView 3.96.006, use setVertexBary(int, int, PdBary) instead.
setBase(String) - Method in class jv.loader.PjImportModel
Set full path to base directory of model collection.
setBase(PdVector) - Method in class jvx.geom.PgFrame
 
setBasedOn(int) - Method in class jv.geom.PgVectorField
Specifies the number of vectors this instance can hold and alters the interpretation by the viewer (VERTEX_BASED vectors are shown at the vertices, ELEMENT_BASED vectors are shown at the element centers) and possibly other classes.
setBaseFileName(String) - Method in class jvx.loader.PsExportInfo
Set base file name of saved file which have been exported by a user.
setBits(int, int) - Static method in class jv.object.PsUtil
 
setBlendingMode(int) - Method in class jv.geom.PgTexture
Set mode how texture color is applied to surface.
setBlendingMode(int) - Method in class jv.project.PgJvxSrc
Set mode how texture color is applied to surface.
setBndBoxColor(Color) - Method in class jv.loader.PvDisplayOption
Set color of bounding box.
setBndBoxColor(Color) - Method in interface jv.project.PvDisplayIf
Set color of bounding box.
setBndBoxColor(Color) - Method in class jv.viewer.PvDisplay
Set color of bounding box.
setBndBoxSize(double) - Method in class jv.loader.PvDisplayOption
Set thickness of edges of bounding box.
setBndBoxSize(double) - Method in interface jv.project.PvDisplayIf
Set thickness of edges of bounding box.
setBndBoxSize(double) - Method in class jv.viewer.PvDisplay
Set thickness of edges of bounding box.
setBndColor(int, Color) - Method in class jv.project.PgJvxSrc
Set global color of individual boundary polygon unless all have same color.
setBndColor(int, Color) - Method in interface jv.project.PvGeometryIf
Set global color of individual boundary polygon unless all have same color.
setBndConstraint(PgBndConstraint) - Method in class jv.geom.PgBndPolygon
Assign constraints of this boundary polygon.
setBndElementInd(int, PiVector) - Method in class jv.project.PgJvxSrc
Set indices of surface elements along boundary.
setBndElementInd(int, PiVector) - Method in interface jv.project.PvGeometryIf
Set indices of surface elements along boundary.
setBndName(int, String) - Method in class jv.project.PgJvxSrc
Set thickness in pixels of boundary polygon.
setBndName(int, String) - Method in interface jv.project.PvGeometryIf
Set thickness in pixels of boundary polygon.
setBndNeighbourLocInd(int, PiVector) - Method in class jv.project.PgJvxSrc
Set local indices of opposite vertices of edge in surface element.
setBndNeighbourLocInd(int, PiVector) - Method in interface jv.project.PvGeometryIf
Set local indices of opposite vertices of edge in surface element.
setBndNumVertices(int, int) - Method in class jv.project.PgJvxSrc
Set number of a boundary polygon's vertices.
setBndSize(int, double) - Method in class jv.project.PgJvxSrc
Set thickness in pixels of boundary polygon.
setBndSize(int, double) - Method in interface jv.project.PvGeometryIf
Set thickness in pixels of boundary polygon.
setBndType(int) - Method in class jvx.loader.PgMacroPatch
 
setBndVertexInd(int, PiVector) - Method in class jv.project.PgJvxSrc
Set vertex index information to a boundary polygon.
setBndVertices(int, PdVector[]) - Method in class jv.project.PgJvxSrc
Set vertices to a boundary polygon.
setBorderType(int) - Method in class jv.object.PsPanel
Set border of panel which is automatically drawn.
setBorderType(int) - Method in class jv.project.PjProject
Set border type of project inspector.
setBoundary(PgBndPolygon[]) - Method in class jv.geom.PgElementSet
Set new boundary polygons by replacing the previous array with the argument array.
setBounds(int, int) - Method in class jv.number.PiArray_IP
Minimal/maximal number allowed to enter in all text fields.
setBounds(double, double, double, double) - Method in class jv.number.PuDouble
Set current min/max values and slider increments.
setBounds(double, double) - Method in class jv.number.PuDouble
Set current min/max values and adjust value if current value lies outside the new min/max bounds.
setBounds(int, int, int, int) - Method in class jv.number.PuInteger
Set current min/max values and slider increments.
setBounds(int, int) - Method in class jv.number.PuInteger
Set current min/max values and adjust value if current value lies outside the new min/max bounds.
setBounds(PdVector[]) - Method in class jv.thirdParty.ruler.PgAxes
Update the bounding box used to configure these axes.
setBoxRatio(PdVector) - Method in class jv.loader.PvDisplayOption
Set scaling factors of edges of the bounding box.
setBoxRatio(PdVector) - Method in interface jv.project.PvCameraIf
Set the scaling factor for all three camera axis to produce a non-square viewing frustum.
setBoxRatio(PdVector) - Method in interface jv.project.PvDisplayIf
Set individual scaling factors of coordinate axes.
setBoxRatio(PdVector) - Method in class jv.thirdParty.ruler.PgAxes
Enable usage of a variable aspect ratio for the viewing frustum of this camera.
setBoxRatio(PdVector) - Method in class jv.viewer.PvCamera
Set the scaling factor for all three camera axis to produce a non-square viewing frustum.
setBoxRatio(PdVector) - Method in class jv.viewer.PvDisplay
Set individual scaling factors of coordinate axes.
setCamera(PvCameraIf) - Method in class jv.project.PvCameraEvent
Assign current camera of display when this event occurred.
setCameraAngle(int, double) - Method in class jv.loader.PvDisplayOption
deprecated use setCameraFieldOfView(int, double)
setCameraFarClip(int, double) - Method in class jv.loader.PvDisplayOption
 
setCameraFieldOfView(int, double) - Method in class jv.loader.PvDisplayOption
Set opening angle of camera in degrees in [0,180].
setCameraInterest(int, PdVector) - Method in class jv.loader.PvDisplayOption
 
setCameraMatrix(int, PdMatrix) - Method in class jv.loader.PvDisplayOption
Set the 4*4 camera transformation matrix.
setCameraName(int, String) - Method in class jv.loader.PvDisplayOption
 
setCameraNearClip(int, double) - Method in class jv.loader.PvDisplayOption
 
setCameraPosition(int, PdVector) - Method in class jv.loader.PvDisplayOption
 
setCameraProjection(int, int) - Method in class jv.loader.PvDisplayOption
 
setCameraRoll(int, double) - Method in class jv.loader.PvDisplayOption
 
setCameraType(int) - Method in class jv.thirdParty.ruler.PgAxes
Determines the current projection in the display where this axis is used.
setCategories(String[], String[][]) - Method in class jv.loader.PsCategoryList_IP
Assign set of category names and a set of entries per category.
setCategory(String) - Method in class jv.loader.PjImportModel
Set currently selected category.
setCenter(PdVector) - Method in class jv.project.PgGeometry
Set center of geometry which local transformations use as origin.
setCenter(PdVector) - Method in interface jv.project.PvGeometryIf
Set center of geometry different from center of gravity.
setCenter(PdVector) - Method in class jvx.geom.PnExplode_Dialog
Store center of explosion.
setCenter(PdVector) - Method in class jvx.geom.PnExplodePolytope
Appoint the center of explosion.
setCenter(PdVector) - Method in class jvx.geom.PwMarkWithSphere
Set center of sphere, but do not compute the new selection.
setCenterInfluence(int, double) - Method in class jvx.vector.PwVectorField
Sets all parameters of the given feature center to the given value.
setCenterOfBndBox(PdVector) - Method in class jv.geom.PgPointSet
Move each vertex of geometry by vector center-oldCenter.
setCenterType(int, int) - Method in class jvx.vector.PwVectorField
Sets the type of given feature center to different type.
setCheckResults(boolean) - Method in class jvx.numeric.PnBandEigenSolver
 
setChild(PsXmlNode) - Method in class jv.rsrc.PsXmlNode
 
setChoice(String) - Method in class jv.objectGui.PsToolbarItem
Set a single menu item, all previous menu items are removed.
setClassType(int) - Method in class jvx.number.PuHistogram
Set the class type which determines computation of number of bins.
setClip(int, int, int, int) - Method in class jv.loader.PSGr
Clips to a rectangle.
setClip(Shape) - Method in class jv.loader.PSGr
 
setClipBounds(int, double[]) - Method in class jv.loader.PvDisplayOption
Set minimum and maximum in one dimension of the clipping box.
setClipBounds(int, double[]) - Method in interface jv.project.PvDisplayIf
Set minimum and maximum in one dimension of the clipping box.
setClipBounds(int, double[]) - Method in class jv.viewer.PvDisplay
Set minimum and maximum in one dimension of the clipping box.
setClipBoundsType(int) - Method in class jv.loader.PvDisplayOption
Set index of axis which is selected when scene clip bounds is active of becomes active.
setClipBoundsType(int) - Method in interface jv.project.PvDisplayIf
Set index of axis which is selected when scene clip bounds is active of becomes active.
setClipBoundsType(int) - Method in class jv.viewer.PvDisplay
Set index of axis which is selected when scene clip bounds is active of becomes active.
setClosed(boolean) - Method in class jv.geom.PgPolygon
Set flag that polygon is closed.
setClosed(int, boolean) - Method in class jv.geom.PgPolygonSet
Close a polygon such that first and last vertex are identical.
setClosing(boolean) - Method in class jv.loader.PjImportModel_IP
Set flag if current activity is closed and restarts freshly with selected topic, or if current activity is continued and the selected topic is added.
setClosing(boolean) - Method in class jv.loader.PsCategoryList_IP
Set flag if current activity is closed and restarts freshly with selected topic, or if current activity is continued and the selected topic is added.
setCoarseness(double) - Method in class jvx.numeric.PnLIC
Sets the coarseness of noise that is convoluted to create the LIC image.
setCodeBase(String) - Static method in class jv.object.PsConfig
Set codebase of current applet or application.
setColor(Color) - Method in class jv.loader.PSGr
Sets the current color to the specified color.
setColor(Color) - Method in class jv.number.PdColor
Set color components to components of argument color.
setColor(Color) - Method in class jv.number.PuColorPicker
Set current color and values of rgb sliders.
setColor(Color) - Method in interface jv.project.PvLightIf
Set color of light.
setColor(Color) - Method in class jv.viewer.PvLight
Set color of light.
setColor(int, Color) - Method in class jvx.cellular.PnCellOperator
Define color for a cell state.
setColorExistentTexture(boolean) - Method in class jvx.vector.PwRotDiv
If true and geometry already has a texture, then the intensity of this texture is used and colored.
setColorMax(double) - Method in class jvx.vector.PwScalarField
Sets maximal color value.
setColorMin(double) - Method in class jvx.vector.PwScalarField
Sets minimal color value.
setColorModel(ColorModel) - Method in class jv.thirdParty.acmeEncoders.ImageEncoder
 
setColors() - Method in class jvx.cellular.PnCellOperator
Set colors of all elements of the elementSet according to their states.
setColorType(int) - Method in class vgp.tutor.sizeEdge.PjSizeEdge
Determine if edge color is computed based on edge size or edge index.
setColumn(int, PdVector) - Method in class jv.vecmath.PdMatrix
Set column vector of matrix.
setColumns(PdVector[]) - Method in class jv.vecmath.PdMatrix
Fill matrix with array of column vectors.
setComplex(boolean) - Method in class jv.thirdParty.expr.Expr
Return whether double or complex.
setComplex(boolean) - Method in class jv.thirdParty.expr.Variable
Return whether double or complex.
setComplexValue(PuComplex) - Method in class jv.thirdParty.expr.Variable
Set current complex value of variable.
setComplexValue(double, double) - Method in class jv.thirdParty.expr.Variable
Set current complex value of variable.
setConforming(boolean) - Method in class jv.geom.PgElementSet
Set conformality state of geometry and boundary curves, and do not modify connectivity.
setConnections(PiVector[][]) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Appoint connections of parts of the surface.
setConsole(PsConsole) - Static method in class jv.object.PsDebug
Set console.
setConstant(int) - Method in class jv.number.PdColor
Set all color components excluding alpha to the same value.
setConstant(PbVector[], boolean) - Static method in class jv.vecmath.PbVector
Set all components of all vectors of an array to a constant.
setConstant(PbVector[], boolean[]) - Static method in class jv.vecmath.PbVector
Set all vectors of an array equal to a given vector.
setConstant(PbVector[], PbVector) - Static method in class jv.vecmath.PbVector
Set all vectors of an array equal to a given vector.
setConstant(PbVector, boolean) - Static method in class jv.vecmath.PbVector
Set all entries to a constant value.
setConstant(boolean[], boolean) - Static method in class jv.vecmath.PbVector
Set all entries to a constant value.
setConstant(boolean) - Method in class jv.vecmath.PbVector
Set all entries to a constant value.
setConstant(PuComplex) - Method in class jv.vecmath.PcMatrix
Set all matrix entries to a constant value.
setConstant(double) - Method in class jv.vecmath.PdMatrix
Set all matrix entries to a constant value.
setConstant(PdVector[], double) - Static method in class jv.vecmath.PdVector
Set all components of all vectors of an array to a constant.
setConstant(PdVector[], double[]) - Static method in class jv.vecmath.PdVector
Set all vectors of an array equal to a given vector.
setConstant(PdVector[], PdVector) - Static method in class jv.vecmath.PdVector
Set all vectors of an array equal to a given vector.
setConstant(PdVector, double) - Static method in class jv.vecmath.PdVector
Set all entries to a constant value.
setConstant(double) - Method in class jv.vecmath.PdVector
Set all entries to a constant value.
setConstant(PiVector[], int) - Static method in class jv.vecmath.PiVector
Set all components of all vectors of an array to a constant.
setConstant(PiVector[], int[]) - Static method in class jv.vecmath.PiVector
Set all vectors of an array equal to a given vector.
setConstant(PiVector[], PiVector) - Static method in class jv.vecmath.PiVector
Set all vectors of an array equal to a given vector.
setConstant(PiVector, int) - Static method in class jv.vecmath.PiVector
Set all entries to a constant value.
setConstant(int) - Method in class jv.vecmath.PiVector
Set all entries to a constant value.
setConstrain(PdMatrix) - Method in class jvx.numeric.PnEnergy
 
setContent(String) - Method in class jv.rsrc.PsXmlNode
 
setControlPoint(int, PdVector) - Method in class jvx.curve.PgBezierCurve
 
setConvergenceTest(int) - Method in class jvx.numeric.PnConjugateGradientMatrix
There are four different methods measure the convergence of the solution of the linear equation used in solve.
setConvolutionWidth(int) - Method in class jvx.numeric.PnLIC
setConvolutionWidth(int) - Method in class jvx.vector.PwLIC
Sets the number of pixels that are convoluted in a neighbourhood of a pixel to compute the new value of that pixel.
setCoordSystem(int) - Method in class jv.thirdParty.ruler.PgAxes
Set coordinate system to which axes is attached, e.g. to scene, individual geometry or ambient space.
setCornerAngle(double) - Method in class jvx.geom.PwBoundary
Set maximal corner angle in [0,360] such that smaller vertex angles along the boundary are identified as sharp boundary vertices.
setCorona(double) - Method in interface jv.project.PvLightIf
Set angle of corona of spot cone.
setCorona(double) - Method in class jv.viewer.PvLight
Set angle of corona of spot cone.
setCount(int) - Method in class jvx.numeric.PnBandEigenSolver
 
setCountType(int) - Method in class jvx.number.PuHistogram
Set the count type which determines counting of number of items per bin.
setCreaseAngle(double) - Method in class jv.geom.PgElementSet
Set crease angle which is a threshold determining sharp crease edges.
setCreaseAngle(double) - Method in class jv.project.PgJvxSrc
Set crease angle which is a threshold determining sharp crease edges.
setCreaseAngle(double) - Method in interface jv.project.PvGeometryIf
Set crease angle which is a threshold determining sharp crease edges.
setCurrentCamera(int) - Method in class jv.loader.PvDisplayOption
 
setCurrLoop(int) - Method in class jvx.cellular.PnCellOperator
Set number of current operating loop.
setCycloidDiscr(int) - Method in class vgp.curve.cycloid.PjCycloid
Set number of points on cycloid curve.
setCycloidLength(double) - Method in class vgp.curve.cycloid.PjCycloid
Set distance of traced point to center of rolling ball.
setData(PdVector) - Method in class vgp.volume.mc.PnMarchingCubes
Set the data of the scalar field.
setDataFields(int[]) - Method in class jvx.loader.PsExportInfo
Set array of all geometry file formats to be offered to export.
setDebug(boolean) - Static method in class jv.object.PsDebug
Enable debugging.
setDefArrowLength(double) - Method in class jvx.curve.PgTube
Set default length of arrows in percent of arrow diameter.
setDefArrowLengthBounds(double, double, double, double) - Method in class jvx.curve.PgTube
Set default bounds of arrows in percent of arrow diameter.
setDefArrowThickness(double) - Method in class jvx.curve.PgTube
Set default thickness of arrow in percent of tube radius.
setDefArrowThicknessBounds(double, double, double, double) - Method in class jvx.curve.PgTube
Set default bounds for thickness of arrows in percent of tube radius.
setDefaultHashSizes(int) - Method in class jv.thirdParty.ruler.PgRuler
Reset minor and major hash extents to default values.
setDefaultLabelEnabled(boolean) - Method in class jv.geom.PgPointSet
Deprecated.
since JavaView 3.61.003, use setEnabledIndexLabels(boolean).
setDefaultLabelEnabled(boolean) - Method in class jv.project.PgJvxSrc
Deprecated.
since JavaView 3.61.003, use setEnabledIndexLabels(boolean).
setDefaultSize(Dimension) - Static method in class jv.viewer.PvDisplay
Set default dimension of drawing canvas from outside.
setDefBounds(double, double, double, double) - Method in class jv.number.PuDouble
Set default min/max values and slider increments to be assigned when init() is called as reset.
setDefBounds(int, int, int, int) - Method in class jv.number.PuInteger
Set default min/max values and slider increments to be assigned when init() is called as reset.
setDefColor(Color) - Method in class jv.number.PuColorPicker
Set the default color.
setDefDiscr(int) - Method in class jvx.curve.PgTube
Set default number of vertices around the tube.
setDefDiscrBounds(int, int, int, int) - Method in class jvx.curve.PgTube
Set default bounds for discretization slider.
setDefExpression(int, String) - Method in class jv.function.PuFunction
Set string of function with index ind.
setDefState(boolean) - Method in class jv.number.PuBoolean
Set default state to be assigned when init() is called as reset.
setDefThickness(double) - Method in class jvx.curve.PgTube
Set default radius respectively thickness of the tube.
setDefThicknessBounds(double, double, double, double) - Method in class jvx.curve.PgTube
Set default bounds for radius slider.
setDefValue(double) - Method in class jv.number.PuDouble
Set default value to be assigned when init() is called as reset.
setDefValue(int) - Method in class jv.number.PuInteger
Set default value to be assigned when init() is called as reset.
setDefWindings(int, int) - Method in class vgp.tutor.torusknot.PjTorusKnot
 
setDelta(double) - Method in class vgp.minimal.catenoid.PgCatenoid
 
setDescr(PgDomainDescr) - Method in class jvx.surface.PgDomain
Set the domain descriptor of this domain which determines the discretization and size of this planar domain rectangle.
setDescr(PgWeierstrassDescr) - Method in class vgp.minimal.weier.PgWeierstrass
Set surface descriptor.
setDescr(PgSurfaceDescr) - Method in class vgp.surface.common.PgSurface
Assign a surface descriptor which completely describes this surface.
setDetail(String) - Method in class jv.rsrc.PsGeometryInfo
 
setDetail(String) - Method in class jv.vecmath.P_Vector
Set longer detail text of vector, e.g. to be shown as overlay text.
setDetailTextOnly(boolean) - Method in class jv.rsrc.PsGeometryInfo
 
setDetectionFlags(int) - Method in class jvx.vector.PwHodge
Sets which features to include in feature detection.
setDiagonal(PdVector) - Method in class jv.vecmath.PdMatrix
Set diagonal entries of a square matrix to components of a given vector.
setDiamondDirection(boolean) - Method in class vgp.surface.common.PgSurface
Determine if diamond is oriented in u- or v-direction.
setDijkstraDistanceFunction(PiVector) - Method in class jvx.geom.PwReeb
Set the function the computation of the Reeb graph will be based on to be the Dijkstra distance with respect to the vertices given as a parameter.
setDimension(int) - Method in class jvx.geom.PwTransform
Initialize the workshop with the given dimension.
setDimension(int) - Method in class jvx.numeric.PnConjugateGradientMatrix
Set dimension of surface matrix is based on.
setDimensions(int, int) - Method in class jv.thirdParty.acmeEncoders.ImageEncoder
 
setDimOfColors(int) - Method in class jv.geom.PgElementSet
Let all colors have same number of components aSize<>0.
setDimOfColors(int) - Method in class jv.geom.PgPointSet
Let all colors have same number of components aSize<>0.
setDimOfColors(int) - Method in class jv.geom.PgPolygonSet
Let all colors have same number of components aSize<>0.
setDimOfElement(int, int) - Method in class jv.geom.PgElementSet
Set size of a single element and associated data like neighbour list.
setDimOfElements(int) - Method in class jv.geom.PgElementSet
Let all elements have same number of vertices aSize<>0, or individual aSize=-1.
setDimOfElements(int) - Method in class jv.project.PgJvxSrc
Let all elements have same number of vertices aSize<>0, or individual aSize=-1.
setDimOfElements(int) - Method in interface jv.project.PvGeometryIf
Set dimension of element used in geometry, i.e. the number vertices per element.
setDimOfPolygons(int) - Method in class jv.geom.PgPolygonSet
Let all polygons have same number of vertices aSize<>0, or individual aSize=-1.
setDimOfPolygons(int) - Method in class jv.project.PgJvxSrc
Let all polygons have same number of vertices aSize<>0, or individual aSize=-1.
setDimOfPolygons(int) - Method in interface jv.project.PvGeometryIf
Set dimension of polygons used in geometry, i.e. the number vertices per polygon.
setDimOfSimplex(int) - Method in class jv.project.PgGeometry
Set dimension of simplicial complex, i.e. maximal dimension of occurring simplices.
setDimOfSurface(int) - Method in class vgp.surface.common.PgSurfaceDescr
Set dimension of ambient space in which surface is immersed.
setDimOfTextures(int) - Method in class jv.geom.PgPointSet
Set dimension of texture domain.
setDimOfTextures(int) - Method in class jv.project.PgJvxSrc
Set dimension of textures, i.e. number of components of each of the texture vectors.
setDimOfVectors(int) - Method in class jv.geom.PgElementSet
Let all vectors have same number of vectors aSize<>0.
setDimOfVectors(int) - Method in class jv.geom.PgPointSet
Let all vectors have same number of components aSize<>0.
setDimOfVectors(int) - Method in class jv.geom.PgPolygonSet
Let all vectors have same number of vectors aSize<>0.
setDimOfVectors(int) - Method in class jv.geom.PgVectorField
Sets the dimension of all vectors.
setDimOfVertices(int) - Method in class jv.geom.PgElementSet
Set dimension of vertices.
setDimOfVertices(int) - Method in class jv.geom.PgPointSet
Set dimension of vertices.
setDimOfVertices(int) - Method in class jv.geom.PgPolygon
Set dimension of vertices.
setDimOfVertices(int) - Method in class jv.geom.PgPolygonSet
Set dimension of vertices.
setDimOfVertices(int) - Method in class jv.project.PgGeometry
Set dimension of vertices.
setDimOfVertices(int) - Method in class jv.project.PgJvxSrc
Assign dimension of vertices.
setDimOfVertices(int) - Method in interface jv.project.PvGeometryIf
Set dimension of points used in geometry, i.e. the number coordinates per point.
setDirection(double, double, double) - Method in class jv.thirdParty.ruler.PgRuler
Set direction of the baseline of the ruler.
setDirection(PdVector) - Method in class jv.thirdParty.ruler.PgRuler
Set direction of the baseline of the ruler.
setDirection(int) - Method in class jvx.geom.PwEvolve
Set direction currently used for evolution.
setDirectory(String) - Method in class jv.loader.PgExport_Dialog
Set directory to be used in file dialog.
setDirectory(int, String) - Static method in class jv.rsrc.PsJavaView
Set special directories of JavaView, for example, the directory type PsJavaView#FILE_WORKING identifies a location which is suggested when exporting geometries.
setDirectory(String) - Method in class jvx.loader.PsExportInfo
Set directory of saved file which have been exported by a user.
setDiscr(int) - Method in class jvx.curve.PgTube
Set number of vertices around the tube.
setDiscr(int) - Method in class jvx.geom.PwBlocks
Set global discretization for axes.
setDiscr(int, int) - Method in class jvx.geom.PwBlocks
Set an individual discretization for one axis direction.
setDiscr(int, int) - Method in class jvx.surface.PgDomainDescr
Set number of grid lines in u/v direction.
setDiscrBounds(int, int, int, int) - Method in class jvx.surface.PgDomainDescr
Set bounds of discretization sliders.
setDisplay(PvDisplayIf) - Method in class jv.project.PjProject
Register display in this project, add all geometries of project to the display, and register this project as pick listener in the display.
setDisplay(PvDisplayIf) - Method in interface jv.project.PjWorkshopIf
Get the active display when this workshop was launched.
setDisplay(PvDisplayIf) - Method in class jv.thirdParty.ruler.PgAxes
Display must be assigned right after creating an axes object.
setDisplay(PvDisplayIf) - Method in interface jv.viewer.PvDisplayCanvasIf
 
setDisplay(PvDisplayIf) - Method in class jvx.cellular.PnMinesweeper
Store currently active display.
setDisplay(PvDisplayIf) - Method in class jvx.cellular.PwSnake
Store currently active display.
setDisplay(PvDisplayIf) - Method in class jvx.geom.PwCleanMesh
Set the active display when this workshop was launched.
setDisplay(PvDisplayIf) - Method in class jvx.geom.PwGeodesic
Sets the display where the resulting geodesic shall be shown.
setDisplay(PvDisplayIf) - Method in class jvx.geom.PwGeodesicFlow
Set the active display when this workshop was launched.
setDisplay(PvDisplayIf) - Method in class jvx.geom.PwMarkWithSphere
Get the active display when this workshop was lauchned.
setDisplay(PvDisplayIf) - Method in class jvx.geom.PwSimplify
Sets the display used for showing the number of triangles.
setDisplay(PvDisplayIf) - Method in class jvx.project.PjWorkshop
Set the active display when this workshop was launched.
setDisplay(PvDisplayIf) - Method in class jvx.vector.PwIntegralLine
Set the display where computed integral lines will show up.
setDisplay(PvDisplayIf) - Method in class jvx.vector.PwIntegralLineSet
Set the display where computed integral lines will show up when using the workshop's info panel or method makeIntegralLines().
setDisplay(PvDisplayIf) - Method in class jvx.vector.PwSeeds
Set the active display when this workshop was launched.
setDisplay(PvDisplayIf) - Method in class jvx.vector.PwVectorField
In this display the feature centers are shown and can be interactively changed.
setDisplayOption(PvDisplayOption) - Method in class jv.loader.PgAbstractLoader
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Method in class jv.loader.PgLoader
Set option of a single display which some parsers fill out.
setDisplayOption(PvDisplayOption) - Method in interface jv.loader.PgLoaderIf
Set the display options to be saved within the geometry file.
setDisplayOptions(PvDisplayOption[]) - Method in class jv.loader.PgLoader
Set the display options to be used by some parsers.
setDisplays(Vector) - Method in interface jv.project.PjWorkshopIf
Assign the list of displays.
setDisplays(Vector) - Method in class jvx.project.PjWorkshop
Assign the list of displays.
setDist(double) - Method in interface jv.project.PvCameraIf
Set distance of camera position from point of interest in world coordinates.
setDist(double) - Method in class jv.viewer.PvCamera
Set distance of camera position from point of interest in world coordinates.
setDistance(double) - Method in class jv.project.PvPickEvent
Set distance of picked vertex to nearest position on geometry.
setDistance(double) - Method in class vgp.curve.cycloid.PjCycloid
Set distance of the traced point to the center of the rolling disk, that means, the length of the stick.
setDocName(String) - Method in class jv.rsrc.PsXmlSrc
Set name of root element of associated DTD, or null.
setDocType(String) - Method in class jv.rsrc.PsXmlSrc
Set url of associated DTD, or null.
setDomain(PgDomainDescr) - Method in class jvx.surface.PgParmSurface
Deprecated.
since JavaView 3.50.003, use setDomainDescr().
setDomain(int, double, double, double, double) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Set rectangular domain size for a patch domain.
setDomainDescr(PgDomainDescr) - Method in class jvx.surface.PgParmSurface
Set domain descriptor which specifies the extension of the (u,v)-domain.
setDomainType(int) - Method in class jvx.surface.PgDomain
Set domain type.
setDoublePrecision(boolean) - Method in class jvx.numeric.PnJacobi
Set flag weather computations are done in double or single precision.
setDoubleResolution(int) - Static method in class jvx.loader.PsJvzConfig
Set Resolution for encoding double valued data.
setDrawingOrder(int, PgGeometryIf) - Method in interface jv.project.PvDisplayIf
Choose z-order of geometry when drawn in display.
setDrawingOrder(int) - Method in interface jv.project.PvGeometryIf
Set position of geometry in z-direction in display.
setDrawingOrder(int, PgGeometryIf) - Method in class jv.viewer.PvDisplay
Choose z-order of geometry when drawn in display.
setDynamic(PgGeometry) - Method in class jv.anim.PsKeyframe
Set the geometry which is used for interpolation between keyframes.
setE1(PdVector) - Method in class jvx.geom.PgFrame
 
setE2(PdVector) - Method in class jvx.geom.PgFrame
 
setE3(PdVector) - Method in class jvx.geom.PgFrame
 
setEdgeColor(int, Color) - Method in class jv.geom.PgPolygon
Copy new color to edge color at specified position in the color list
setEdgeColors(Color[]) - Method in class jv.geom.PgElementSet
Copy edge colors of list to existing array of edge colors.
setEdgeColors(Color[]) - Method in class jv.geom.PgPolygon
Assign edge colors of list to existing array of edge colors.
setEdgeColors(Color[]) - Method in class jv.project.PgJvxSrc
Copy edge colors of list to existing array of edge colors.
setEdgeColors(Color[]) - Method in interface jv.project.PvGeometryIf
Set individual color of all edges.
setEdgeNormal(int, PdVector) - Method in class jv.geom.PgPolygon
Copy new normal to edge normal at specified position in the normal list
setEdgeNormals(PdVector[]) - Method in class jv.geom.PgPolygon
Copy edge normals of list to existing array of edge normals.
setEdges(PiVector[]) - Method in class jv.project.PgJvxSrc
Copy the first m_numEdges of given array into edge array.
setEdges(PiVector[]) - Method in interface jv.project.PvGeometryIf
Set list of all edges.
setEdgeSizes(PdVector) - Method in class jv.geom.PgElementSet
Assign a set of relative edge sizes.
setEdgeSizes(PdVector) - Method in class jv.geom.PgPolygon
Copy edge sizes of list to existing array of edge sizes.
setEdgeSizes(PdVector) - Method in class jv.project.PgJvxSrc
Assign a set of relative edge sizes.
setEdgeSizes(PdVector) - Method in interface jv.project.PvGeometryIf
Set individual thickness of all edges.
setEdgeStar(int, PgEdgeStar) - Method in class jv.geom.PgElementSet
Set index vector of edge with given index.
setEigenSolver(int) - Method in class jvx.numeric.PnEnergyMinimizer
 
setElement(int, int, int, int) - Method in class jv.geom.PgElementSet
Copy new vertex indices to element at specified position in the element list.
setElement(int, int, int, int, int) - Method in class jv.geom.PgElementSet
Copy new vertex indices to element at specified position in the element list.
setElement(int, int[]) - Method in class jv.geom.PgElementSet
Copy new vertex indices to element at specified position in the element list.
setElement(int, PiVector) - Method in class jv.geom.PgElementSet
Copy new vertex indices to element at specified position in the element list.
setElement(int, PiVector) - Method in class jv.project.PgGeometry
Method does nothing and may be overridden by subclasses.
setElement(int, PiVector) - Method in interface jv.project.PgGeometryIf
Allow setting the vertex indices of a single element.
setElement(int, PiVector) - Method in class jv.project.PgJvxSrc
Assign element data to an existing element.
setElement(int, PiVector) - Method in class jvx.geom.PnTree
Recompute tree position for an element of PgPointSet #0.
setElement(int, int, PiVector) - Method in class jvx.geom.PnTree
Recompute tree position for an element.
setElementBackColor(int, Color) - Method in class jv.geom.PgElementSet
Copy new color to element color at specified position in the color list
setElementBackColors(Color[]) - Method in class jv.geom.PgElementSet
Copy backface element colors of list to existing array of element colors.
setElementBackColors(Color[]) - Method in class jv.project.PgJvxSrc
Copy backface element colors of list to existing array of element colors.
setElementBackColors(Color[]) - Method in interface jv.project.PvGeometryIf
Set individual backface colors of elements.
setElementColor(int, Color) - Method in class jv.geom.PgElementSet
Copy new color to element color at specified position in the color list
setElementColors(Color[]) - Method in class jv.geom.PgElementSet
Copy element colors of list to existing array of element colors.
setElementColors(Color[]) - Method in class jv.project.PgJvxSrc
Copy element colors of list to existing array of element colors.
setElementColors(Color[]) - Method in interface jv.project.PvGeometryIf
Set individual colors of elements.
setElementEdges(PiVector[]) - Method in class jv.geom.PgElementSet
Set an array which stores for each element the indices of its incident edges.
setElementEdges(PiVector[]) - Method in class jv.project.PgJvxSrc
Set an array which stores for each element the indices of its incident edges.
setElementEdges(PiVector[]) - Method in interface jv.project.PvGeometryIf
Set for all elements a list of indices of incident edges.
setElementInd(PiVector) - Method in class jv.geom.PgBndPolygon
 
setElementInd(int, int) - Method in class jv.geom.PgEdgeStar
Set index of element at valence position 'ind' within 0 and current valence.
setElementInd(int) - Method in class jv.project.PvPickEvent
Set index of element in element array of picked geometry.
setElementInd(int) - Method in class jv.vecmath.PdBary
Get the element index to which the barycentric coordinates refer.
setElementInd(int) - Method in class jv.vecmath.PdBaryDir
Get the element index to which the barycentric coordinates refer.
setElementNormal(int, PdVector) - Method in class jv.geom.PgElementSet
Copy new normal to element normal at specified position in the normal list
setElementNormals(PdVector[]) - Method in class jv.geom.PgElementSet
Copy element normals of list to existing array of element normals.
setElementNormals(PdVector[]) - Method in class jv.project.PgJvxSrc
Copy element normals of list to existing array of element normals.
setElementNormals(PdVector[]) - Method in interface jv.project.PvGeometryIf
Set individual normals of elements.
setElements(PiVector[]) - Method in class jv.geom.PgElementSet
Copy the first getNumElements() elements of source array into an existing element array.
setElements(PiVector[]) - Method in class jv.project.PgJvxSrc
Copy the first m_numElements of given array into element array.
setElements(PiVector[]) - Method in interface jv.project.PvGeometryIf
Set elements of geometry.
setElements(PiVector[], int) - Method in class jvx.geom.PnTree
Compute tree positions for all elements of PgPointSet #0.
setElements(int, PiVector[], int) - Method in class jvx.geom.PnTree
Compute tree positions for all elements.
setElementSet(PgElementSet) - Method in class jv.geom.PgBndPolygon
Deprecated.
since JavaView v3.98.003, use setGeometry() instead
setElementSet(PgElementSet) - Method in class jvx.curve.PgTube
Set elementSet to compute thick edges from.
setElementSet(PgElementSet) - Method in class jvx.geom.PwModel
Deprecated.
use setGeometry(PgGeometry).
setElementSubInd(int) - Method in class jv.project.PvPickEvent
Set the index of a subtringle if element has more than three edges.
setElementTags() - Method in class jvx.cellular.PnCellOperator
Set tag for all elements of the elementSet according to their states.
setElementTexture(int, PdVector[]) - Method in class jv.geom.PgElementSet
Copy new texture coordinates to element texture at specified position in the element texture list
setElementTextures(PdVector[][]) - Method in class jv.geom.PgElementSet
Use the given textures coordinates as element-based texture coordinates.
setElementTextures(PdVector[][]) - Method in class jv.project.PgJvxSrc
Copy element textures of list to existing array of element textures.
setElementTextures(PdVector[][]) - Method in interface jv.project.PvGeometryIf
Set individual texture coordinates for all vertices of all elements.
setElementTexturesFromList(PdVector[]) - Method in class jv.geom.PgElementSet
Use the given textures coordinates as element-based texture coordinates.
setElementVertices(int, PdVector[]) - Method in class jv.geom.PgElementSet
Copy new element vertices at specified position in the vertex array of PgPointSet.
setEmbedded(boolean) - Method in class jv.viewer.PvViewer
Check if JavaView is embedded into another system.
setEmitInterval(double) - Method in class jvx.geom.PwGeodesicFlow
Sets the emit interval of the particles.
setEnabled(boolean) - Method in class jv.number.PdColor
Enable or disable the color dialog for interactive use.
setEnabled(boolean) - Method in class jv.number.PdColor_IP
 
setEnabled(boolean) - Method in class jv.number.PdVector_IP
Enable this panel.
setEnabled(boolean) - Method in class jv.number.PiVector_IP
Enable this panel.
setEnabled(boolean) - Method in class jv.number.PuBoolean
Enable or disable the inspector for interactive use.
setEnabled(boolean) - Method in class jv.number.PuBoolean_IP
 
setEnabled(boolean) - Method in class jv.number.PuDouble
Enable or disable the slider for interactive use.
setEnabled(boolean) - Method in class jv.number.PuDouble_IP
 
setEnabled(boolean) - Method in class jv.number.PuInteger
Enable or disable the slider for interactive use.
setEnabled(boolean) - Method in class jv.number.PuInteger_IP
 
setEnabled(Component, boolean) - Static method in class jv.object.PsPanel
Assure that a component is enabled if requested.
setEnabled(boolean) - Method in class jvx.curve.PgTube
Enable or disable the tube for interactive use.
setEnabled(boolean) - Method in class jvx.curve.PgTube_CP
Enable individual components of this panel.
setEnabled(boolean) - Method in class jvx.number.PuHistogram
Enable or disable the slider for interactive use.
setEnabled3DLook(boolean) - Method in interface jv.project.PvDisplayIf
Enable drawing of thick vertices and edges as 3d shapes in z-buffer mode.
setEnabled3DLook(boolean) - Method in class jv.viewer.PvDisplay
Enable drawing of thick vertices and edges as 3d shapes in z-buffer mode.
setEnabledAdaptiveSize(boolean) - Method in interface jv.project.PvDisplayIf
Enabled adaptive thickness of vertices and edges.
setEnabledAdaptiveSize(boolean) - Method in class jv.viewer.PvDisplay
Enabled adaptive thickness of vertices and edges.
setEnabledAlternateGrid(boolean) - Method in class vgp.surface.common.PgSurface
Switch among ordinary uv-mesh to diamond mesh where every other row is shifted.
setEnabledAnimation(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable auto-rotation of scene.
setEnabledAnimation(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable auto-rotation of scene.
setEnabledAntiAlias(boolean) - Method in interface jv.project.PvDisplayIf
Enable antialiased drawing.
setEnabledAntiAlias(boolean) - Method in class jv.viewer.PvDisplay
Enable antialiased drawing.
setEnabledArrowPanel(boolean) - Method in class jvx.curve.PgTube
Enable showing of arrow panel in control panel of tube.
setEnabledAutoBounds(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Enable automatic adjustment of size of axes to varying bounding box.
setEnabledAutoBounds(boolean) - Method in class jv.thirdParty.ruler.PgRuler
Enable automatic adjustment of size of axes to varying bounding box.
setEnabledAutoConfigure(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Deprecated.
since JavaView 3.12.002, use setEnabledAutoHashing(boolean)
setEnabledAutoDecompose(boolean) - Method in class jvx.vector.PwHodge
Automatically compute Hodge decomposition on updates of geometry.
setEnabledAutoFit(boolean) - Method in class jv.project.PjProject
Set flag which determines whether scenery is scaled to fit display when start() is called.
setEnabledAutoHashing(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Flag is axes in "absolute unit mode" will automatically adjust to a 'good' viewing scale based on the bounding box passed into configure().
setEnabledAutoHashing(boolean) - Method in class jv.thirdParty.ruler.PgRuler
Flag is axes in "absolute unit mode" will automatically adjust to a 'good' viewing scale based on the bounding box passed into configure().
setEnabledAutoLayout(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Enable automatic positioning of axes.
setEnabledBoxRatio(boolean) - Method in interface jv.project.PvCameraIf
Enable usage of a variable aspect ratio for the viewing frustum of this camera.
setEnabledBoxRatio(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable individual scaling factors of coordinate axes.
setEnabledBoxRatio(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Enable usage of a variable aspect ratio for the viewing frustum of this camera.
setEnabledBoxRatio(boolean) - Method in class jv.viewer.PvCamera
Enable usage of a variable aspect ratio for the viewing frustum of this camera.
setEnabledBoxRatio(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable individual scaling factors of coordinate axes.
setEnabledCameraClip(int, boolean) - Method in class jv.loader.PvDisplayOption
 
setEnabledCameraSceneRatio(int, boolean) - Method in class jv.loader.PvDisplayOption
 
setEnabledCheckAngles(boolean) - Method in class jvx.geom.PwSimplify
Determine if inner angles of triangles are checked during simplification.
setEnabledCheckNormals(boolean) - Method in class jvx.geom.PwSimplify
Determine if normals of new faces are allowed to differ from old normals by more than the initial value of m_maxAngle.
setEnabledClearScreen(boolean) - Method in class jv.viewer.PvDisplay
Enable clearing of screen after each repaint.
setEnabledClip(boolean) - Method in interface jv.project.PvCameraIf
Enable horizontal clipping.
setEnabledClip(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable clipping with front and back plane.
setEnabledClip(boolean) - Method in class jv.viewer.PvCamera
Enable horizontal clipping.
setEnabledClip(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable clipping with front and back plane in camera viewing direction.
setEnabledClipAutoBounds(boolean) - Method in interface jv.project.PvDisplayIf
Enable automatic recalculation of clip range when clipRange is switched on.
setEnabledClipAutoBounds(boolean) - Method in class jv.viewer.PvDisplay
Enable automatic recalculation of clip range when clipRange is switched on.
setEnabledClipBounds(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable clipping along coordinate axes.
setEnabledClipBounds(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable clipping of scene along coordinate axes.
setEnabledCloseBottom(boolean) - Method in class jvx.surface.PgSurfaceOfRotation
Set enabled if bottom of surface is closed with a disk.
setEnabledCloseTop(boolean) - Method in class jvx.surface.PgSurfaceOfRotation
Set enabled if top of surface is closed with a disk.
setEnabledCompress(boolean) - Method in class jvx.loader.PsExportInfo
Set flag if geometry files shall be compressed in ZIP format.
setEnabledConfigButton(boolean) - Method in class jv.number.PuDouble
Flag determines whether button for config panel is enabled or not, in this way permitting/prohibiting GUI control over bounds and increments.
setEnabledConfigButton(boolean) - Method in class jv.number.PuInteger
Flag determines whether button for config panel is enabled or not, in this way permitting/prohibiting GUI control over bounds and increments.
setEnabledConfigDisplay(boolean) - Method in class jvx.loader.PsExportInfo
Set flag if settings of display inspector may be overwritten.
setEnabledConstrainMatrix(boolean) - Method in class jvx.numeric.PnEnergy
Enable usage of a constrain matrix for index computation of Neumann boundary geometries.
setEnabledConstrainMatrix(boolean) - Method in class jvx.numeric.PnEnergyMinimizer
Enable usage of a constrain matrix for index computation of Neumann boundary geometries.
setEnabledConvert(boolean) - Method in class jvx.vector.PwVectorField
Controls the user interface for converting vertex based vector fields into element based vector fields.
setEnabledDirectSelect(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable clipping with front and back plane.
setEnabledDirectSelect(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable clipping with front and back plane.
setEnabledDoubleBuffer(boolean) - Method in interface jv.project.PvDisplayIf
Enable double buffered drawing.
setEnabledDoubleBuffer(boolean) - Method in class jv.viewer.PvDisplay
Enable double buffered drawing.
setEnabledDualGrid(boolean) - Method in class vgp.surface.common.PgSurface
Determine if dual grid is enabled.
setEnabledEdges(boolean) - Method in class jv.geom.PgElementSet
Enable storage and maintenance of edges.
setEnabledEndArrow(boolean) - Method in class jvx.curve.PgTube
Set flag if arrow is shown at the tail of each tube.
setEnabledExternalRendering(boolean) - Method in class jv.viewer.PvDisplay
Enable rendering into an external image.
setEnabledFast(boolean) - Method in class vgp.vector.rungeKutta.PjRungeKutta
Sets integration method to Euler-mode or 4th-order Runge-Kutta mode.
setEnabledFastClipping(boolean) - Static method in class jv.viewer.PvDisplay
Enable and disable fast clipping of geometry items during rendering.
setEnabledFastZBuffer(boolean) - Static method in class jv.viewer.PvDisplay
Enable and disable z-buffered drawing of scene.
setEnabledFillDisplay(boolean) - Method in interface jv.project.PvDisplayIf
Determine if scaling of scene to fill display is enabled.
setEnabledFillDisplay(boolean) - Method in class jv.viewer.PvDisplay
Determine if scaling of scene to fill display is enabled.
setEnabledFixingElement(boolean) - Method in class jvx.geom.PwUnfold
Enable/Disable freezing of the position of one element while the animation runs.
setEnabledFixVertices(boolean) - Method in class jvx.numeric.PnEnergyMinimizer
Enable if marked vertices remain fixed during minimization.
setEnabledFlip(boolean) - Method in class jvx.geom.PwEvolve
Set if direction of flow is flip against direction of vector field.
setEnabledFlipEdges(boolean) - Method in class jvx.geom.PwSimplify
Determine if triangle edges are flipped before simplification.
setEnabledForceSimplify(boolean) - Method in class jvx.geom.PwSimplify
Determine if other simplification criteria are allowed to be relaxed during the simplification in order to simplify down to the requested remaining number of elements.
setEnabledHueColoring(boolean) - Method in class jvx.geom.PwGeodesicFlow
Enable or disable coloring vertices by hue from starting direction.
setEnabledIndexLabels(boolean) - Method in class jv.geom.PgPointSet
Determine whether drawing of default labels, i.e. item indices, is enabled.
setEnabledIndexLabels(boolean) - Method in class jv.project.PgJvxSrc
Determine whether drawing of default labels, i.e. item indices, is enabled.
setEnabledInduceColors(boolean) - Method in class jvx.curve.PgTube
Set flag whether color of tube are induced from the base geometry.
setEnabledInspection(boolean) - Method in interface jv.project.PvDisplayIf
Enable whether display and selected geometry can be inspected in control window.
setEnabledInspection(boolean) - Method in class jv.viewer.PvDisplay
Enable whether display and selected geometry can be inspected in control window.
setEnabledInstanceSharing(boolean) - Method in class jv.project.PgGeometry
Determines if sharing of vertices and other instances with a base geometry is enabled when this instance is filled in PgGeomtry#getJvx().
setEnabledIntegerPick(boolean) - Method in interface jv.project.PvDisplayIf
Restrict picking to an integer grid.
setEnabledIntegerPick(boolean) - Method in class jv.viewer.PvDisplay
Restrict picking to an integer grid.
setEnabledKeepBoundary(boolean) - Method in class jvx.geom.PwNoise
Set flag to keep boundary vertices fixed during noising.
setEnabledKeepBoundary(boolean) - Method in class jvx.geom.PwSimplify
Determine if boundary points of PgElementSet are kept and not removed during simplification.
setEnabledKeepMarkedVertices(boolean) - Method in class jvx.geom.PwSimplify
Determine if marked points of PgElementSet are kept and not removed during simplification.
setEnabledKeepSelected(boolean) - Method in class jvx.geom.PwNoise
Set flag to keep selected vertices fixed during noising.
setEnabledKeysOnly(boolean) - Method in class jv.anim.PsKeyframe
Set flag to avoid smooth interpolation but displaying key objects only.
setEnabledLoadCamera(boolean) - Method in class jv.loader.PjImportModel
Enable automatic loading of camera settings.
setEnabledLoading(boolean) - Method in class jv.rsrc.PsAuthorInfo
Enable the load button in the inspector which allows to load the author information from the rsrc file.
setEnabledLocalTransform(boolean) - Method in interface jv.project.PvDisplayIf
Set flag whether local coordinate system is used in camera transformations.
setEnabledLocalTransform(boolean) - Method in class jv.viewer.PvDisplay
Set flag whether local coordinate system is used in camera transformations.
setEnabledMakeConstraints(boolean) - Method in class jvx.geom.PwBoundary
Set flag which determines if boundary constraints will be generate when boundary is created.
setEnabledMarkBnd(boolean) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Set if the user is allowed to mark a PgBndPolygon for reflecting the surface.
setEnabledMenu(int, boolean) - Method in class jv.viewer.PvControlMenu
Enable/disable menu entries in menu bar of control window.
setEnabledModeling(boolean) - Method in class jvx.geom.PwModel
Define flag whether to apply current modeling mode to the workshop's geometry.
setEnabledMove(boolean) - Method in class jv.geom.PgTexture
Set mode that size sliders are either used to resize the used sector of the texture image or to move the shown sector over the image.
setEnabledNoiseNormal(boolean) - Method in class jvx.geom.PwNoise
Set flag to enable movement of vertices in vertex normal direction.
setEnabledNoiseTangential(boolean) - Method in class jvx.geom.PwNoise
Set flag to enable movement of vertices in tangential direction.
setEnabledOptimization(boolean) - Method in class jv.loader.PgLoader
Set flag if the loader is allowed to do some optimization on an imported geometry, or if it shall provide the data as found in the geometry file.
setEnabledPainters(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable painter's algorithm during drawing.
setEnabledPainters(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable painter's algorithm during drawing, i.e. a z-sort of drawing items.
setEnabledPanel(int, boolean) - Method in interface jv.project.PvViewerIf
Enable or disable menu entry of panel.
setEnabledPanel(int, boolean) - Method in class jv.viewer.PvViewer
Enable or disable menu entry of panel.
setEnabledPositive(boolean) - Method in class jvx.geom.PwClip
Set comparison sign for function level.
setEnabledRemoveGeometry(boolean) - Method in class jv.loader.PjImportModel
Enable removal of previous geometries in display.
setEnabledRepaint(boolean) - Method in interface jv.project.PvDisplayIf
Set flag which determines whether painting is enabled.
setEnabledRepaint(boolean) - Method in class jv.viewer.PvDisplay
Set flag which determines whether painting is enabled.
setEnabledRightTriangle(boolean) - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree
Determines if the triangle above trunk is a right triangle.
setEnabledRightTriangle(boolean) - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree
Determines if the triangle above trunk is a right triangle.
setEnabledSampleBnd(boolean) - Method in class jvx.number.PuHistogram
Enable use of manual limits of sample data.
setEnabledSaveAsFloat(boolean) - Method in class jvx.loader.PsExportInfo
Set flag if double numbers are converted to floats when saving.
setEnabledSceneRatio(boolean) - Method in interface jv.project.PvCameraIf
Set aspect ratio of scene bounding box.
setEnabledSceneRatio(boolean) - Method in class jv.viewer.PvCamera
Set aspect ratio of scene bounding box.
setEnabledShowAxisLabels(boolean) - Method in class jvx.number.PuHistogram
Enable showing of labels along axis.
setEnabledShowAxisTicks(boolean) - Method in class jvx.number.PuHistogram
Enable showing of ticks and labels along axis.
setEnabledShowCounts(boolean) - Method in class jvx.number.PuHistogram
Enable showing of total number of items per bin over each column is enabled.
setEnabledShowTitle(boolean) - Method in class jvx.number.PuHistogram
Enable showing of title on top f histogram.
setEnabledSquareTrunk(boolean) - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree
Determines if the trunk should be a square.
setEnabledSquareTrunk(boolean) - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree
Determines if the trunk should be a square.
setEnabledStartArrow(boolean) - Method in class jvx.curve.PgTube
Set flag if arrow is shown at the head of each tube.
setEnabledSynchronization(boolean) - Method in class jvx.surface.PgGraph
Enable synchronization of material properties from graph to domain.
setEnabledSynchronization(boolean) - Method in class jvx.surface.PgSurfaceGraph
Enable synchronization of material properties from graph to domain.
setEnabledTags(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable tag mode to move marked elements.
setEnabledUpdate(boolean) - Method in interface jv.project.PvDisplayIf
Set flag which determines whether update mechanism is enabled.
setEnabledUpdate(boolean) - Method in class jv.viewer.PvDisplay
Set flag which determines whether update mechanism is enabled.
setEnabledUpdateNormals(boolean) - Method in class jvx.geom.PwEvolve
Enable update of normal vectors after each timestep.
setEnabledUpdateNormals(boolean) - Method in class jvx.geom.PwNoise
Set flag to update vertex normals after noising.
setEnabledWorkshopBackup(boolean) - Static method in class jv.rsrc.PsJavaView
Determines if backup copies of geometries are created when a workshop is opened.
setEnabledZBuffer(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable z-buffered drawing of scene.
setEnabledZBuffer(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable z-buffered drawing of scene.
setEnableTab(String, boolean) - Method in class jv.objectGui.PsTabPanel
 
setEndBary(PdBary) - Method in class jvx.geom.PwGeodesic
Set the endpoint of the geodesic.
setEndElement(int) - Method in class jvx.geom.PwGeodesic
Set the element where the geodesic shall end in.
setEndPoint(PdVector, PdVector) - Method in class jv.thirdParty.ruler.PgRuler
Measure, is a way of using the ruler as a Tape measure.
setEnergy(PnEnergy) - Method in class jvx.geom.PwEnergy
 
setEnergy(PnEnergy) - Method in class jvx.numeric.PnEnergyMinimizer
Set new energy and clear all vector fields.
setEntry(int, int) - Method in class jv.number.PdColor
Set a color component with given index to value.
setEntry(int, double) - Method in class jv.number.PdColor
Set a color component with given index to value.
setEntry(int, boolean) - Method in class jv.vecmath.PbVector
Assign value to component of vector, and possibly enlarge vector if too small.
setEntry(int, int, PuComplex) - Method in class jv.vecmath.PcMatrix
Assign value to component of matrix, and possibly enlarge matrix if too small.
setEntry(int, double) - Method in class jv.vecmath.PdBary
Assign value to component of vector, and possibly enlarge vector if too small.
setEntry(int, int, double) - Method in class jv.vecmath.PdMatrix
Assign value to component of matrix, and possibly enlarge matrix if too small.
setEntry(int, int, double) - Method in interface jv.vecmath.PdMatrixIf
Assign value to component of matrix, and possibly enlarge matrix if too small.
setEntry(int, double) - Method in class jv.vecmath.PdVector
Assign value to component of vector, and possibly enlarge vector if too small.
setEntry(int, int) - Method in class jv.vecmath.PdVector
Assign value to component of vector, and possibly enlarge vector if too small.
setEntry(int, int) - Method in class jv.vecmath.PiVector
Assign value to component of vector, and possibly enlarge vector if too small.
setEntry(int, int, double) - Method in class jvx.numeric.PnSparseMatrix
Set the entry (i, j) to a specific value.
setEntrySparse(int, int, double) - Method in class jvx.numeric.PnSparseMatrix
Set the entry in row i at position jInd in the stiffness array.
setEquation(String) - Method in class jvx.numeric.PnOdeExpr
 
setEquation(String, String[]) - Method in class jvx.numeric.PnOdeExpr
 
setEquation(String) - Method in class vgp.tutor.ode.PjExprOde
 
setEquation(String, String[]) - Method in class vgp.tutor.ode.PjExprOde
 
setEquation(String) - Method in class vgp.tutor.rootFinder.PjRootFinder
Set function expression from outside the project.
setError(boolean) - Static method in class jv.object.PsDebug
Enable recording of heavy errors in JavaView console.
setExpanded(boolean) - Method in class jv.rsrc.PsXmlNode
 
setExplodeDisplay(PvDisplayIf) - Method in class jvx.cellular.PnMinesweeper
Deprecated.
use setDisplay(PvDisplayIf)
setExponent(double) - Method in interface jv.project.PvLightIf
Set exponent which determines the size of a highlight.
setExponent(double) - Method in class jv.viewer.PvLight
Set exponent which determines the size of a highlight.
setExportedDataFields(int[]) - Method in class jvx.loader.PsExportInfo
Set array of all data fields which are currently selected for export.
setExportedFiles(int[]) - Method in class jvx.loader.PsExportInfo
Set array of files which are enabled for or have been exported by a user.
setExpPolytope(PnExplodePolytope) - Method in class jvx.geom.PnExplode_Dialog
Store PnExplodePolytope steered by this dialog.
setExpression(String) - Method in class jv.function.PuFunction
Supply expression of function if number of functions is 1.
setExpression(int, String) - Method in class jv.function.PuFunction
Set string of function with index ind.
setExpression(String, int) - Method in class jv.function.PuFunction
Deprecated.
since JavaView 3.50.002, use setExpression(int, String);
setExpression(String[]) - Method in class jv.function.PuFunction
Deprecated.
since JavaView 3.50.003, use setExpressions(String []).
setExpressionName(String) - Method in class jv.function.PuFunction
Set name of function expression.
setExpressionName(int, String) - Method in class jv.function.PuFunction
Set name of individual function expression.
setExpressionNames(String[]) - Method in class jv.function.PuFunction
Set names of all function expressions.
setExpressions(String[]) - Method in class jv.function.PuFunction
Supply expressions of all functions.
setExtension(String) - Method in class jv.loader.PgFileDialog
Set filename to be suggested in file dialog.
setExternalRenderSize(int, int) - Method in class jv.viewer.PvDisplay
Set dimension of the external render image.
setFalloff(double) - Method in interface jv.project.PvLightIf
Set fall off angle of spot cone.
setFalloff(double) - Method in class jv.viewer.PvLight
Set fall off angle of spot cone.
setFarClip(double) - Method in interface jv.project.PvCameraIf
Get distance of far clipping plane.
setFarClip(double) - Method in interface jv.project.PvDisplayIf
Set far clip distance of current camera, works even if clipping is disabled.
setFarClip(double) - Method in class jv.viewer.PvCamera
Get distance of far clipping plane.
setFarClip(double) - Method in class jv.viewer.PvDisplay
Set far clip distance of current camera, works even if clipping is disabled.
setFast(boolean) - Method in class jvx.vector.PwIntegralLine
 
setFast(boolean) - Method in class jvx.vector.PwIntegralLineSet
Use euler-integration.
setFast(boolean) - Method in class jvx.vector.PwLIC
Set flag which determines if 4th-order Runge-Kutta or Euler integration will be used for integration along vector field.
setFather(PsXmlNode) - Method in class jv.rsrc.PsXmlNode
 
setFeatureDetect(double) - Method in class jvx.geom.PwSmooth
Set parameter that determines what is regareded as a feature when smoothing.
setFeatureDetect(double) - Method in class jvx.numeric.PnStiffAniso
Set parameter that determines what is regarded as a feature that will be preserved by te flow.
setFieldOfView(double) - Method in interface jv.project.PvCameraIf
Set opening angle of camera.
setFieldOfView(double) - Method in class jv.viewer.PvCamera
Set opening angle of camera.
setFieldType(int) - Method in class jvx.vector.PwRotDiv
 
setFilename(String) - Method in class jv.loader.PgExport_Dialog
Set default filename to be suggest in file dialog.
setFileName(String) - Method in class jv.loader.PjImportModel
Set filename including full path of a geometry file.
setFileName(int, String) - Static method in class jv.rsrc.PsJavaView
Set special fileName of JavaView, for example, the file type PsJavaView#FILE_RESOURCE identifies a resource file for user preferences.
setFileName(String) - Method in class vgp.discrete.harmonic.PjHarmonic
 
setFileName(String, int) - Method in class vgp.tutor.key.PjKeyframe
 
setFileName(String) - Method in class vgp.vector.rungeKutta.PjRungeKutta
Sets filename from outside of this project.
setFileName(String) - Method in class vgp.vector.translation.PjTranslation
Sets filename from outside of this project.
setFilenameExtension(String) - Method in class jv.loader.PgExport_Dialog
Set extension of file name to be used as filter in file dialog.
setFilterType(int) - Method in class jv.geom.PgTexture
Set mode how texture image is sampled to compute color of pixel.
setFilterType(int) - Method in class jv.project.PgJvxSrc
Set mode how texture image is sampled to compute color of pixel.
setFirstEntry(boolean) - Method in class jv.vecmath.PbVector
Set the first component of a vector.
setFirstEntry(double) - Method in class jv.vecmath.PdVector
Set the first component of a vector.
setFirstEntry(int) - Method in class jv.vecmath.PiVector
Set the first component of a vector.
setFirstOrder(boolean) - Method in class jvx.numeric.PnGeodesicRK
Sets integration method to euler if flag is true, else to 4th-order Runge-Kutta.
setFirstOrder(boolean) - Method in class jvx.vector.PwSeeds
 
setFirstVertexIndex(int) - Method in class vgp.tutor.loader.PgAbcLoader
Vertices are assigned an index starting at the given value.
setFixedElement(int) - Method in class jvx.geom.PwUnfold
Give index of element to be fixed.
setFixedHashing(double, double) - Method in class jv.thirdParty.ruler.PgRuler
 
setFixedHashings(double, double) - Method in class jv.thirdParty.ruler.PgAxes
Set major and minor hashing units of this axis.
setFont(Font) - Method in class jv.loader.PSGr
Sets the font for all subsequent text-drawing operations.
setFont(int, int, String, int, int) - Static method in class jv.object.PsConfig
Set font for specific textual application type, like FONT_TEXT, FONT_HEADER2 etc.
setForegroundColor(Color) - Method in class jv.loader.PvDisplayOption
Set foreground color.
setForegroundColor(Color) - Method in interface jv.project.PvDisplayIf
Set foreground color.
setForegroundColor(Color) - Method in class jv.viewer.PvDisplay
Set foreground color of display.
setForegroundImage(Image) - Method in class jv.loader.PvDisplayOption
Set foreground image of display canvas.
setForegroundImage(Image) - Method in interface jv.project.PvDisplayIf
Set foreground image of display canvas.
setForegroundImage(Image) - Method in class jv.viewer.PvDisplay
Set foreground image of display canvas.
setForegroundImageFile(String) - Method in class jv.loader.PvDisplayOption
Set foreground image of display canvas.
setForegroundImageFile(String) - Method in interface jv.project.PvDisplayIf
Set foreground image of display canvas.
setForegroundImageFile(String) - Method in class jv.viewer.PvDisplay
Load an image from file and set it as foreground image of display canvas.
setForegroundImageFit(int) - Method in class jv.loader.PvDisplayOption
Set the mode determining how a background image is scaled w.r.t. the display canvas.
setForegroundImageFit(int) - Method in interface jv.project.PvDisplayIf
Set the mode determining how a background image is scaled w.r.t. the display canvas.
setForegroundImageFit(int) - Method in class jv.viewer.PvDisplay
Set the mode determining how a background image is scaled w.r.t. the display canvas.
setFourthOrder(boolean) - Method in class jvx.numeric.PnGeodesicRK
Sets integration method to 4th-order Runge-Kutta if flag is true, else to euler.
setFrame(Frame) - Method in interface jv.project.PvDisplayIf
Set reference to container frame of display, e.g. to allow display to hide/show frame.
setFrame(Frame) - Method in class jv.viewer.PvDisplay
Set reference to container frame of display, e.g. to allow display to hide/show frame.
setFrame(Frame) - Method in class jvx.thirdParty.fonts.SystemFonts
 
setFrameLabel(int, String) - Method in class jv.viewer.PvDisplay
Sets one of the labels of the coordinate frame.
setFullFileName(int, String) - Static method in class jv.rsrc.PsJavaView
Set special fileName and path of JavaView, for example, the file type PsJavaView#FILE_RESOURCE identifies a resource file for user preferences.
setFullPosition(PdVector, PdVector, PdVector) - Method in interface jv.project.PvCameraIf
Set full orientation and location of camera in world coordinates.
setFullPosition(PdVector, PdVector, PdVector) - Method in class jv.viewer.PvCamera
Set full orientation and location of camera in world coordinates.
setFunction(PuFunction) - Method in class jvx.curve.PgFunction
Set coordinate functions which may be interactively edited in the control panel.
setFunction(PuFunction) - Method in class jvx.curve.PgParmCurve
Set coordinate functions which may be interactively edited in the control panel.
setFunction(String) - Method in class jvx.geom.PwClip
Set textual expression of level function used clipping from outside of workshop.
setFunction(String) - Method in class jvx.geom.PwIntersectWithFunction
Set textual expression of level function used clipping from outside of workshop.
setFunction(PdVector) - Method in class jvx.geom.PwReeb
Specify function used to compute the Reeb graph.
setFunction(PuFunction) - Method in class jvx.surface.PgGraph
Set function object of the graph whose number of functions must be equal to the dimension of the surface component of the graph, i.e. equal to the dimension of vertices of the graph minus the domain.
setFunction(PuFunction) - Method in class jvx.surface.PgParmSurface
Deprecated.
since JavaView 3.57.003, use setFunctionExpr instead, method no longer supported.
setFunction(PuFunction) - Method in class vgp.surface.common.PgSurfaceDescr
Set function object, which has been setup somewhere else.
setFunction(PnFunction, boolean) - Method in class vgp.volume.mc.PnMarchingCubes
Set function to obtain the data of the scalar field.
setFunctionExpr(PuFunction) - Method in class jvx.surface.PgParmSurface
Set coordinate functions which may be interactively edited in the control panel.
setGenus(int) - Method in class jvx.surface.PgGenusSurface
Set genus of surface.
setGeometries(PgElementSet, PgElementSet) - Method in class jvx.geom.PwIntersectElementSet
Set two Geometries to be intersected.
setGeometry(PgElementSet) - Method in class jv.geom.PgBndPolygon
Assign base geometry of this boundary polygon.
setGeometry(PgPointSet) - Method in class jv.geom.PgVectorField
Assign a geometry to serve as the carrier of this vector field.
setGeometry(PgGeometryIf) - Method in class jv.project.PjProject
Interface method used by subclassed project to initialize the project geometry from outside the project, for example, during initialization or loading of the project.
setGeometry(PgGeometry) - Method in interface jv.project.PjWorkshopIf
Assign a geometry on which this workshop operates, and create a backup copy if workshop is canceled.
setGeometry(PgGeometryIf) - Method in interface jv.project.PvGeometryIf
Set associated geometry to be displayed.
setGeometry(PgGeometryIf) - Method in class jv.project.PvPickEvent
Set the picked geometry from display, may be null.
setGeometry(PgGeometryIf) - Method in interface jv.project.PvViewerIf
Set current geometry whose inspector panels are display inside the control panel.
setGeometry(PgGeometryIf) - Method in class jv.viewer.PvViewer
Set current geometry whose inspector panels are displayed inside the control panel.
setGeometry(PgElementSet) - Method in class jvx.cellular.PnCellOperator
Assign a geometry on which this workshop operates.
setGeometry(PgElementSet) - Method in class jvx.cellular.PnMinesweeper
Store the PgElementSet to play upon and backup some of its properties.
setGeometry(PgGeometry) - Method in class jvx.cellular.PwSnake
Assign a geometry on which this workshop operates,
setGeometry(PgElementSet) - Method in class jvx.geom.PgPointSetOnElementSet
Assign a new underlying simplicial surface.
setGeometry(PgPolygon) - Method in class jvx.geom.PgPointSetOnPolygon
Assign a new underlying simplicial surface.
setGeometry(PgElementSet) - Method in class jvx.geom.PgPolygonOnElementSet
Assign a new underlying simplicial surface.
setGeometry(PgElementSet) - Method in class jvx.geom.PgPolygonSetOnElementSet
Assign a new underlying simplicial surface.
setGeometry(PgElementSet) - Method in class jvx.geom.PwBlocks
Assign a geometry, on which the workshop operates.
setGeometry(PgGeometry) - Method in class jvx.geom.PwBoundary
Assign a geometry, on which the workshop operates.
setGeometry(PgGeometry) - Method in class jvx.geom.PwCleanMesh
Set the geometry.
setGeometry(PgGeometry) - Method in class jvx.geom.PwClip
Assign a geometry on which this workshop operates, and create a backup copy if workshop is cancelled.
setGeometry(PgElementSet) - Method in class jvx.geom.PwEnergy
 
setGeometry(PgPointSet) - Method in class jvx.geom.PwEvolve
Assign geometry on which this workshop operates.
setGeometry(PgElementSet) - Method in class jvx.geom.PwGeodesic
Geodesics are computed on the given surface.
setGeometry(PgGeometry) - Method in class jvx.geom.PwGeodesicFlow
Initializes geometry dependent fields.
setGeometry(PgElementSet) - Method in class jvx.geom.PwHistogram
Assign geometry to be analyzed.
setGeometry(PgGeometry) - Method in class jvx.geom.PwIntersectWithFunction
Assign a geometry on which this workshop operates, and create a backup copy if workshop is canceled.
setGeometry(PgElementSet) - Method in class jvx.geom.PwLocalButterfly
Register a geometry, on which this workshop will operate.
setGeometry(PgPointSet) - Method in class jvx.geom.PwMarkWithSphere
Assign a geometry on which this workshop operates, and create a backup copy if workshop is cancelled.
setGeometry(PgElementSet) - Method in class jvx.geom.PwMatching
Store the geometry as PgElementSet to this workshop.
setGeometry(PgGeometry) - Method in class jvx.geom.PwModel
Overwrite the backup element set, on which the modeling tools will work.
setGeometry(PgGeometry) - Method in class jvx.geom.PwNoise
Store geometry to be noised.
setGeometry(PgElementSet) - Method in class jvx.geom.PwParameterLines
Store the geometry as PgElementSet to this workshop.
setGeometry(PgElementSet) - Method in class jvx.geom.PwPlatonic
Set geometry which will be filled with the currently selected solid.
setGeometry(PgElementSet) - Method in class jvx.geom.PwReeb
Reeb graph of the given geometry is generated.
setGeometry(PgElementSet) - Method in class jvx.geom.PwRefineElementSet
Assign a geometry on which this workshop operates, and create two backup copies: One for canceling and one to be used as control grid for the refined geometry.
setGeometry(PgPolygon) - Method in class jvx.geom.PwRefinePolygon
Assign a geometry on which this workshop operates, and create two backup copies: One for canceling and one to be used as control polygon for the refined geometry.
setGeometry(PgPolygonSet) - Method in class jvx.geom.PwRefinePolygon
Assign a geometry on which this workshop operates, and create two backup copies: One for canceling and one to be used as control polygonSet for the refined geometry.
setGeometry(PgElementSet) - Method in class jvx.geom.PwSimplify
Register a geometry on this workshop will operate.
setGeometry(PgElementSet) - Method in class jvx.geom.PwSmooth
Assign a geometry on which this workshop operates, and create a backup copy if workshop is cancelled.
setGeometry(PgElementSet) - Method in class jvx.geom.PwTexture
Assign an element set which must be a triangulation.
setGeometry(PgGeometry) - Method in class jvx.geom.PwTransform
Assign a geometry on which this workshop operates, and create a backup copy if workshop is canceled.
setGeometry(PgElementSet) - Method in class jvx.geom.PwUnfold
Set geometry to work on.
setGeometry(PgElementSet) - Method in class jvx.numeric.PnGeodesicRK
Sets underlying geometry.
setGeometry(PgElementSet) - Method in class jvx.numeric.PnLIC
Set the size of the LIC texture.
setGeometry(PgElementSet) - Method in class jvx.numeric.PnStraightestGeodesic
Sets the underlying geometry.
setGeometry(PgGeometry) - Method in class jvx.project.PjWorkshop
Assign a geometry on which this workshop operates, and create a backup clone of the geometry.
setGeometry(PgGeometry) - Method in class jvx.vector.PwHodge
 
setGeometry(PgGeometry) - Method in class jvx.vector.PwIntegralLine
Set the geometry that will be used for integration.
setGeometry(PgGeometry) - Method in class jvx.vector.PwIntegralLineSet
Set the geometry that will be used for integration when using the workshop's info panel or method makeIntegralLines().
setGeometry(PgGeometry) - Method in class jvx.vector.PwIsoline
 
setGeometry(PgGeometry) - Method in class jvx.vector.PwLIC
Sets the triangulation.
setGeometry(PgGeometry) - Method in class jvx.vector.PwRotDiv
 
setGeometry(PgElementSet) - Method in class jvx.vector.PwScalarField
 
setGeometry(PgGeometry) - Method in class jvx.vector.PwSeeds
 
setGeometry(PgGeometry) - Method in class jvx.vector.PwVectorField
 
setGeometry(PgGeometryIf) - Method in class vgp.curve.subdivision.PjSubdivisionCurve
 
setGeometry(PgGeometryIf) - Method in class vgp.discrete.harmonic.PjHarmonic
Sets given geometry as project geometry for energy minimization.
setGeometry(PgGeometryIf) - Method in class vgp.numeric.smooth.PjSmooth
Assign a new geometry to the smoothing workshop.
setGeometry(PgElementSet) - Method in class vgp.vector.rungeKutta.PjRungeKutta
Sets the geometry loaded from PjImportModel and then triangulates, updates the number of elements, gets a vector field and fits that all in the display.
setGeometry(PgElementSet) - Method in class vgp.vector.translation.PjTranslation
Sets the geometry loaded from PjImportModel and then triangulates, updates the number of elements, gets a vector field and fits that all in the display.
setGeometryInfo(PsGeometryInfo) - Method in class jv.project.PgGeometry
Set geometry information by copying or cloning the argument geometry info.
setGeometryInfo(PsGeometryInfo) - Method in interface jv.project.PgGeometryIf
Set geometry information.
setGeometryInfo(PsGeometryInfo) - Method in class jvx.loader.PsExportInfo
Set geometry information.
setGeometryInfo(PsGeometryInfo) - Method in class jvx.rsrc.PsModelInfo
Set geometry information.
setGeometryOption(BitSet) - Method in class jv.loader.PgAbstractLoader
Set the geometry options which indicate which parts of a geometry shall be saved.
setGeometryOption(BitSet) - Method in interface jv.loader.PgLoaderIf
Set the geometry options which indicate which parts of a geometry shall be saved.
setGeometryOption(BitSet) - Method in class jv.loader.PvDisplayLoader
Set the geometry options which indicate which parts of a geometry shall be saved.
setGeomFormat(int[]) - Method in class jvx.loader.PsExportInfo
Set array of all geometry file formats to be offered to export.
setGlobalBndColor(Color) - Method in class jv.geom.PgElementSet
Set global boundary color to be used if no local colors are available.
setGlobalBndColor(Color) - Method in class jv.project.PgJvxSrc
Set global boundary color to be used if no local colors are available.
setGlobalBndColor(Color) - Method in interface jv.project.PvGeometryIf
Set global boundary color.
setGlobalBndSize(double) - Method in class jv.geom.PgElementSet
Set thickness in pixels of boundary when drawn in display.
setGlobalBndSize(double) - Method in class jv.project.PgJvxSrc
Set thickness in pixels of boundary when drawn in display.
setGlobalBndSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of boundary edges.
setGlobalBndTagColor(Color) - Method in class jv.geom.PgElementSet
Set global color of tagged boundaries.
setGlobalBndTagColor(Color) - Method in class jv.project.PgJvxSrc
Set global color of tagged boundaries.
setGlobalBndTagColor(Color) - Method in interface jv.project.PvGeometryIf
Set global color of tagged boundaries.
setGlobalEdgeColor(Color) - Method in class jv.geom.PgElementSet
Set global edge color to be used if no local colors are available.
setGlobalEdgeColor(Color) - Method in class jv.geom.PgPolygon
Set global edge color to be used if no local colors are available.
setGlobalEdgeColor(Color) - Method in class jv.project.PgJvxSrc
Set global edge color to be used if no local colors are available.
setGlobalEdgeColor(Color) - Method in interface jv.project.PvGeometryIf
Set global edge color to be used if no local colors are available.
setGlobalEdgeNormalColor(Color) - Method in class jv.geom.PgPolygon
Set global normal color to be used if no local colors are available.
setGlobalEdgeNormalColor(Color) - Method in class jv.project.PgJvxSrc
Set global normal color to be used if no local colors are available.
setGlobalEdgeNormalLength(double) - Method in class jv.geom.PgPolygon
Get length factor of normal vectors when drawn in display.
setGlobalEdgeNormalLength(double) - Method in class jv.project.PgJvxSrc
Get length factor of normal vectors when drawn in display.
setGlobalEdgeNormalSize(double) - Method in class jv.geom.PgPolygon
Get thickness in pixels of normals when drawn in display.
setGlobalEdgeNormalSize(double) - Method in class jv.project.PgJvxSrc
Get thickness in pixels of normals when drawn in display.
setGlobalEdgeSize(double) - Method in class jv.geom.PgElementSet
Set thickness in pixels of edge when drawn in display.
setGlobalEdgeSize(double) - Method in class jv.geom.PgPolygon
Set thickness in pixels of edge when drawn in display.
setGlobalEdgeSize(double) - Method in class jv.project.PgJvxSrc
Set global radius in pixels of circle to visualize vertices in display.
setGlobalEdgeSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of element edges.
setGlobalEdgeTagColor(Color) - Method in class jv.geom.PgElementSet
Set global color of tagged edges.
setGlobalEdgeTagColor(Color) - Method in class jv.geom.PgPolygon
Set global color of tagged edges.
setGlobalEdgeTagColor(Color) - Method in class jv.project.PgJvxSrc
Set global color of tagged vertices.
setGlobalEdgeTagColor(Color) - Method in interface jv.project.PvGeometryIf
Set global color of tagged edges.
setGlobalElementBackColor(Color) - Method in class jv.geom.PgElementSet
Set global color of backface of elements.
setGlobalElementBackColor(Color) - Method in class jv.project.PgJvxSrc
Set global color of backface of elements.
setGlobalElementBackColor(Color) - Method in interface jv.project.PvGeometryIf
Set global color of backface of elements.
setGlobalElementColor(Color) - Method in class jv.geom.PgElementSet
Set global element color to be used if no local colors are available.
setGlobalElementColor(Color) - Method in class jv.project.PgJvxSrc
Set global element color to be used if no local colors are available.
setGlobalElementColor(Color) - Method in interface jv.project.PvGeometryIf
Set global element color to be used if no local colors are available.
setGlobalElementNormalColor(Color) - Method in class jv.geom.PgElementSet
Set global element normal color to be used if no local colors are available.
setGlobalElementNormalColor(Color) - Method in class jv.project.PgJvxSrc
Set global element normal color to be used if no local colors are available.
setGlobalElementNormalColor(Color) - Method in interface jv.project.PvGeometryIf
Set global vertex normal color.
setGlobalElementNormalLength(double) - Method in class jv.geom.PgElementSet
Set length factor of element normal vectors when drawn in display.
setGlobalElementNormalLength(double) - Method in class jv.project.PgJvxSrc
Get length factor of normal vectors when drawn in display.
setGlobalElementNormalLength(double) - Method in interface jv.project.PvGeometryIf
Set global length of vertex normal vectors.
setGlobalElementNormalSize(double) - Method in class jv.geom.PgElementSet
Set thickness in pixels of element normals when drawn in display.
setGlobalElementNormalSize(double) - Method in class jv.project.PgJvxSrc
Get thickness in pixels of normals when drawn in display.
setGlobalElementNormalSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of vertex normal vectors.
setGlobalElementTagColor(Color) - Method in class jv.geom.PgElementSet
Set global color of tagged elements.
setGlobalElementTagColor(Color) - Method in class jv.project.PgJvxSrc
Set global color of tagged elements.
setGlobalElementTagColor(Color) - Method in interface jv.project.PvGeometryIf
Set global color of tagged elements.
setGlobalPolygonColor(Color) - Method in class jv.geom.PgPolygon
Deprecated.
use setGlobalEdgeColor()
setGlobalPolygonColor(Color) - Method in class jv.geom.PgPolygonSet
Set global polygon color to be used if no local colors are available.
setGlobalPolygonColor(Color) - Method in class jv.project.PgJvxSrc
Set global polygon color to be used if no local colors are available.
setGlobalPolygonColor(Color) - Method in interface jv.project.PvGeometryIf
Set global polygon color to be used if no local colors are available.
setGlobalPolygonColor(Color) - Method in class jv.thirdParty.ruler.PgRuler
This method assigns the global polygon color of superclass and sets the default color for hashings.
setGlobalPolygonNormalColor(Color) - Method in class jv.geom.PgPolygonSet
Set global normal color to be used if no local colors are available.
setGlobalPolygonNormalColor(Color) - Method in class jv.project.PgJvxSrc
Set global polygon normal color to be used if no local colors are available.
setGlobalPolygonNormalColor(Color) - Method in interface jv.project.PvGeometryIf
Set global color of polygon normals.
setGlobalPolygonNormalLength(double) - Method in class jv.geom.PgPolygonSet
Get length factor of normal vectors when drawn in display.
setGlobalPolygonNormalLength(double) - Method in class jv.project.PgJvxSrc
Get length factor of normal vectors when drawn in display.
setGlobalPolygonNormalLength(double) - Method in interface jv.project.PvGeometryIf
Set global length of polygon normal vectors.
setGlobalPolygonNormalSize(double) - Method in class jv.geom.PgPolygonSet
Get thickness in pixels of normals when drawn in display.
setGlobalPolygonNormalSize(double) - Method in class jv.project.PgJvxSrc
Get thickness in pixels of normals when drawn in display.
setGlobalPolygonNormalSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of polygon normal vectors.
setGlobalPolygonSize(double) - Method in class jv.geom.PgPolygon
Deprecated.
use setGlobalEdgeSize()
setGlobalPolygonSize(double) - Method in class jv.geom.PgPolygonSet
Set thickness in pixels of polygon when drawn in display.
setGlobalPolygonSize(double) - Method in class jv.project.PgJvxSrc
Set global radius in pixels of circle to visualize vertices in display.
setGlobalPolygonSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of polygon edges.
setGlobalPolygonSize(double) - Method in class jv.thirdParty.ruler.PgRuler
This method assigns the global polygon color of superclass and sets the default color for hashings.
setGlobalPolygonTagColor(Color) - Method in class jv.geom.PgPolygon
Deprecated.
use setGlobalEdgeTagColor()
setGlobalPolygonTagColor(Color) - Method in class jv.geom.PgPolygonSet
Set global color of tagged polygons.
setGlobalPolygonTagColor(Color) - Method in class jv.project.PgJvxSrc
Set global color of tagged vertices.
setGlobalPolygonTagColor(Color) - Method in interface jv.project.PvGeometryIf
Set global color of tagged polygons.
setGlobalVectorColor(Color) - Method in class jv.geom.PgPointSet
Set global vector color to be used if no local colors are available.
setGlobalVectorColor(Color) - Method in class jv.geom.PgVectorField
Set global vector color to be used if no local colors are available.
setGlobalVectorColor(int, Color) - Method in class jv.project.PgJvxSrc
Set global color of vector field to be used if no local colors are available.
setGlobalVectorColor(int, Color) - Method in interface jv.project.PvGeometryIf
Set global color of vector field to be used if no local colors are available.
setGlobalVectorLength(double) - Method in class jv.geom.PgPointSet
Get length factor of vectors when drawn in display.
setGlobalVectorLength(double) - Method in class jv.geom.PgVectorField
Set length factor of vectors when drawn in display.
setGlobalVectorLength(int, double) - Method in class jv.project.PgJvxSrc
Set length factor of vectors of vector field when drawn in display.
setGlobalVectorLength(int, double) - Method in interface jv.project.PvGeometryIf
Set length factor of vectors when drawn in display.
setGlobalVectorSize(double) - Method in class jv.geom.PgPointSet
Get thickness in pixels of vectors when drawn in display.
setGlobalVectorSize(double) - Method in class jv.geom.PgVectorField
Set thickness in pixels of vectors when drawn in display.
setGlobalVectorSize(int, double) - Method in class jv.project.PgJvxSrc
Set thickness in pixels of vectors of vector field when drawn in display.
setGlobalVectorSize(int, double) - Method in interface jv.project.PvGeometryIf
Set thickness in pixels of vectors when drawn in display.
setGlobalVertexColor(Color) - Method in class jv.geom.PgPointSet
Set global vertex color to be used if no local colors are available.
setGlobalVertexColor(Color) - Method in class jv.project.PgJvxSrc
Set global vertex color to be used if no local colors are available.
setGlobalVertexColor(Color) - Method in interface jv.project.PvGeometryIf
Set global vertex color to be used if no local colors are available.
setGlobalVertexNormalColor(Color) - Method in class jv.geom.PgElementSet
Set global element normal color to be used if no local colors are available.
setGlobalVertexNormalColor(Color) - Method in class jv.geom.PgPointSet
Set global vertex normal color to be used if no local colors are available.
setGlobalVertexNormalColor(Color) - Method in class jv.project.PgJvxSrc
Set global vertex normal color to be used if no local colors are available.
setGlobalVertexNormalColor(Color) - Method in interface jv.project.PvGeometryIf
Set global vertex normal color.
setGlobalVertexNormalLength(double) - Method in class jv.geom.PgElementSet
Set length factor of element normal vectors when drawn in display.
setGlobalVertexNormalLength(double) - Method in class jv.geom.PgPointSet
Get length factor of vertex normal vectors when drawn in display.
setGlobalVertexNormalLength(double) - Method in class jv.project.PgJvxSrc
Get length factor of vertex normal vectors when drawn in display.
setGlobalVertexNormalLength(double) - Method in interface jv.project.PvGeometryIf
Set global length of vertex normal vectors.
setGlobalVertexNormalSize(double) - Method in class jv.geom.PgElementSet
Set thickness in pixels of element normals when drawn in display.
setGlobalVertexNormalSize(double) - Method in class jv.geom.PgPointSet
Get thickness in pixels of vertex normals when drawn in display.
setGlobalVertexNormalSize(double) - Method in class jv.project.PgJvxSrc
Get thickness in pixels of vertex normals when drawn in display.
setGlobalVertexNormalSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of vertex normal vectors.
setGlobalVertexSize(double) - Method in class jv.geom.PgPointSet
Set global radius in pixels of circle to visualize vertices in display.
setGlobalVertexSize(int) - Method in class jv.geom.PgPointSet
Deprecated.
since JavaView 2.99.020, use setGlobalVertexSize(double).
setGlobalVertexSize(double) - Method in class jv.project.PgJvxSrc
Set global radius in pixels of circle to visualize vertices in display.
setGlobalVertexSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of vertex dots.
setGlobalVertexTagColor(Color) - Method in class jv.geom.PgPointSet
Set global color of tagged vertices.
setGlobalVertexTagColor(Color) - Method in class jv.project.PgJvxSrc
Set global color of tagged vertices.
setGlobalVertexTagColor(Color) - Method in interface jv.project.PvGeometryIf
Set global vertex color to be used if no local colors are available.
setGravity(double) - Method in class jvx.geom.PwExplode
Define the constant of gravity.
setGridIncrements(int, PdVector) - Method in interface jv.project.PvDisplayIf
Set spacing between grid lines in both coordinate directions.
setGridIncrements(int, PdVector) - Method in class jv.viewer.PvDisplay
Set spacing between grid lines in both coordinate directions.
setGridOrientation(int) - Method in class jv.viewer.PvDisplay
Set orientation of grid which determines the plane in which the grid lies.
setHandler(String, String) - Method in class jvx.math.MathListener
Register a callback function of Mathematica which is invoked whenever the event listener method of JavaView is called.
setHarmonicMap(PgHarmonicMap) - Method in class vgp.discrete.harmonic.PjHarmonic
 
setHashingsFlags(boolean[]) - Method in class jv.thirdParty.ruler.PgAxes
Enable state of showing of grid xy, yz, and zx planes.
setHashLabel(int, int, int, int) - Method in class jv.thirdParty.ruler.PgRuler
Customizes the positioning of the label at hashings.
setHashMode(int) - Method in class jv.thirdParty.ruler.PgAxes
Set hashing mode of a ruler which is either partitioned or fixed, see PgRuler#HASH_FIXED or PgRuler#HASH_PARTITIONED.
setHashMode(int) - Method in class jv.thirdParty.ruler.PgRuler
Set hashing mode of a ruler which is either partitioned or fixed, see HASH_FIXED or HASH_PARTITIONED.
setHashOffsetInNormalDir(double, double, double) - Method in class jv.thirdParty.ruler.PgRuler
 
setHashOffsetInUpDir(double, double, double) - Method in class jv.thirdParty.ruler.PgRuler
 
setHeader(String[]) - Method in class jv.number.PdArray_IP
 
setHeader(String[]) - Method in class jv.number.PiArray_IP
 
setHeader(String) - Method in class jv.object.PsDialog
Set string of panel header and return label m_lHeader.
setHeight(double) - Method in class vgp.discrete.lantern.PgLantern
 
setHeightFunction() - Method in class jvx.geom.PwReeb
Use the height function with regard to the z-coordinate as the function the computation of the Reeb graph will be based on.
setHeightFunction(PdVector) - Method in class jvx.geom.PwReeb
Use the height function with regard to the direction given as argument as the function the computation of the Reeb graph will be based on.
setHighlight(boolean) - Method in interface jv.project.PvLightIf
Enables if light throughs a highlight.
setHighlight(boolean) - Method in class jv.viewer.PvLight
Enables if light throws a highlight.
setHints(int) - Method in class jv.thirdParty.acmeEncoders.ImageEncoder
 
setHorDistance(double) - Method in class jv.project.PvPickEvent
Set distance of picked vertex to nearest position on geometry.
setIconScale(double) - Method in class jvx.vector.PwHodge
Scales the icons that are drawn for sinks, sources, vortices and saddles.
setIdentity() - Method in class jv.vecmath.PcMatrix
Initialize square matrix to be identity matrix.
setIdentity() - Method in class jv.vecmath.PdMatrix
Initialize square matrix to be identity matrix.
setIgnoreDirection(boolean) - Method in class jvx.vector.PwIntegralLine
Ignores the direction of vertex based vector fields, i.e.
setIgnoreDirection(boolean) - Method in class jvx.vector.PwIntegralLineSet
Ignores the direction of vertex based vector fields, i.e.
setIgnoreDirection(boolean) - Method in class jvx.vector.PwLIC
Ignores the direction of vertex based vector fields, i.e.
setImage(String) - Method in class jv.geom.PgTexture
Deprecated.
use #setImageName(String) instead.
setImage(Image) - Method in class jv.geom.PgTexture
Set image of texture.
setImage(Image) - Method in interface jv.loader.PsImageCoderIf
Set the image which will be encode in the given format.
setImage(Image) - Method in class jv.object.PsPanel
Image to be shown in the background of the canvas and set layout to null.
setImage(Image) - Method in class jvx.thirdParty.acmeGui.ImageLabel
Sets the image.
setImageFitMode(int) - Method in interface jv.project.PvDisplayIf
Deprecated.
use setBackgroundImageFit(int)
setImageFitMode(int) - Method in class jv.viewer.PvDisplay
Deprecated.
use setBackgroundImageFit(int)
setImageFormat(int[]) - Method in class jvx.loader.PsExportInfo
Set array of all geometry file formats to be offered to export.
setImageName(String) - Method in class jv.geom.PgTexture
Set file name of texture image including relative or full path or full url.
setImageSuffix(String) - Method in class jvx.loader.PsExportInfo
Set additional suffix of image files.
setImageType(int) - Method in class jvx.loader.PsExportInfo
Set size type of image, like IMAGE_SIZE_SCRN.
setInfluence(int) - Method in class jvx.cellular.PnCellOperator
Choose an influence area.
setInfluence(String) - Method in class jvx.cellular.PnCellOperator
Deprecated.
use setInfluence(int)
setInfo(String) - Method in class jv.loader.PjImportModel
Set information of geometry to be displayed on info panel.
setInfo(int, int, String) - Method in class jv.rsrc.PsAuthorInfo
Set information of author with given index.
setInitialData(double, double[], double, double) - Method in class jvx.numeric.PnOde
 
setInitialData(double, double[], double, double) - Method in class vgp.curve.common.PnAsymptOde
 
setInitialData(double, double[], double, double) - Method in class vgp.curve.common.PnPrincipalCurvatureOde
 
setInitialData(double, double[], double, double) - Method in class vgp.curve.common.PnShadeOde
 
setInitialData(double, double[], double, double, double, double) - Method in class vgp.curve.elastic.PnElasticCurvature
 
setInitialData(double, double[], double, double, double, double, double, double, double) - Method in class vgp.curve.elastic.PnElasticOde
y[0],y[1] = (x,y); y[2], y[3] = (x',y')
setInitialStepsize(double) - Method in class jvx.numeric.PnEnergyMinimizer
Set stepsize used in cg iteration.
setInnerBorderOfHoles(double) - Method in class jvx.surface.PgGenusSurface
Set a radius relative to the radius of the surface where the holes start.
setInnerBounds(Rectangle) - Method in class jv.object.PsMainFrame
Set the size of the drawing canvas (instead of the size of the frame including insets).
setInnerBounds(int, int, int, int) - Method in class jv.object.PsMainFrame
Set the size of the drawing canvas (instead of the size of the frame including insets).
setInnerSize(int, int) - Method in class jv.object.PsMainFrame
Set the size of the drawing canvas (instead of the size of the frame including insets).
setInnerSize(Dimension) - Method in class jv.object.PsMainFrame
Set the size of the drawing canvas (instead of the size of the frame including insets).
setInsetSize(int) - Method in class jv.object.PsDialog
Set the global inset size.
setInsetSize(int) - Method in class jv.object.PsPanel
Set the global inset size.
setInsetSizeHorizontal(int) - Method in class jv.object.PsPanel
Set the vertical inset size to be used at top and bottom of this panel.
setInsetSizeVertical(int) - Method in class jv.object.PsPanel
Set the vertical inset size to be used at top and bottom of this panel.
setIntensity(double) - Method in interface jv.project.PvLightIf
Set intensity of light.
setIntensity(double) - Method in class jv.viewer.PvLight
Set intensity of light.
setInterest(PdVector) - Method in interface jv.project.PvCameraIf
Set position at which camera is directed, i.e. the point of interest.
setInterest(PdVector) - Method in interface jv.project.PvLightIf
Set interest of light.
setInterest(double, double, double) - Method in interface jv.project.PvLightIf
Set interest of light.
setInterest(PdVector) - Method in class jv.viewer.PvCamera
Set location at which camera is directed, i.e. the point of interest.
setInterest(PdVector) - Method in class jv.viewer.PvLight
Set interest of the light, the point at which the light shines.
setInterest(double, double, double) - Method in class jv.viewer.PvLight
Set interest of the light, the point at which the light shines.
setInterpolType(int) - Method in class jv.anim.PsAnimation
Set interpolation mode of animation.
setInterrupted(boolean) - Static method in class jvx.numeric.PnJacobi
Flag set from outside to interrupt the current computation.
setInvertDirection(boolean) - Method in class jvx.numeric.PnGeodesicRK
If set to 'true', the negative vector field is used.
setInvertMarks(boolean) - Method in class jvx.geom.PwMarkWithSphere
Set flag.
setItemType(int) - Method in class jvx.geom.PwHistogram
Set the item type which determines the displayed data.
setJvx(PgJvxSrc) - Method in class jv.geom.PgElementSet
Fill this instance with data from a geometry source, for example, previously read from file.
setJvx(PgJvxSrc) - Method in class jv.geom.PgPointSet
Fill this instance with data from a geometry source, for example, previously read from file.
setJvx(PgJvxSrc) - Method in class jv.geom.PgPolygon
Fill this instance with data from a geometry source, for example, previously read from file.
setJvx(PgJvxSrc) - Method in class jv.geom.PgPolygonSet
Fill this instance with data from a geometry source, for example, previously read from file.
setJvx(PgJvxSrc) - Method in class jv.project.PgGeometry
Fill this instance with data from a geometry source, for example, previously read from file.
setJvx(PgJvxSrc) - Method in interface jv.project.PgGeometryIf
Fill this instance with data from a geometry source, for example, previously read from file.
setJvx(PgJvxSrc) - Method in class jv.project.PgJvxSrc
Fill this instance with data from a geometry source, for example, previously read from file.
setJvzConfig(PsJvzConfig) - Method in class jvx.loader.PsExportInfo
Set configuration of JVZ compression.
setKeepBoundary(boolean) - Method in class jvx.geom.PwSmooth
Enable/Disable moving of boundary vertices during smoothing.
setKeepSelected(boolean) - Method in class jvx.geom.PwSmooth
Enable/Disable moving of selected vertices during smoothing.
setKeyAnimation(boolean) - Method in class jv.loader.PgMathLoader
Set flag, if list of geometries is a keyframe animation.
setKeywords(String[]) - Method in class jv.rsrc.PsGeometryInfo
 
setLabel(Button, String) - Static method in class jv.object.PsPanel
Set the label of a button if it is different from the current label.
setLabel(Checkbox, String) - Static method in class jv.object.PsPanel
Set the label of a checkbox if it is different from the current label.
setLabelAttribute(int, int, int, int, int, int) - Method in class jv.project.PgGeometry
Set offset vector in pixel coordinates of label w.r.t. base point.
setLabelAttribute(int, PiVector) - Method in class jv.project.PgGeometry
Set attributes of labels of given type.
setLabelAttributes(PiVector[]) - Method in interface jv.project.PvGeometryIf
Set attribute vector in pixel coordinates of label w.r.t. base point.
setLabelColor(int, Color) - Method in class jv.project.PgGeometry
Set color of specified label type.
setLabelColors(Color[]) - Method in interface jv.project.PvGeometryIf
Set colors of all label types.
setLabelColors(Color) - Method in class jv.thirdParty.ruler.PgAxes
Assign label color of all individual axes.
setLabelFont(int, String) - Method in class jv.project.PgGeometry
Set font name of specified label type.
setLabelFonts(String[]) - Method in interface jv.project.PvGeometryIf
Set font names of all label types.
setLabels(String[]) - Method in class jv.thirdParty.ruler.PgAxes
Deprecated.
use setNames(String []).
setLabelSize(int, double) - Method in class jv.project.PgGeometry
Set font size of specified label type.
setLabelSize(int) - Method in class jv.thirdParty.ruler.PgAxes
Assign label size of all individual axes labels.
setLabelSizes(PdVector) - Method in interface jv.project.PvGeometryIf
Set font sizes of all label types.
setLabelStyle(int, int) - Method in class jv.project.PgGeometry
Set font style of specified label type.
setLabelStyles(PiVector) - Method in interface jv.project.PvGeometryIf
Set font styles of all label types.
setLabelStyles(int) - Method in class jv.thirdParty.ruler.PgAxes
Assign label style of all individual axes labels.
setLanguage(String) - Static method in class jv.object.PsConfig
Set the current language used in localizations.
setLastEntry(boolean) - Method in class jv.vecmath.PbVector
Set the last component of a vector.
setLastEntry(double) - Method in class jv.vecmath.PdVector
Set the last component of a vector.
setLastEntry(int) - Method in class jv.vecmath.PiVector
Set the last component of a vector.
setLength(double) - Method in class jv.vecmath.PdVector
Set Euclidean length of vector.
setLength(int) - Method in class jv.vecmath.PiVector
Deprecated.
use PdVector
setLength(PdVector, double, PdVector) - Static method in class jv.vecmath.PuLorentz
Set Minkowski length of point to given length.
setLevel(double) - Method in class jvx.geom.PwClip
Set the value at which clipping happens.
setLevel(double) - Method in class jvx.geom.PwIntersectWithFunction
Set the value at which clipping happens.
setLevels(PdVector) - Method in class jvx.vector.PwIsoline
 
setLicSize(int) - Method in class jvx.geom.PwTexture
Set length of the longest edge of triangles in texture domain.
setLICSize(int) - Method in class jvx.vector.PwLIC
Sets the size that the longest edge of the triangulation will have in the texture image (in pixels).
setLightAngle(int, double) - Method in class jv.loader.PvDisplayOption
 
setLightColor(int, Color) - Method in class jv.loader.PvDisplayOption
 
setLightCorona(int, double) - Method in class jv.loader.PvDisplayOption
 
setLightDir(PdVector) - Method in class vgp.curve.common.PnShadeOde
 
setLightExponent(int, double) - Method in class jv.loader.PvDisplayOption
 
setLightFalloff(int, double) - Method in class jv.loader.PvDisplayOption
 
setLightHighlight(int, boolean) - Method in class jv.loader.PvDisplayOption
 
setLightingModel(int) - Method in class jv.loader.PvDisplayOption
 
setLightingModel(int) - Method in interface jv.project.PvDisplayIf
Set current lighting model.
setLightingModel(int) - Method in class jv.viewer.PvDisplay
Set current lighting model, and thereby enable or disable usage of light.
setLightIntensity(int, double) - Method in class jv.loader.PvDisplayOption
 
setLightInterest(int, PdVector) - Method in class jv.loader.PvDisplayOption
 
setLightName(int, String) - Method in class jv.loader.PvDisplayOption
 
setLightPosition(int, PdVector) - Method in class jv.loader.PvDisplayOption
 
setLightReference(int, int) - Method in class jv.loader.PvDisplayOption
 
setLightShading(int, int) - Method in class jv.loader.PvDisplayOption
 
setLightSwitchedOn(int, boolean) - Method in class jv.loader.PvDisplayOption
 
setLightType(int, int) - Method in class jv.loader.PvDisplayOption
 
setLightType(int) - Method in interface jv.project.PvLightIf
Set type of the light among public variables like LIGHT_AMBIENT.
setLightType(int) - Method in class jv.viewer.PvLight
Set type of the light among public variables like LIGHT_AMBIENT.
setLightVisible(int, boolean) - Method in class jv.loader.PvDisplayOption
 
setLimitNumLinesPerElement(boolean) - Method in class jvx.vector.PwIntegralLineSet
Whether integral lines should stop when they reach a face with a number of passing integral lines that exceeds a given number.
setLineDelta(double) - Method in class vgp.minimal.helicoid.PgHelicoid
 
setLineDiscr(int) - Method in class vgp.minimal.helicoid.PgHelicoid
 
setLineIncr(double) - Method in class jv.number.PuDouble
Set line increment of slider.
setLineTol(double) - Method in class jvx.geom.PwBoundary
Set tolerance allowed for points to vary from a line.
setLocation(int, int) - Method in class jv.object.PsMainFrame
Set location of dialog but correct upper left corner if outside screen.
setLocation(Point) - Method in class jv.project.PvCameraEvent
Set position of cursor in pixel coordinates of drawing canvas of event.
setLocation(Point) - Method in class jv.project.PvPickEvent
Set position of cursor in pixel coordinates of drawing canvas of event.
setMajorColor(Color) - Method in class jv.thirdParty.ruler.PgRuler
 
setMajorHashSize(double, double, int) - Method in class jv.thirdParty.ruler.PgRuler
Set the extent size of major hashings along the up or normal vectors
setMajorMode(int) - Method in class jv.loader.PvDisplayOption
Set major transformation mode of display used with left-mouse.
setMajorMode(int) - Method in interface jv.project.PvDisplayIf
Switch between interaction modes like rotating or scaling, usually done interactively.
setMajorMode(int) - Method in class jv.viewer.PvDisplay
Switch between interaction modes like rotating or scaling, usually done interactively.
setMakeTangential(boolean) - Method in class jvx.vector.PwVectorField
Specifies whether the vector field should be made tangential (for element sets).
setMarkBox(PiVector) - Method in class jv.project.PvPickEvent
Set bounds of user dragged rectangle with four components in pixel coordinates.
setMarkBoxWorld(PdVector[]) - Method in class jv.project.PvPickEvent
Set bounds of user dragged rectangle with four components in world-coordinates.
setMarkedBndNr(int) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Appoint number of marked boundary polygon.
setMarkElements(boolean) - Method in class jvx.geom.PwMarkWithSphere
Set flag.
setMathematicaVersion(double) - Method in class jv.loader.PgMathLoader
Set Mathematica Version number.
setMatrix(Object) - Method in class jvx.numeric.PnBandEigenSolver
 
setMaxAge(double) - Method in class jvx.geom.PwGeodesicFlow
Sets the maximum age.
setMaxNumAuthors(int) - Method in class jv.rsrc.PsAuthorInfo
Constrain the maximal number of authors.
setMaxNumBeeps(int) - Static method in class jv.object.PsDebug
Set maximal number of warning beeps.
setMaxNumElements(int) - Method in class jv.geom.PgElementSet
Major memory allocation routine, all element allocation should be done here.
setMaxNumIterations(int) - Method in class jvx.numeric.PnConjugateGradient
Set maximal number of allowed iterations in dfrprmn.
setMaxNumIterations(int) - Method in class jvx.numeric.PnConjugateGradientMatrix
Set maximum number of allowed iterations.
setMaxNumLinesPerElement(int) - Method in class jvx.vector.PwIntegralLineSet
Sets the maximal number of integral lines that may pass through one face.
setMaxNumLoops(int) - Method in class jvx.geom.PwSmooth
A smooting process is stoped after the given number of loops have been performed cp start.
setMaxNumParticles(int) - Method in class jvx.geom.PwGeodesicFlow
Sets the maximum number of particles.
setMaxNumPolygons(int) - Method in class jv.geom.PgPolygonSet
Allocate given number of polygons, and allocate normals, colors etc.
setMaxNumVectors(int) - Method in class jv.geom.PgVectorField
All vector allocation should be done in 'setMaxNumVectors' method should not be called directly, only subclass#setMaxNumVectors() may call it.
setMaxNumVertices(int) - Method in class jv.geom.PgBndPolygon
Allocate given number of vertices, and allocate normals, colors etc.
setMaxNumVertices(int) - Method in class jv.geom.PgPointSet
Allocate given number of vertices, and allocate normals, colors etc.
setMaxNumVertices(int) - Method in class jvx.geom.PgPointSetOnElementSet
Allocate given number of vertices, and allocate normals, colors etc.
setMaxNumVertices(int) - Method in class jvx.geom.PgPointSetOnPolygon
Allocate given number of vertices, and allocate normals, colors etc.
setMaxNumVertices(int) - Method in class jvx.geom.PgPolygonOnElementSet
Allocate given number of vertices, and allocate normals, colors etc.
setMaxNumVertices(int) - Method in class jvx.geom.PgPolygonSetOnElementSet
Allocate given number of vertices, and allocate normals, colors etc.
setMaxSize(double, double, double, double) - Method in class jvx.surface.PgDomainDescr
Set maximal size of domain in u/v direction to the rectangle [uMin,vMin]x[uMax,vMax].
setMaxValence(int) - Method in class jv.geom.PgEdgeStar
Allocate storage to handle given number of adjacent elements.
setMeridian(PgPolygon) - Method in class jvx.surface.PgSurfaceOfRotation
Set meridian as polygon curve which is used to generate the surface.
setMessage(boolean) - Static method in class jv.object.PsDebug
Enable recording of info message in JavaView console.
setMethod(int) - Method in class jvx.geom.PwGeodesic
Set whether shortest or straightest geodesics are computed.
setMethod(int) - Method in class jvx.geom.PwSmooth
Set method used for smoothing.
setMethod(int) - Method in class vgp.vector.rungeKutta.PjRungeKutta
Set integration method used in calculateRepresentations.
setMinConvolutionWidth(int) - Method in class jvx.numeric.PnLIC
At every point their is a minimal number of pixels that are convoluted, even if convolutionwidth*(velocity of vector field) is less than this number (minconvolutionwidth).
setMinConvolutionWidth(int) - Method in class jvx.vector.PwLIC
Sets the least number of pixels that are convoluted in a neighbourhood of a pixel to compute the new value of that pixel, even if the velocity of the vector field is zero (or very very small).
setMines(int) - Method in class jvx.cellular.PnMinesweeper
Get random positions for mines.
setMinMax(double, double) - Method in class jv.thirdParty.ruler.PgRuler
Set maximum and minimum value of this ruler.
setMinorColor(Color) - Method in class jv.thirdParty.ruler.PgRuler
 
setMinorHashSize(double, double, int) - Method in class jv.thirdParty.ruler.PgRuler
Set the extent size of minor hashings along the up or normal vectors
setMixedMode(boolean) - Method in class jv.rsrc.PsXmlNode
Set flag that node is in mixed mode.
setModal(boolean) - Method in class jv.anim.PsAnimation
Set flag if animation runs modal.
setModal(boolean) - Method in class jv.loader.PjImportModel
Specifies whether the import dialog is modal.
setModal(boolean) - Method in interface jv.project.PjWorkshopIf
Set flag if workshop runs modal.
setModal(boolean) - Method in class jvx.project.PjWorkshop
Set flag if workshop runs modal, that means only this workshop should be open.
setMode(int) - Method in interface jv.project.PjWorkshopIf
Determines the mode in which this workshop runs.
setMode(int) - Method in class jv.thirdParty.ruler.PgAxes
Set the axes type which is currently displayed.
setMode(int) - Method in class jv.thirdParty.ruler.PgRuler
Deprecated.
since JavaView 3.12.002, use setHashMode(int)
setMode(int) - Method in class jvx.loader.PsExportInfo
Sets the mode in which this workshop runs.
setMode(int) - Method in class jvx.project.PjWorkshop
Sets the mode in which this workshop runs.
setMode(int) - Method in class vgp.curve.closedpoly.PjClosedPoly
 
setMode(int) - Method in class vgp.tutor.linear.PjLinear
Set the current computation mode, possibly values are MODE_... constants.
setModelingType(int) - Method in class jvx.geom.PwModel
Set the current modeling type.
setModelMatrix(PdMatrix) - Method in class jv.project.PgGeometry
Set model matrix of geometry to copy of argument matrix.
setModelMatrix(PdMatrix) - Method in interface jv.project.PgGeometryIf
Set model matrix of geometry.
setModelMatrix(PdMatrix) - Method in interface jv.project.PvGeometryIf
Set model matrix of geometry.
setModelNames(String[]) - Method in class jv.loader.PjImportModel
Set names of model files to be displayed in list menu.
setName(String) - Method in class jv.anim.PsKeyframe
Set name of instance, and set name of interpolation object.
setName(String) - Method in class jv.object.PsObject
Set name identifying the object.
setName(String) - Method in class jv.objectGui.PsMethodMenu
Set name identifying the object.
setName(String) - Method in interface jv.project.PgGeometryIf
Set name of geometry, user should try to be unique inside JavaView.
setName(String) - Method in interface jv.project.PvCameraIf
Set name of instance.
setName(String) - Method in interface jv.project.PvDisplayIf
Set name of display, e.g. used as title in info panel and hashtable of PvViewer.
setName(String) - Method in interface jv.project.PvLightIf
Set name of instance.
setName(String) - Method in class jv.vecmath.P_Vector
Set name of vector, e.g. to be shown in display.
setName(String) - Method in class jv.viewer.PvDisplay
Set name of this display.
setName(String) - Method in class jvx.math.MathListener
Set name of this listener.
setNameAlignment(int, int, int, int) - Method in class jv.thirdParty.ruler.PgRuler
Customizes the positioning of the name of the ruler.
setNameAlignments(int[], int[], int[]) - Method in class jv.thirdParty.ruler.PgAxes
Each parameter is an array of 4 int values, [ruleralignment, labelalignment, deltax, deltay] where ruleralignment:={PgRuler.RULER_NAME_ALIGN_LEFT,PgRuler.RULER_NAME_ALIGN_RIGHT,PgRuler.RULER_NAME_ALIGN_CENTER} labelalignment:=the side of the label to bound to given point, {PgGeometryIf.LABEL_HEAD, PgGeometryIf.LABEL_CENTER, PgGeometryIf.LABEL_TAIL} deltax resp. deltay are the number of pixels to displace the label in the x resp. y direction.
setNameOfLines(String, String) - Method in class jvx.surface.PgDomainDescr
Set name of lines.
setNames(String[]) - Method in class jv.thirdParty.ruler.PgAxes
Set names of all axes showing at one of their midpoints.
setNearClip(double) - Method in interface jv.project.PvCameraIf
Get distance of the near clipping plane.
setNearClip(double) - Method in interface jv.project.PvDisplayIf
Set near clip distance of current camera, works even if clipping is disabled.
setNearClip(double) - Method in class jv.viewer.PvCamera
Get distance of the near clipping plane.
setNearClip(double) - Method in class jv.viewer.PvDisplay
Set near clip distance of current camera, works even if clipping is disabled.
setNeighbour(int, PiVector) - Method in class jv.geom.PgElementSet
Set neighbour elements of given element.
setNeighbourLocInd(PiVector) - Method in class jv.geom.PgBndPolygon
 
setNeighbourLocInd(int, int) - Method in class jv.geom.PgEdgeStar
Set local index of adjacent element at valence position 'ind' within 0 and current valence.
setNeighbours(PiVector[]) - Method in class jv.geom.PgElementSet
Copy neighbour array to existing array of neighbours.
setNeighbours(PiVector[]) - Method in class jv.project.PgJvxSrc
Copy neighbour array to existing array of neighbours.
setNeighbours(PiVector[]) - Method in interface jv.project.PvGeometryIf
Set individual neighbours of elements.
setNormal(PdVector) - Method in class jv.project.PvPickEvent
Get normal vector at picked surface points.
setNormal(double, double, double) - Method in class jv.thirdParty.ruler.PgRuler
Set direction of the normal vector along which the hashings will be drawn.
setNormal(PdVector) - Method in class jv.thirdParty.ruler.PgRuler
Set direction of the normal vector along which the hashings will be drawn.
setNotice(String) - Method in class jv.loader.PjImportModel
Set notice displayed on info panel.
setNotify(boolean) - Static method in class jv.object.PsDebug
Enable recording of notify message, i.e. debug messages, in JavaView console.
setNumAuthors(int) - Method in class jv.rsrc.PsAuthorInfo
Set number of authors and allocate space use get/set methods for accessing instance variables.
setNumBins(int) - Method in class jvx.number.PuHistogram
Set the width of individual bins.
setNumBndPolygons(int) - Method in class jv.project.PgJvxSrc
Set number of allocated and used vector fields.
setNumBndPolygons(int) - Method in interface jv.project.PvGeometryIf
Set number of allocated and used vector fields.
setNumCameras(int) - Method in class jv.loader.PvDisplayOption
 
setNumControlPoints(int) - Method in class jvx.curve.PgBezierCurve
Set number of control points.
setNumEdges(int) - Method in class jv.project.PgJvxSrc
Allocate given number of edges, and allocate normals, colors etc.
setNumEdges(int) - Method in interface jv.project.PvGeometryIf
Set number of edges of an element set.
setNumElements(int) - Method in class jv.geom.PgElementSet
Allocate given number of elements, and allocate normals, colors etc.
setNumElements(int) - Method in class jv.project.PgJvxSrc
Allocate given number of elements, and allocate neighbours, normals, colors etc.
setNumElements(int) - Method in interface jv.project.PvGeometryIf
Set number of elements of geometry.
setNumEntries(int, int) - Method in class jvx.numeric.PnSparseMatrix
Set number of non-zero entries in row i.
setNumFunctions(int) - Method in class jv.function.PuFunction
Set number of functions.
setNumIntegratedPatches(int) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Set number of patches, that will be integrated from Weierstrass data.
setNumLights(int) - Method in class jv.loader.PvDisplayOption
Allocate given number of lights.
setNumLoops(int) - Method in class jvx.cellular.PnCellOperator
Set the number of operating loops.
setNumLoops(int) - Method in class jvx.numeric.PnEnergyMinimizer
Set number of calls of conjugate gradient method to be performed during each call to PnEnergyMinimizer#minimize().
setNumOfEntries(int, int) - Method in class jv.number.PdArray_IP
Set the dimension of visible array of text fields.
setNumOfEntries(int, int) - Method in class jv.number.PiArray_IP
Set the dimension of visible array of text fields.
setNumPolygons(int) - Method in class jv.geom.PgPolygonSet
Allocate given number of polygons, and allocate normals, colors etc.
setNumPolygons(int) - Method in class jv.project.PgJvxSrc
Allocate given number of polygons, and allocate normals, colors etc.
setNumPolygons(int) - Method in interface jv.project.PvGeometryIf
Set number of polygons of geometry.
setNumRows(int) - Method in class jv.loader.PjImportModel
Set number of rows of model list on info panel.
setNumRulers(int) - Method in class jv.loader.PvDisplayOption
 
setNumRulers(int) - Method in class jv.thirdParty.ruler.PgAxes
Set number of individual axis, respectively rulers.
setNumSeeds(int) - Method in class jvx.vector.PwSeeds
 
setNumStates(int) - Method in class jvx.cellular.PnCellOperator
Define number of possible states of a cell.
setNumSteps(int) - Method in class jvx.vector.PwIntegralLine
Set the number of steps that will be used for integration.
setNumSteps(int) - Method in class jvx.vector.PwIntegralLineSet
Set the number of steps that will be used for integration in makeIntegralLines().
setNumULines(int) - Method in class jvx.surface.PgDomainDescr
Set number of grid lines in u direction.
setNumVariables(int) - Method in class jv.function.PuFunction
Set number of argument variables used in current functions.
setNumVectorFields(int) - Method in class jv.project.PgJvxSrc
Set number of allocated and used vector fields.
setNumVectorFields(int) - Method in interface jv.project.PvGeometryIf
Set number of allocated and used vector fields.
setNumVectors(int) - Method in class jv.geom.PgVectorField
Set number of vectors.
setNumVectors(int, int, int) - Method in class jv.project.PgJvxSrc
Set number of vectors of a vector field with given index.
setNumVectors(int, int, int) - Method in interface jv.project.PvGeometryIf
Set number of vectors of a vector field with given index.
setNumVertices(int) - Method in class jv.geom.PgPointSet
Allocate given number of vertices, and allocate normals, colors etc.
setNumVertices(int) - Method in class jv.geom.PgPolygon
Adjust the number of vertices of the polygon.
setNumVertices(int) - Method in class jv.project.PgJvxSrc
Allocate given number of vertices, and allocate normals, colors etc.
setNumVertices(int) - Method in interface jv.project.PvGeometryIf
Set number of used vertices.
setNumVertices(int) - Method in class jvx.curve.PgBezierCurve
 
setNumVertices(int) - Method in class jvx.loader.PgMacroPatch
Set dimension of macro vertices.
setNumVertices(int) - Method in class jvx.surface.PgGraph
Get domain of graph.
setNumVLines(int) - Method in class jvx.surface.PgDomainDescr
Set number of grid lines in v direction.
setObject(PgGeometry) - Method in class jv.anim.PsKey
Set geometry of keyframe.
setOffset(double) - Method in class jvx.surface.PgGraph
Set scaling factor for graph (in every component of target space and in direction of domain vertex normals if m_bShowAsNormalVariation) - only the visualization has offset.
setOffset(double) - Method in class jvx.surface.PgSurfaceGraph
Set scaling factor for graph (in every component of target space and in direction of domain vertex normals if m_bShowAsNormalVariation) - only the visualization has offset.
setOffsetFactor(double) - Method in class jvx.geom.PwEvolve
Set evolution distance.
setOption(int, boolean) - Method in class jv.loader.PvDisplayOption
Set all bits which are set in parameter.
setOptions(PvDisplayIf) - Method in class jv.loader.PvDisplayOption
Initialize this option class with data extracted from the given display.
setOrder(int) - Method in class jvx.numeric.PnOde
 
setOrder(int) - Method in class jvx.numeric.PnOdeExpr
 
setOrder(int) - Method in class vgp.tutor.ode.PjExprOde
 
setOrderingOfHoles(int) - Method in class jvx.surface.PgGenusSurface
Set ordering of holes in the surface.
setOrientate(boolean) - Method in class vgp.volume.mc.PnMarchingCubes
Set flag, whether the algorithm should produce an oriented surface.
setOrientation(int) - Method in class jvx.loader.PgMacroPatch
 
setOrigin(double, double, double) - Method in class jv.thirdParty.ruler.PgRuler
Set the origin of the ruler to the specific point in space.
setOrigin(PdVector) - Method in class jv.thirdParty.ruler.PgRuler
Set the origin of the ruler to the specific point in space.
setOuterBorderOfHoles(double) - Method in class jvx.surface.PgGenusSurface
Set a radius relative to the radius of the surface where the holes end.
setOutOfDate(boolean) - Method in class jv.object.PsPanel
Mark this panel as being not synchronized with the correct data of its parent.
setOutputStream(OutputStream) - Method in interface jv.loader.PsImageCoderIf
Set output stream to which the image is encoded.
setOutputType(int) - Method in class jvx.cellular.PnCellOperator
Appoint the way of viewing element states.
setPageIncr(double) - Method in class jv.number.PuDouble
Set block increment of slider.
setPaintMode() - Method in class jv.loader.PSGr
Sets the default paint mode to overwrite the destination with the current color.
setPaintTag(long, boolean) - Method in interface jv.project.PvDisplayIf
Set and clear all bits in argument flags determining painting aspects in the display.
setPaintTag(long, boolean) - Method in class jv.viewer.PvDisplay
Set all bits which are set in parameter.
setPanel(PjWorkshop_IP) - Method in class jvx.project.PjWorkshop_Dialog
Assign an inspector panel to be used to fill this dialog.
setParameter(String, double) - Method in class jv.function.PuFunction
Set value of variable in all expressions, usually used as constants or parameters.
setParameter(String[][]) - Method in class jv.project.PjProject
Set project parameter.
setParent(PsUpdateIf) - Method in class jv.anim.PsAnimation_IP
 
setParent(PsUpdateIf) - Method in class jv.function.PuFunction_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgBndPolygon_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgElementSet_BP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgElementSet_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgElementSet_MP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgElementSet_TP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPointSet_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPointSet_LP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPointSet_MP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPointSet_VP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPolygon_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPolygon_MP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPolygonSet_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPolygonSet_MP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgTexture_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgVectorField_IP
 
setParent(PsUpdateIf) - Method in class jv.loader.PjImportModel_Dialog
 
setParent(PsUpdateIf) - Method in class jv.loader.PjImportModel_InfoBox
 
setParent(PsUpdateIf) - Method in class jv.loader.PjImportModel_IP
 
setParent(PsUpdateIf) - Method in class jv.loader.PjImportModel_IPmed
 
setParent(PsUpdateIf) - Method in class jv.number.PdArray_IP
Set parent of this panel.
setParent(PsUpdateIf) - Method in class jv.number.PdColor_Dialog
 
setParent(PsUpdateIf) - Method in class jv.number.PdColor_IP
 
setParent(PsUpdateIf) - Method in class jv.number.PiArray_IP
Set parent of this panel.
setParent(PsUpdateIf) - Method in class jv.number.PuBoolean_IP
 
setParent(PsUpdateIf) - Method in class jv.number.PuDouble_IP
 
setParent(PsUpdateIf) - Method in class jv.number.PuInteger_IP
 
setParent(PsUpdateIf) - Method in class jv.object.PsDialog
Set parent of this dialog.
setParent(PsUpdateIf) - Method in class jv.object.PsObject
Set parent to receive update methods.
setParent(PsUpdateIf) - Method in class jv.object.PsPanel
Set parent of this panel which receives update events.
setParent(PsUpdateIf) - Method in interface jv.object.PsUpdateIf
Set parent and do nothing else.
setParent(PsUpdateIf) - Method in class jv.objectGui.PsMethodMenu
Set parent to receive update methods.
setParent(PsUpdateIf) - Method in class jv.project.PjProject_IP
 
setParent(PsUpdateIf) - Method in class jv.rsrc.PsAuthorInfo_IP
 
setParent(PsUpdateIf) - Method in class jv.rsrc.PsGeometryInfo_IP
 
setParent(PsUpdateIf) - Method in class jv.rsrc.PsJavaView_IP
Assign parent containing the information to be edited.
setParent(PsUpdateIf) - Method in class jv.rsrc.PsLicense_IP
Assign parent containing the information to be edited.
setParent(PsUpdateIf) - Method in class jv.thirdParty.ruler.PgAxes_CP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class jv.thirdParty.ruler.PgRuler_CP
 
setParent(PsUpdateIf) - Method in class jv.viewer.PvCamera_IP
 
setParent(PsUpdateIf) - Method in class jv.viewer.PvDisplay
Set father of display which receives update events when current class has changed.
setParent(PsUpdateIf) - Method in class jv.viewer.PvDisplay_IP
 
setParent(PsUpdateIf) - Method in class jv.viewer.PvLight_IP
 
setParent(PsUpdateIf) - Method in class jvx.cellular.PnCellOperator_IP
Store parent cell operator.
setParent(PsUpdateIf) - Method in class jvx.cellular.PnMinesweeper_IP
Store parent cell operator.
setParent(PsUpdateIf) - Method in class jvx.cellular.PwSnake_IP
Store parent snake workshop.
setParent(PsUpdateIf) - Method in class jvx.curve.PgFunction_CP
 
setParent(PsUpdateIf) - Method in class jvx.curve.PgParmCurve_CP
Assign parent object of this inspector.
setParent(PsUpdateIf) - Method in class jvx.curve.PgTube_CP
 
setParent(PsUpdateIf) - Method in class jvx.geom.PwBlocks_IP
Set parent to this Info Panel and fill it with the buttons and sliders for the correct type of workshop.
setParent(PsUpdateIf) - Method in class jvx.geom.PwBoundary_IP
Set parent to this Info Panel and fill it with the buttons and sliders for the correct type of workshop.
setParent(PsUpdateIf) - Method in class jvx.geom.PwCleanMesh_IP
Set the parent workshop for the panel.
setParent(PsUpdateIf) - Method in class jvx.geom.PwClip_IP
 
setParent(PsUpdateIf) - Method in class jvx.geom.PwEnergy_IP
 
setParent(PsUpdateIf) - Method in class jvx.geom.PwEvolve_IP
Store parent cell operator.
setParent(PsUpdateIf) - Method in class jvx.geom.PwExplode_IP
Store parent workshop and get its animation panel.
setParent(PsUpdateIf) - Method in class jvx.geom.PwGeodesic_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class jvx.geom.PwGeodesicFlow_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class jvx.geom.PwHistogram_IP
Store parent noise workshop.
setParent(PsUpdateIf) - Method in class jvx.geom.PwIdentifyElements_IP
Set parent to this Info Panel and fill it with the buttons and sliders for the correct type of workshop.
setParent(PsUpdateIf) - Method in class jvx.geom.PwIdentifyVertices_IP
Set parent to this Info Panel and fill it with the buttons and sliders for the correct type of workshop.
setParent(PsUpdateIf) - Method in class jvx.geom.PwIntersectElementSet_IP
Assign a parent object.
setParent(PsUpdateIf) - Method in class jvx.geom.PwIntersectWithFunction_IP
 
setParent(PsUpdateIf) - Method in class jvx.geom.PwLocalButterfly_IP
Store parent pwLocalButterfly.
setParent(PsUpdateIf) - Method in class jvx.geom.PwMarkWithSphere_IP
 
setParent(PsUpdateIf) - Method in class jvx.geom.PwMatching_IP
Store parent pwMatching.
setParent(PsUpdateIf) - Method in class jvx.geom.PwModel_IP
 
setParent(PsUpdateIf) - Method in class jvx.geom.PwNoise_IP
Store parent noise workshop.
setParent(PsUpdateIf) - Method in class jvx.geom.PwParameterLines_IP
Store parent pwParameterLines.
setParent(PsUpdateIf) - Method in class jvx.geom.PwPlatonic_IP
Set parent and memorize platonic workshop
setParent(PsUpdateIf) - Method in class jvx.geom.PwReeb_IP
Must be called from parent's init() method
setParent(PsUpdateIf) - Method in class jvx.geom.PwRefineElementSet_IP
Assign a PwRefineElementSet workshop as parent.
setParent(PsUpdateIf) - Method in class jvx.geom.PwRefinePolygon_IP
 
setParent(PsUpdateIf) - Method in class jvx.geom.PwSimplify_IP
Store parent pwSimplify.
setParent(PsUpdateIf) - Method in class jvx.geom.PwSmooth_IP
Set parent of this panel which receives update events.
setParent(PsUpdateIf) - Method in class jvx.geom.PwTexture_IP
Set parent of this panel which receives update events.
setParent(PsUpdateIf) - Method in class jvx.geom.PwTopology_IP
Set parent to this Info Panel and fill it with the buttons and sliders for the correct type of workshop.
setParent(PsUpdateIf) - Method in class jvx.geom.PwTransform_IP
Set parent of this panel which receives update events.
setParent(PsUpdateIf) - Method in class jvx.geom.PwUnfold_IP
Store parent workshop of this panel.
setParent(PsUpdateIf) - Method in class jvx.loader.PsExportInfo_IP
 
setParent(PsUpdateIf) - Method in class jvx.loader.PsJvzConfig_IP
Set parent of this inspector.
setParent(PsUpdateIf) - Method in class jvx.math.MathUpdateListener
Set parent and do nothing else.
setParent(PsUpdateIf) - Method in class jvx.number.PuHistogram_IP
 
setParent(PsUpdateIf) - Method in class jvx.numeric.PnBandEigenSolver_IP
 
setParent(PsUpdateIf) - Method in class jvx.numeric.PnEnergyMinimizer_IP
 
setParent(PsUpdateIf) - Method in class jvx.numeric.PnJacobi_IP
 
setParent(PsUpdateIf) - Method in class jvx.project.PjWorkshop_Dialog
Assign the parent workshop and perform a layout of the dialog.
setParent(PsUpdateIf) - Method in class jvx.project.PjWorkshop_IP
Set parent of this panel which receives update events.
setParent(PsUpdateIf) - Method in class jvx.rsrc.PsModelInfo_IP
Assign parent containing the information to be edited.
setParent(PsUpdateIf) - Method in class jvx.surface.PgDomain_CP
 
setParent(PsUpdateIf) - Method in class jvx.surface.PgDomainDescr_IP
 
setParent(PsUpdateIf) - Method in class jvx.surface.PgGenusSurface_CP
 
setParent(PsUpdateIf) - Method in class jvx.surface.PgGraph_CP
 
setParent(PsUpdateIf) - Method in class jvx.surface.PgParmSurface_CP
 
setParent(PsUpdateIf) - Method in class jvx.surface.PgSurfaceOfRotation_CP
 
setParent(PsUpdateIf) - Method in class jvx.vector.PwHodge_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class jvx.vector.PwIntegralLine_IP
Must be called from parent's init() method
setParent(PsUpdateIf) - Method in class jvx.vector.PwIntegralLineSet_IP
Must be called from parent's init() method
setParent(PsUpdateIf) - Method in class jvx.vector.PwIsoline_IP
 
setParent(PsUpdateIf) - Method in class jvx.vector.PwLIC_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class jvx.vector.PwRotDiv_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class jvx.vector.PwScalarField_IP
 
setParent(PsUpdateIf) - Method in class jvx.vector.PwSeeds_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class jvx.vector.PwVectorField_IP
Must be called from parent's init() method
setParent(PsUpdateIf) - Method in class vgp.curve.closedpoly.PjClosedPoly_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.curve.common.PjCurve_IP
 
setParent(PsUpdateIf) - Method in class vgp.curve.cycloid.PjCycloid_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.curve.deCasteljau.PjDeCasteljau_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.curve.elastic.PjElasticCurve_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.curve.geodesic.PjGeodesic_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.curve.subdivision.PjSubdivisionCurve_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.curve.surface.PjSurfCurve_IP
 
setParent(PsUpdateIf) - Method in class vgp.curve.zigzag.PjZigZag_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.discrete.conformal.PjConformal_IP
 
setParent(PsUpdateIf) - Method in class vgp.discrete.conjugate.PjConjugate_IP
 
setParent(PsUpdateIf) - Method in class vgp.discrete.curvature.PjCurvature_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.discrete.ellipse.PjEllipse_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.discrete.harmonic.PgSurfacePair_IP
 
setParent(PsUpdateIf) - Method in class vgp.discrete.harmonic.PjHarmonic_IP
 
setParent(PsUpdateIf) - Method in class vgp.discrete.lantern.PgLantern_CP
 
setParent(PsUpdateIf) - Method in class vgp.discrete.lantern.PjLantern_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.discrete.maxPrinciple.PgMaxPrinciple_CP
 
setParent(PsUpdateIf) - Method in class vgp.discrete.maxPrinciple.PjMaxPrinciple_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.discrete.platonic.PjPlatonic_IP
 
setParent(PsUpdateIf) - Method in class vgp.game.life.PjLife_IP
Store parent cell operator.
setParent(PsUpdateIf) - Method in class vgp.game.mines.PjMinesweeper_IP
Store parent cell operator.
setParent(PsUpdateIf) - Method in class vgp.game.snake.PjSnake_IP
Store parent snake project.
setParent(PsUpdateIf) - Method in class vgp.iterate.juliaSet.PjJuliaSet_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.iterate.juliaSet.PjJuliaSet_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree_IP
 
setParent(PsUpdateIf) - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree_IP
 
setParent(PsUpdateIf) - Method in class vgp.minimal.catenoid.PgCatenoid_CP
 
setParent(PsUpdateIf) - Method in class vgp.minimal.catenoid.PjCatenoid_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.minimal.helicoid.PgHelicoid_CP
 
setParent(PsUpdateIf) - Method in class vgp.minimal.helicoid.PjHelicoid_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.minimal.weier.PgWeierstrassDescr_IP
Set parent and initialize some buttons.
setParent(PsUpdateIf) - Method in class vgp.minimal.weier.PjWeierstrass_IP
Set parent and select surface.
setParent(PsUpdateIf) - Method in class vgp.numeric.smooth.PjSmooth_IP
 
setParent(PsUpdateIf) - Method in class vgp.surface.common.PgSurface_CP
 
setParent(PsUpdateIf) - Method in class vgp.surface.common.PgSurfaceDescr_IP
 
setParent(PsUpdateIf) - Method in class vgp.surface.common.PjSurface_IP
 
setParent(PsUpdateIf) - Method in class vgp.surface.klein.PjKleinBottle_IP
 
setParent(PsUpdateIf) - Method in class vgp.surface.rotation.PjRotation_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.color.PaColorDemo
Set parent and do nothing else.
setParent(PsUpdateIf) - Method in class vgp.tutor.eventCamera.PjEventCamera_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.firstProject.MyProject_IP
 
setParent(PsUpdateIf) - Method in class vgp.tutor.height.PjHeight_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.key.PjKeyframe_IP
 
setParent(PsUpdateIf) - Method in class vgp.tutor.linear.PjLinear_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.lsystem.PjLSystem_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.model.PjModel_IP
 
setParent(PsUpdateIf) - Method in class vgp.tutor.ode.PjExprOde_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.parm.PjParmSurface_IP
 
setParent(PsUpdateIf) - Method in class vgp.tutor.parmCurve.PjParmCurve_IP
 
setParent(PsUpdateIf) - Method in class vgp.tutor.pick.PjPickEvent_IP
 
setParent(PsUpdateIf) - Method in class vgp.tutor.rivara.PjRivara_IP
 
setParent(PsUpdateIf) - Method in class vgp.tutor.rootFinder.PjRootFinder_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.ruler.PjRuler_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.sizeEdge.PjSizeEdge_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.sizePolygon.PjSizePolygon_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.sizeVertex.PjSizeVertex_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.slider.PjSlider_IP
Method assigns the data class to this panel class.
setParent(PsUpdateIf) - Method in class vgp.tutor.texture.PjTexturedSurface_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.torusknot.PjTorusKnot_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.transform.PjTransform_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.updatePanel.MyClass_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.tutor.vectorField.PjVectorField_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.vector.hodge.PjHodge_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.vector.lic.PjLIC_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.vector.rungeKutta.PjRungeKutta_IP
Gets info panels and super info panels from project
setParent(PsUpdateIf) - Method in class vgp.vector.translation.PjTranslation_IP
 
setParent(PsUpdateIf) - Method in class vgp.volume.mc.PjMarchingCubes_IP
Set the parent of this infopanel.
setParentComponent(Component) - Method in class jv.objectGui.PsImage
Set component used for MediaTracker in init() method
setParentProject(PjProject) - Method in class jv.loader.PjImportModel
Register parent project to which the model will be loaded.
setPartBndNr(int) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Appoint index of boundary polygon to reflect part at.
setPartitionedHashing(int, int) - Method in class jv.thirdParty.ruler.PgAxes
Set number of major and minor hashing ticks.
setPartitionedHashing(int, int) - Method in class jv.thirdParty.ruler.PgRuler
 
setPeriodic(int) - Method in class jv.geom.PgTexture
Set number of repetitions of texture image in both directions.
setPickFirst() - Method in class jvx.geom.PwGeodesic
User shall pick starting point.
setPickLast() - Method in class jvx.geom.PwGeodesic
User shall pick endpoint.
setPickType(int) - Method in class jv.viewer.PvDisplay
Set pick type which determines the class of pickable geometries in pick and initialPick mode.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class jv.thirdParty.acmeEncoders.ImageEncoder
 
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class jv.thirdParty.acmeEncoders.ImageEncoder
 
setPlaneTol(double) - Method in class jvx.geom.PwBoundary
Set tolerance allowed for points to vary from a plane.
setPolygon(int, int, int) - Method in class jv.geom.PgPolygonSet
Copy new vertex indices to polygon at specified position in the polygon list.
setPolygon(int, PiVector) - Method in class jv.geom.PgPolygonSet
Set index vector of polygon with given index.
setPolygon(int, PiVector) - Method in class jv.project.PgGeometry
Method does nothing and may be overridden by subclasses.
setPolygon(int, PiVector) - Method in interface jv.project.PgGeometryIf
Allow setting the vertex indices of a single polygon.
setPolygon(int, PiVector) - Method in class jv.project.PgJvxSrc
Set index vector of polygon with given index.
setPolygon(PgPolygon) - Method in class jvx.curve.PgTube
Set polygon, but does not compute the tube.
setPolygonColor(int, Color) - Method in class jv.geom.PgPolygonSet
Copy new color to polygon color at specified position in the color list
setPolygonColors(Color[]) - Method in class jv.geom.PgPolygonSet
Copy polygon colors of list to existing array of polygon colors.
setPolygonColors(Color[]) - Method in class jv.project.PgJvxSrc
Copy polygon colors of list to existing array of polygon colors.
setPolygonColors(Color[]) - Method in interface jv.project.PvGeometryIf
Set individual colors of polygons.
setPolygonNormal(int, PdVector) - Method in class jv.geom.PgPolygonSet
Copy new normal to polygon normal at specified position in the normal list
setPolygonNormals(PdVector[]) - Method in class jv.geom.PgPolygonSet
Copy polygon normals of list to existing array of polygon normals.
setPolygonNormals(PdVector[]) - Method in class jv.project.PgJvxSrc
Copy polygon normals of list to existing array of polygon normals.
setPolygonNormals(PdVector[]) - Method in interface jv.project.PvGeometryIf
Set individual normal vectors of polygons.
setPolygons(PiVector[]) - Method in class jv.geom.PgPolygonSet
Copy all polygons of polygon list to existing array of polygons.
setPolygons(PiVector[]) - Method in class jv.project.PgJvxSrc
Copy the first m_numPolygons of given array into polygon array.
setPolygons(PiVector[]) - Method in interface jv.project.PvGeometryIf
Set polygons of geometry.
setPolygonSet(PgPolygonSet) - Method in class jvx.curve.PgTube
Set polygonSet, but does not compute the tube.
setPolygonSize(int, double) - Method in class jv.geom.PgPolygonSet
Set the thickness of the given polygon.
setPolygonSizes(PdVector) - Method in class jv.geom.PgPolygonSet
Copy polygon sizes of list to existing array of polygon sizes.
setPolygonSizes(PdVector) - Method in class jv.project.PgJvxSrc
Copy polygon sizes of list to existing array of polygon sizes.
setPolygonSizes(PdVector) - Method in interface jv.project.PvGeometryIf
Set individual thickness of polygon edges.
setPolygonVertices(int, PdVector[]) - Method in class jv.geom.PgPolygonSet
Copy new polygon vertices to polygon at specified position in the polygon list.
setPosition(int[]) - Method in class jv.anim.PsAnimation
Set position and size of animation panel in absolut screen coordinates.
setPosition(PdVector) - Method in interface jv.project.PvCameraIf
Set position of camera in world coordinates.
setPosition(PdVector) - Method in interface jv.project.PvLightIf
Set position of light.
setPosition(double, double, double) - Method in interface jv.project.PvLightIf
Set position of light.
setPosition(PdVector) - Method in class jv.viewer.PvCamera
Set position of camera in world coordinates.
setPosition(int, int) - Method in class jv.viewer.PvDisplay
Set position of upper left corner of frame from outside.
setPosition(PdVector) - Method in class jv.viewer.PvLight
Set position of light.
setPosition(double, double, double) - Method in class jv.viewer.PvLight
Set position of light.
setPosition(double) - Method in class vgp.curve.deCasteljau.PjDeCasteljau
Set current position in [0,1] where bezier curve is evaluated.
setPreconditioner(PnPreconditioner) - Method in class jvx.numeric.PnConjugateGradientMatrix
Set the preconditioner to use for the conjugate gradient.
setPreferredSize(int, int) - Method in class jv.object.PsPanel
Assigned preferred size.
setPreferredSize(Dimension) - Method in class jv.viewer.PvDisplay
Set default dimension of drawing canvas from outside.
setPreMatching(int) - Method in class jvx.geom.PwMatching
Define the type of pre-matching.
setPreviewImage(Image) - Method in class jv.loader.PvDisplayOption
Set preview image.
setPrimary(String) - Method in class jv.rsrc.PsGeometryInfo
 
setProfession(String) - Method in class jv.rsrc.PsAuthorInfo
Assign the profession of a person to appear as title in front of his personal information.
setProfile(int) - Method in class vgp.discrete.lantern.PgLantern
 
setProfileDiscr(int) - Method in class vgp.minimal.catenoid.PgCatenoid
 
setProjectionMode(int) - Method in interface jv.project.PvCameraIf
Set projection mode of the camera, for example, perspective, xy-projection etc.
setProjectionMode(int) - Method in class jv.viewer.PvCamera
Set projection mode of the camera, for example, perspective, xy-projection etc.
setProperties(Hashtable) - Method in class jv.thirdParty.acmeEncoders.ImageEncoder
 
setRadius(double) - Method in class jvx.geom.PwMarkWithSphere
Set the radius of sphere, but do not compute the new selection.
setRadius(double) - Method in class vgp.discrete.lantern.PgLantern
 
setRadius(double) - Method in class vgp.minimal.catenoid.PgCatenoid
 
setRadiusOfSurface(double) - Method in class jvx.surface.PgGenusSurface
Set the radius of the surface.
setRangeType(int) - Method in class jvx.vector.PwIsoline
 
setRecentGeometryFile(String) - Method in interface jv.project.PvViewerIf
Deprecated.
since JavaView 3.09.003, use PsJavaView.setFullFileName(int, String)
setRecentGeometryFile(String) - Method in class jv.viewer.PvViewer
Deprecated.
since JavaView 3.09.003, use PsJavaView#setFullFileName(int, String)
setReference(int) - Method in interface jv.project.PvLightIf
Set reference coordinate system of the light among public variables like REFERENCE_SCENE.
setReference(int) - Method in class jv.viewer.PvLight
Set reference coordinate system of the light among public variables like REFERENCE_SCENE.
setReflection(PiVector[]) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Appoint reflections of parts.
setReflectPartNr(int) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Appoint index of part to be reflected by the user.
setRepeat(int) - Method in class jv.anim.PsAnimation
Set repeat mode of animation.
setReuseTriangleRunsWhileIterating(boolean) - Method in class vgp.curve.subdivision.PjSubdivisionCurve
 
setRoll(double) - Method in interface jv.project.PvCameraIf
Set angle which camera is rotated around viewing direction against default position.
setRoll(double) - Method in class jv.viewer.PvCamera
Set angle which camera is rotated around viewing direction against default position.
setRootNode(PsXmlNode) - Method in class jv.rsrc.PsXmlSrc
Set root node of resource tree.
setRotationSpeed(double) - Method in class jvx.geom.PwExplode
Define a speed of rotation for parts of the exploded geometry.
setRow(int, PdVector) - Method in class jv.vecmath.PdMatrix
Set row vector of matrix.
setRow(int, int, PiVector, PdVector) - Method in class jvx.numeric.PnSparseMatrix
Set a row of the matrix.
setRows(PdVector[]) - Method in class jv.vecmath.PdMatrix
Fill matrix with array of row vectors.
setRsrcFile(String) - Method in class jv.rsrc.PsXmlSrc
Set name of resource name.
setRule(int) - Method in class jvx.cellular.PnCellOperator
Select an operating rule.
setRule(String) - Method in class jvx.cellular.PnCellOperator
Deprecated.
use setRule(int)
setRulerColor(int, Color) - Method in class jv.loader.PvDisplayOption
Set polygon color of axis with given index.
setRulerMajorHashUnit(int, double) - Method in class jv.loader.PvDisplayOption
Set distance between two adjacent major hashings, used in PgRuler.HASH_FIXED mode.
setRulerMaxValue(int, double) - Method in class jv.loader.PvDisplayOption
Set maximum ruler value.
setRulerMinorHashUnit(int, double) - Method in class jv.loader.PvDisplayOption
Set distance between two adjacent minor hashings, used in PgRuler.HASH_FIXED mode.
setRulerMinValue(int, double) - Method in class jv.loader.PvDisplayOption
Set minimum ruler value.
setRulerMode(int, int) - Method in class jv.loader.PvDisplayOption
 
setRulerName(int, String) - Method in class jv.loader.PvDisplayOption
 
setRulerName(String) - Method in class jv.thirdParty.ruler.PgRuler
Set the name of ruler as it appears at an axis, for example.
setRulerName(String, int) - Method in class jv.thirdParty.ruler.PgRuler
Set the name of ruler as it appears at an axis, for example.
setRulerName(String, boolean) - Method in class jv.thirdParty.ruler.PgRuler
Set the name of ruler as it appears at an axis, for example.
setRulerName(String, int, boolean) - Method in class jv.thirdParty.ruler.PgRuler
Set the name of ruler as it appears at an axis, for example.
setRulerNumMajorHashings(int, int) - Method in class jv.loader.PvDisplayOption
Set number of major hashings, used in PgRuler.HASH_PARTITIONED mode..
setRulerNumMinorHashings(int, int) - Method in class jv.loader.PvDisplayOption
Set number of minor hashings, used in PgRuler.HASH_PARTITIONED mode..
setRulerSize(int, double) - Method in class jv.loader.PvDisplayOption
Set polygon size of axis with given index.
setRungeKutta(PnGeodesicRK) - Method in class jvx.numeric.PnLIC
Sets the vector field for integration and the integration method.
setSampleBnd(double, double) - Method in class jvx.number.PuHistogram
Set user defined bounds of samples.
setSamples(PdVector) - Method in class jvx.number.PuHistogram
Assign set of samples.
setSavedElements(PiVector[]) - Method in class jv.geom.PgElementSet
Only used when working with non-conforming triangulations.
setSavedNumVertices(int) - Method in class jv.geom.PgElementSet
Only used when working with non-conforming triangulations.
setSavingMatrices(boolean) - Method in class jvx.numeric.PnStraightestGeodesic
Sets if the edge transformations should be stored for later use.
setScalarData(PdVector) - Method in class jvx.geom.PwIntersectWithFunction
Set double data to clip or split Geometry at.
setScalarName(String) - Method in class vgp.tutor.height.PjHeight
Set name of current color criteria.
setScalarType(int) - Method in class jvx.vector.PwScalarField
Set type of current scalar field.
setScale(double) - Method in interface jv.project.PvCameraIf
Set zoom factor of camera.
setScale(double) - Method in class jv.viewer.PvCamera
Set zoom factor of camera.
setScalingFactor(double) - Method in class jvx.surface.PgGraph
Set offset of graph (in every component of target space and in direction of domain vertex normals if m_bShowAsNormalVariation) - only the visualization is scaled.
setScalingFactor(double) - Method in class jvx.surface.PgSurfaceGraph
Set offset of graph (in every component of target space and in direction of domain vertex normals if m_bShowAsNormalVariation) - only the visualization is scaled.
setSceneTitle(String) - Method in interface jv.project.PvDisplayIf
Set title of scene.
setSceneTitle(String) - Method in class jv.viewer.PvDisplay
Set title of scene.
setScheme(int) - Method in class jvx.geom.PwLocalButterfly
Set subdivision scheme.
setSearchPaths(String[]) - Method in class jv.loader.PvDisplayOption
Set image search paths.
setSearchPaths(String[]) - Method in class jv.viewer.PvDisplay
Set image search paths.
setSecondaries(String[]) - Method in class jv.rsrc.PsGeometryInfo
 
setSelectedAuthor(int) - Method in class jv.rsrc.PsAuthorInfo
Select currently active author.
setSelectedCheckbox(CheckboxGroup, Checkbox) - Static method in class jv.object.PsPanel
In a checkbox group selected a checkbox if it is different from the current selection of the widget.
setSelectedFileName(String) - Method in class jv.loader.PjImportModel
Set selected file name.
setSelectedLight(int) - Method in class jv.loader.PvDisplayOption
 
setSelectedTopic(int) - Method in class vgp.tutor.updatePanel.MyClass
 
setSelectedVF(int) - Method in class jvx.vector.PwVectorField
Selects a vector field from the list of fields in underlying geometry.
setSendManyUpdates(boolean) - Method in class jvx.vector.PwLIC
Set flag is workshop makes LIC texture visible after every element.
setShading(int) - Method in interface jv.project.PvLightIf
Set shading type of the light among public variables like SHADING_SYMMETRIC.
setShading(int) - Method in class jv.viewer.PvLight
Set shading type of the light among public variables like SHADING_SYMMETRIC.
setShape(int) - Method in class jv.geom.PgBndConstraint
Set shape constraint.
setShape(BitSet) - Method in class jv.geom.PgBndConstraint
Set shape constraint.
setShift(double) - Method in class jvx.numeric.PnBandEigenSolver
 
setShininess(double) - Method in class jv.geom.PgPointSet
Set shininess of highlights of geometry.
setShininess(double) - Method in class jv.project.PgJvxSrc
Set shininess of highlights of geometry.
setShininess(double) - Method in interface jv.project.PvGeometryIf
Set shininess of geometry.
setShortestMode(int) - Method in class jvx.geom.PwGeodesic
If shortest geodesics are computed, you have several different choices which local minimum is computed.
setShortTitle(String) - Method in class jv.object.PsMainFrame
Set the short title of this frame.
setShowing(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Set visibility of this axes geometry.
setShowingDomain(boolean) - Method in class jvx.surface.PgGraph
Enable display of domain.
setShowingMeridian(boolean) - Method in class jvx.surface.PgSurfaceOfRotation
Enable display of meridian.
setShowingWalls(boolean) - Method in class jvx.surface.PgGraph
Enable display of bounding walls.
setSibling(PsXmlNode) - Method in class jv.rsrc.PsXmlNode
 
setSize(int) - Method in class jv.number.PdColor
Set number of components of color excluding alpha.
setSize(int, int) - Method in class jv.objectGui.PsImage
Resizes the image after loading it if not done yet.
setSize(int) - Method in class jv.vecmath.PbVector
Set dimension of vector, i.e. length of its data array.
setSize(int) - Method in class jv.vecmath.PcMatrix
Set dimension of square matrix.
setSize(int, int) - Method in class jv.vecmath.PcMatrix
Set dimension of non-square matrix.
setSize(int) - Method in class jv.vecmath.PdBary
Set dimension of barycentric vector, i.e. length of its data array.
setSize(int) - Method in class jv.vecmath.PdBaryDir
Set dimension of barycentric vector, i.e. length of its data array.
setSize(int) - Method in class jv.vecmath.PdMatrix
Resize square matrix with new dimension (size, size).
setSize(int, int) - Method in class jv.vecmath.PdMatrix
Resize matrix to new dimension (iSize, jSize) with iSize rows and jSize columns.
setSize(int) - Method in class jv.vecmath.PdVector
Set dimension of vector, i.e. length of its data array.
setSize(int) - Method in class jv.vecmath.PiVector
Set dimension of vector, i.e. length of its data array.
setSize(int, boolean) - Method in class jvx.geom.PgVertexStar
Set number of elements in vertex star.
setSize(int) - Method in class jvx.numeric.PnLIC
Set the size of the LIC texture.
setSize(int, int) - Method in class jvx.numeric.PnSparseMatrix
Set size of the matrix.
setSize(int, int, int) - Method in class jvx.numeric.PnSparseMatrix
Set size and buffer of the matrix.
setSize(int) - Method in class jvx.numeric.PnSparseMatrix
Set number of rows and number of columns to size.
setSize(double, double, double, double) - Method in class jvx.surface.PgDomainDescr
Set current size of domain in u/v direction to the rectangle [uMin,vMin]x[uMax,vMax].
setSize(int) - Method in class jvx.thirdParty.fonts.FontsCanvas
 
setSizeOfHoles(double) - Method in class jvx.surface.PgGenusSurface
Set the size of the holes relative to the size of the surface and the number of holes.
setSizeOfPolygon(int, int) - Method in class jv.geom.PgPolygonSet
Set number of vertices of a specific polygon.
setSizeWithinFrame(int, int) - Method in interface jv.project.PvDisplayIf
Set height and width of drawing canvas if canvas is inside a frame.
setSizeWithinFrame(int, int) - Method in class jv.viewer.PvDisplay
Set dimension of display which is included in a parent frame.
setSleepInterval(long) - Method in class jv.anim.PsAnimation
Set the length of the sleep interval between two timer events.
setSliderType(int) - Method in class jvx.geom.PwSimplify
Set type of slider to PERCENT_SLIDER or ABSOLUTE_SLIDER.
setSoftware(String) - Method in class jv.rsrc.PsGeometryInfo
 
setSolid(PgElementSet, String) - Method in class jvx.geom.PwPlatonic
Deprecated.
use commands getSolid() or setGeometry(PgElementSet);setSolidType(int);
setSolid(PgElementSet, int) - Static method in class jvx.geom.PwPlatonic
Deprecated.
use commands getSolid() or setGeometry(PgElementSet);setSolidType(int);
setSolidName(String) - Method in class jvx.geom.PwPlatonic
Select a solid by specifying its name.
setSolidName(String) - Method in class vgp.discrete.platonic.PjPlatonic
Set name of platonic solid to be shown.
setSolidType(int) - Method in class jvx.geom.PwPlatonic
Select a solid by specifying its type.
setSource(PvDisplayIf) - Method in class jv.project.PvPickEvent
Set source display where this event occurred.
setSparseMatrix(PnSparseMatrix) - Method in class jvx.numeric.PnPreconditioner
Set the matrix to use in the preconditionert.
setSparseMatrix(PnSparseMatrix) - Method in class jvx.numeric.PnPreconditionerILU
 
setSparseMatrix(PnSparseMatrix) - Method in class jvx.numeric.PnPreconditionerJacobi
 
setSpecularColor(Color) - Method in class jv.geom.PgPointSet
Set specular color of geometry.
setSpecularColor(Color) - Method in class jv.project.PgJvxSrc
Set specular color of geometry.
setSpecularColor(Color) - Method in interface jv.project.PvGeometryIf
Set specular color of geometry.
setSpeed(double) - Method in class jvx.geom.PwExplode
Define the speed of parts of the geometry relative to the center of explosion.
setSpeed(double) - Method in class jvx.geom.PwGeodesicFlow
Sets the speed of the particles.
setSpeedType(int) - Method in class jv.anim.PsAnimation
Set the speed type of this animation among four different types.
setStandalone(boolean) - Method in class jvx.project.PjWorkshop
Set flag if current workshop is running standalone (default), that is, the workshop is not embedded inside another parent workshop.
setStartBary(PdBary) - Method in class jvx.geom.PwGeodesic
Set the starting point of the geodesic.
setStartElement(int) - Method in class jvx.geom.PwGeodesic
Set the element where the geodesic shall start in.
setState(int, boolean) - Method in class jv.geom.PgPointSet
Set drawing flags of this geometry from within the display.
setState(boolean) - Method in class jv.number.PuBoolean
Set state of boolean.
setState(Checkbox, boolean) - Static method in class jv.object.PsPanel
Assure that a checkbox has same state than corresponding boolean flag.
setState(int, boolean) - Method in class jv.project.PgGeometry
Set a drawing flag of this geometry.
setState(int, boolean) - Method in interface jv.project.PgGeometryIf
Set drawing flags of this geometry from within the display.
setState(int, boolean) - Method in class jv.project.PgJvxSrc
Set drawing flags of this geometry from within the display.
setState(int, boolean) - Method in interface jv.project.PvGeometryIf
Enable/disable the showing of parts of the geometry, e.g. set(PvGeometryIf.SHOW_VERTICES, true) enables the showing of vertices in the viewer.
setState(int, boolean) - Method in class jv.viewer.PvScene
 
setState(boolean) - Method in class vgp.tutor.updatePanel.MyClass
 
setStepsize(int) - Method in class jvx.numeric.PnBandEigenSolver
 
setStepSize(double) - Method in class jvx.numeric.PnLIC
Sets the stepsize of the runge-kutta integration method.
setStepSize(double) - Method in class jvx.vector.PwIntegralLine
Set the step size used for integration.
setStepSize(double) - Method in class jvx.vector.PwIntegralLineSet
Set the step size used for integration in makeIntegralLines().
setStepSize(double) - Method in class jvx.vector.PwSeeds
 
setStepWidth(double) - Method in class jvx.geom.PwSmooth
The step width is a factor the gradient of the actual flow is multiplied with at each iteration step.
setStereoType(int) - Method in class vgp.tutor.eventCamera.PjEventCamera
Set type of stereo projection.
setStopped(boolean) - Method in class jvx.numeric.PnConjugateGradient
Set maximal number of allowed iterations in dfrprmn.
setStoreElementBackColors(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if element back colors will be stored.
setStoreElementColors(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if element colors will be stored.
setStoreElementIndices(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if element indices will be stored.
setStoreElementNormals(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if element normals will be stored.
setStoreElementTextures(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if element textures will be stored.
setStoreElementVF(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if element vector fields will be stored.
setStoreLocalIndex(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if local indices should be stored.
setStoreVertexColors(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if vertex colors will be stored.
setStoreVertexIndices(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if vertex indices will be stored.
setStoreVertexNormals(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if vertex normals will be stored.
setStoreVertexTextures(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if vertex textures will be stored.
setStoreVertexVF(boolean) - Static method in class jvx.loader.PsJvzConfig
Set flag if vertex vector fields will be stored.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnAlignmentEnergy
Set domain and surface, and initialize energy structure.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnAreaEnergy
Set domain and surface, and initialize energy structure.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnAreaVolEnergy
Set domain and surface, and initialize energy structure.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnConfEnergy
Set domain and surface, and initialize energy structure.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnDiriEnergy
Set domain and surface, and initialize energy structure.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnEnergy
Set domain and surface, and initialize energy structure.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnEnergyMinimizer
Set references to domain and image surface.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnGaussEnergy
Set domain and surface, and initialize energy structure.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnHodgeU
Set domain and surface, and initialize energy structure.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnHodgeW
Set domain and surface, and initialize energy structure.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnSpringEnergy
Set domain and surface, and initialize energy structure.
setSurface(PgElementSet, PgElementSet) - Method in class jvx.numeric.PnVolumeEnergy
Set domain and surface, and initialize energy structure.
setSurface(PgElementSet) - Method in class jvx.surface.PgParmSurface
Deprecated.
obsolete since this class now derives from PgElementSet. Use this class instead.
setSurface(PgSurfaceDescr) - Method in class vgp.curve.common.PnSurfaceOde
 
setSurface(PgElementSet, int) - Method in class vgp.discrete.harmonic.PgSurfacePair
 
setSurfaceName(String) - Method in class vgp.curve.common.PjCurve
Set name of base surface on which curve will be computed.
setSurfaceName(String, String) - Method in class vgp.minimal.weier.PgWeierstrass
Find descriptor with given surfaceName.
setSurfaceName(String) - Method in class vgp.minimal.weier.PjWeierstrass
Choose a surface by its name.
setSurfaceName(String, String) - Method in class vgp.surface.common.PgSurface
Creates a surface descriptor and assign it using setDescr(PgSurfaceDescr descr).
setSurfaceNames(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.
setSurfaces(PgDomain, PgElementSet) - Method in class jvx.surface.PgGraph
Assign a domain and image surface which provide the data for this graph.
setSurfaces(PgElementSet, PgElementSet) - Method in class jvx.surface.PgSurfaceGraph
Assign a domain and image surface which provide the data for this graph.
setSurfaceVertex(int, PdVector) - Method in class jvx.surface.PgGraph
Assign vertex of surface with given index.
setSurfaceVertex(int, PdVector) - Method in class jvx.surface.PgSurfaceGraph
Assign vertex of surface with given index.
setSwitchedOn(boolean) - Method in interface jv.project.PvLightIf
Set flag if light is currently switched on within the scene, i.e. whether is contributes to the total light.
setSwitchedOn(boolean) - Method in class jv.viewer.PvLight
Set flag if light is currently switched on within the scene, i.e. whether is contributes to the total light.
setSymbol(String) - Method in class jv.object.PsObject
Set symbol, i.e. shortcut name, which identifies this object in equations.
setTag(int, boolean) - Method in class jv.loader.PgLoader
Set geometry tag of this loader manager.
setTag(int) - Method in class jv.object.PsObject
Set tag of object.
setTag(int) - Method in class jv.vecmath.P_Vector
Sets a single bit.
setTagElement(int, int) - Method in class jv.geom.PgElementSet
Set a tag of a element.
setTagElement(int, int) - Method in class jv.project.PgGeometry
Method does nothing and may be overridden by subclasses.
setTagElement(int, int) - Method in interface jv.project.PgGeometryIf
Set a tag of an element.
setTagPolygon(int, int) - Method in class jv.geom.PgPolygonSet
Set a tag of a polygon.
setTagPolygon(int, int) - Method in class jv.project.PgGeometry
Method does nothing and may be overridden by subclasses.
setTagPolygon(int, int) - Method in interface jv.project.PgGeometryIf
Set a tag of a polygon.
setTagVector(int, int) - Method in class jv.geom.PgVectorField
Sets the given tag for a vector.
setTagVertex(int, int) - Method in class jv.geom.PgPointSet
Set a tag of a vertex.
setTagVertex(int, int) - Method in class jv.project.PgGeometry
Method does nothing and may be overridden by subclasses.
setTagVertex(int, int) - Method in interface jv.project.PgGeometryIf
Set a tag of a vertex.
setTagVertex(int, int) - Method in class jv.project.PgJvxSrc
Set a tag of a vertex.
setText(String) - Method in class jv.loader.PgExport_Dialog
 
setText(TextComponent, String) - Static method in class jv.object.PsPanel
Update the content of a text field if the new content is different from the current content of the widget.
setText(Label, String) - Static method in class jv.object.PsPanel
Update the content of a label if the new content is different from the current content of the widget.
setText(String) - Method in class jv.objectGui.PsMultiLineLabel
Set text on this multi line label.
setText(String) - Method in class vgp.tutor.updatePanel.MyClass
 
setTextColor(Color) - Method in class jv.objectGui.PsMultiLineLabel
Set color of text, if null then default color of component is used.
setTexture(PgTexture) - Method in class jv.geom.PgPointSet
Copy current texture of surface and assign reference to current texture image.
setTexture(int[], int, int, int, int) - Method in interface jv.project.PvGeometryIf
Set texture image as array of pixels and image dimensions with no multiple repetition.
setTexture(int[], int, int, int, int, int, int, int, int) - Method in interface jv.project.PvGeometryIf
Set texture image as array of pixels and image dimensions with multiple repetition.
setTextureImage(Image) - Method in class jv.geom.PgPointSet
Set texture image for vertex and element textures.
setTextureImage(Image) - Method in class jv.project.PgGeometry
Set texture image for vertex and element textures.
setTextureImage(Image) - Method in interface jv.project.PgGeometryIf
Set texture image for vertex and element textures.
setTextureImage(Image) - Method in class jv.project.PgJvxSrc
Set image of texture.
setTextureImageBnd(PdVector[]) - Method in class jv.geom.PgTexture
Set bounds of texture image in normalized texture coordinates.
setTextureImageBnd(PdVector[]) - Method in class jv.project.PgJvxSrc
Set bounds of texture image in normalized texture coordinates.
setTextureImageName(String) - Method in class jv.geom.PgPointSet
Set name of texture image, a URL or a relative file name.
setTextureImageName(String) - Method in class jv.project.PgGeometry
Set name of texture image, a URL or a relative file name.
setTextureImageName(String) - Method in interface jv.project.PgGeometryIf
Set name of texture image, a URL or a relative file name.
setTextureImageName(String) - Method in class jv.project.PgJvxSrc
Set file name of texture image as relative path or protocol.
setTexturePeriodic(int) - Method in class jv.project.PgJvxSrc
Set number of repetitions of texture image in both directions.
setTextureSide(int) - Method in class jv.geom.PgTexture
Set flag whether texture is shown on front, back or both sides of a surface, if texture is shown at all.
setTextureSide(int) - Method in class jv.project.PgJvxSrc
Set flag whether texture is shown on front, back or both sides of a surface, if texture is shown at all.
setTextureTiling(Dimension) - Method in class jv.project.PgJvxSrc
Set number of repetitions of texture image in both directions.
setThickness(double) - Method in class jvx.curve.PgTube
Set radius respectively thickness of the tube.
setTiling(Dimension) - Method in class jv.geom.PgTexture
Set number of repetitions of texture image in both directions.
setTiling(int, int) - Method in class jv.geom.PgTexture
Set number of repetitions of texture image in both directions.
setTime(double) - Method in class jv.anim.PsAnimation
Set the time of the animation and the animation panel.
setTime(double) - Method in class jv.anim.PsKey
Set time of keyframe.
setTime(PsTimeEvent) - Method in class jv.anim.PsKeyframe
Refresh the interpolation geometry at the given time.
setTime(double) - Method in class jv.anim.PsKeyframe
Refresh the interpolation geometry at the given time.
setTime(double) - Method in class jv.anim.PsTimeEvent
Set the current time of the animation.
setTime(PsTimeEvent) - Method in interface jv.anim.PsTimeListenerIf
Animation updates the dynamic object through this method whenever time has changed.
setTime(PsTimeEvent) - Method in class jv.project.PjProject
Empty method, must be overwritten by subclasses to update dynamic object.
setTime(PsTimeEvent) - Method in class jvx.geom.PnExplodePolytope
Update PgPointSets for a new time value.
setTime(PsTimeEvent) - Method in class jvx.geom.PwEvolve
Compute evolution.
setTime(PsTimeEvent) - Method in class jvx.geom.PwExplode
Update the geometry for every new time step.
setTime(double) - Method in class jvx.geom.PwExplode
Compute the explosion of the geometry for a given time.
setTime(PsTimeEvent) - Method in class jvx.geom.PwGeodesicFlow
Moves the particles one step forward.
setTime(PsTimeEvent) - Method in class jvx.geom.PwUnfold
Set the time of the animation.
setTime(PsTimeEvent) - Method in class jvx.math.MathTimerListener
Animation updates the dynamic object through this method whenever time has changed.
setTime(long) - Method in class jvx.vector.PwLIC_IP
 
setTime(String) - Method in class jvx.vector.PwLIC_IP
 
setTime(PsTimeEvent) - Method in class jvx.vector.PwSeeds
 
setTime(PsTimeEvent) - Method in class vgp.curve.cycloid.PjCycloid
Recompute the project whenever the time has changed.
setTime(PsTimeEvent) - Method in class vgp.curve.surface.PjSurfCurve
 
setTime(PsTimeEvent) - Method in class vgp.discrete.curvature.PjCurvature
 
setTime(PsTimeEvent) - Method in class vgp.discrete.harmonic.PgSurfacePair
Required interface for PsTimeListenerIf
setTime(PsTimeEvent) - Method in class vgp.minimal.weier.PjWeierstrass
Update(time) is invoked by animation.
setTime(PsTimeEvent) - Method in class vgp.surface.common.PgSurface_CatenoidHelicoid
 
setTime(PsTimeEvent) - Method in class vgp.tutor.firstProject.MyProject
Method is called from animation(-panel) whenever time has changed since this project is registered as dynamic object in the animation.
setTimeInterval(double, double, double, double) - Method in class jv.anim.PsAnimation
Set interval in which time varies, and increments for time slider.
setTimeInterval(double, double) - Method in class jv.anim.PsAnimation
Set interval in which time varies.
setTimePageIncr(double) - Method in class jv.anim.PsAnimation
Set time increment of fast forward animation play.
setTimeStepIncr(double) - Method in class jv.anim.PsAnimation
Set time increment of standard animation play.
setTitle(String) - Method in class jv.loader.PjImportModel
Set title displayed on info panel.
setTitle(String) - Method in class jv.loader.PvDisplayOption
 
setTitle(String) - Method in class jv.object.PsPanel
Set string of main title of panel but do not add title to panel.
setTitle(String) - Method in class jv.project.PgGeometry
Set the title of a geometry which may be the same for several geometries of a scene indicating a grouping or other purposes.
setTitle(String) - Method in interface jv.project.PgGeometryIf
Set the title of a geometry which may be the same for several geometries of a scene indicating a grouping or other purposes.
setTitle(String) - Method in class jv.rsrc.PsJavaView
Set the title of the resource description.
setTitle(String) - Method in class jvx.number.PuHistogram
Set title of histogram.
setTitles(String[]) - Method in class jv.thirdParty.ruler.PgAxes
Deprecated.
use setNames(String []).
setTolerance(double) - Method in class jvx.numeric.PnConjugateGradientMatrix
Set desired convergence tolerance of solve.
setToRandomPosition(PgPointSetOnElementSet, int, int) - Static method in class jvx.vector.PwSeeds
Set the vertices from startIndex to endIndex-1 to a random position in a (almost) random element.
setToRandomPosition(PgPointSetOnElementSet) - Static method in class jvx.vector.PwSeeds
Set all points to random positions.
setTorsion(double) - Method in class vgp.minimal.helicoid.PgHelicoid
 
setTransformationMode(int) - Method in interface jv.project.PvDisplayIf
Enable transformation of modeling matrix M of single geometry rather than transforming the whole scene by modifying project P and view V matrices.
setTransformationMode(int) - Method in class jv.viewer.PvDisplay
Enable transformation of modeling matrix M of single geometry rather than transforming the whole scene by modifying project P and view V matrices.
setTransformMode(int) - Method in class jv.loader.PvDisplayOption
Set transformation of display, i.e. if scene, model or ambient transformation is active.
setTransMatrix(int, PdMatrix) - Method in interface jv.project.PvCameraIf
Set transformation matrices PV, P, V and their inverses in current camera and display.
setTransMatrix(int, PdMatrix) - Method in interface jv.project.PvDisplayIf
Set transformation matrix or components in current camera and display.
setTransMatrix(int, PdMatrix) - Method in class jv.viewer.PvCamera
Set transformation matrices PV, P, V and their inverses in current camera and display.
setTransMatrix(int, PdMatrix) - Method in class jv.viewer.PvDisplay
Set transformation matrices PV, P, V and their inverses in current camera and display.
setTransparency(double) - Method in class jv.geom.PgPointSet
Set transparency of geometry.
setTransparency(double) - Method in class jv.project.PgJvxSrc
Set transparency of geometry.
setTransparency(double) - Method in interface jv.project.PvGeometryIf
Set transparency in [0, 1] where 0 corresponds to opaque and 1 to fully transparent.
setType(boolean) - Method in class jv.object.PsStackLayout
Set flag if stack is vertical (default, true) or horizontal.
setType(int) - Method in class jv.project.PgGeometry
Set type of geometry, for example PvGeometryIf#GEOM_POINT_SET and PvGeometryIf#GEOM_ELEMENT_SET.
setType(String) - Method in class jv.rsrc.PsXmlNode
Set name of xml type identifying the element.
setTypeOfInfoPanel(int) - Method in class jv.loader.PjImportModel
Set type of info panel.
setUMax(int) - Method in class jv.geom.PgTexture
Set upper width of used region in texture image.
setUMax(double) - Method in class jvx.surface.PgDomainDescr
 
setUMax(int, double) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Set maximum u value for a patch domain.
setUMin(int) - Method in class jv.geom.PgTexture
Set lower width value of used region in texture image.
setUMin(double) - Method in class jvx.surface.PgDomainDescr
 
setUMin(int, double) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Set minimum u value for a patch domain.
setUpdateDomain(boolean) - Method in class jvx.numeric.PnEnergyMinimizer
Set flag which enables the updating of the domain with the current surface after every minimization step.
setUpVector(PdVector) - Method in interface jv.project.PvCameraIf
Set normalized up vector of camera in world coordinates.
setUpVector(PdVector) - Method in class jv.thirdParty.ruler.PgRuler
Deprecated.
since JavaView 3.12.002, upVector is automatically computed when dir or normal is assigned.
setUpVector(PdVector) - Method in class jv.viewer.PvCamera
Set normalized up vector of camera in world coordinates.
setURL(String) - Method in class jv.vecmath.P_Vector
Set name of vector, e.g. to be shown in display.
setUseConstrainMatrix(boolean) - Method in class jvx.numeric.PnEnergy
 
setUserBase(String) - Static method in class jv.object.PsConfig
 
setUseStabilized(boolean) - Method in class jvx.numeric.PnBiconjugateGradient
If set true to use the stabilized biconjugate gradient method.
setValence(int) - Method in class jv.geom.PgEdgeStar
Set currently number of adjacent elements sharing this edge.
setValue(double) - Method in class jv.number.PuDouble
Set value of double, and adjust slider if visible.
setValue(int) - Method in class jv.number.PuInteger
Set value of int, and adjust slider if visible.
setValue(double) - Method in class jv.thirdParty.expr.Variable
Set current value of variable.
setVariables(String[]) - Method in class jv.function.PuFunction
Add symbols of variables in all expressions.
setVector(int, PdVector) - Method in class jv.geom.PgVectorField
Copies vector to vector field at specified index.
setVector(int, double) - Method in class jv.geom.PgVectorField
Sets vector at given index as scalar value, i.e. as 1-dim vector.
setVector(int, double, double) - Method in class jv.geom.PgVectorField
Sets vector at given index to the 2-dim vector (x,y).
setVector(int, double, double, double) - Method in class jv.geom.PgVectorField
Sets vector at given index to the 3-dim vector (x,y,z).
setVector(PdVector[], String[], int, int) - Method in class jv.number.PdArray_IP
 
setVector(PdVector) - Method in class jv.number.PdVector_IP
Set the vector which supplies the content of this panel.
setVector(PiVector[], String[], int, int) - Method in class jv.number.PiArray_IP
 
setVector(PiVector) - Method in class jv.number.PiVector_IP
Set the vector which supplies the content of this panel.
setVectorColors(Color[]) - Method in class jv.geom.PgVectorField
Copy vector colors of list to existing array of vector colors.
setVectorColors(int, Color[]) - Method in class jv.project.PgJvxSrc
Copy vector colors of list to existing array of vector colors.
setVectorColors(int, Color[]) - Method in interface jv.project.PvGeometryIf
Copy vector colors of list to existing array of vector colors.
setVectorElementBased(int, boolean) - Method in class jv.project.PgJvxSrc
Set flag whether vector field is element based or vertex based.
setVectorElementBased(int, boolean) - Method in interface jv.project.PvGeometryIf
Set flag if vector field is element based or vertex based.
setVectorField(PdBaryDir[]) - Method in class jvx.numeric.PnElementRK
Sets intrinsic vector field given at element centers.
setVectorField(PgVectorField) - Method in class jvx.numeric.PnElementRK
Sets intrinsic vector field as projection of extrinsic vector field given at element centers.
setVectorField(PgVectorField) - Method in class jvx.numeric.PnHodgeU
Set vector field.
setVectorField(PgVectorField) - Method in class jvx.numeric.PnHodgeW
Set vector field.
setVectorField(int[], PdBaryDir[], int[]) - Method in class jvx.numeric.PnTranslationRK
Sets vector field and calculates needed data.
setVectorField(PdBaryDir[][]) - Method in class jvx.numeric.PnVertexRK
Set intrinsic vector field given at vertices.
setVectorField(PgVectorField) - Method in class jvx.numeric.PnVertexRK
Set intrinsic vector field as projection of extrinsic vector field given at vertices.
setVectorField(PdBaryDir[][]) - Method in class jvx.numeric.PnVertexRKIgnoreDirection
Set intrinsic vector field given at vertices.
setVectorField(PgVectorField) - Method in class jvx.numeric.PnVertexRKIgnoreDirection
Set intrinsic vector field as projection of extrinsic vector field given at vertices.
setVectorFieldIndex(int) - Method in class jvx.vector.PwIntegralLine
Set the vector field that will be integrated by index in the element set as set by setGeometry(PgGeometry), beginning with index 0.
setVectorFieldIndex(int) - Method in class jvx.vector.PwIntegralLineSet
Set the vector field that will be integrated by index in the element set as set by setGeometry(PgGeometry), beginning with index 0.
setVectorFieldIndex(int) - Method in class jvx.vector.PwLIC
Set the vector field that will be visualized by index in the element set as set by setGeometry(PgGeometry), beginning with index 0.
setVectorFieldIndex(int) - Method in class jvx.vector.PwSeeds
 
setVectorFieldName(int, String) - Method in class jv.project.PgJvxSrc
Set name of vector field.
setVectorGrid(PdVector, PdVector, int, int, int) - Method in class vgp.volume.mc.PnMarchingCubes
Set the dimension and bounding box of the vector grid.
setVectorGrid(int, int, int, PdVector, PdVector, PdVector, PdVector) - Method in class vgp.volume.mc.PnMarchingCubes
Set the dimension and distortion of the bounding box.
setVectors(PdVector[]) - Method in class jv.geom.PgVectorField
Copy all vectors of vector list to an existing array of vectors.
setVectors(int, PdVector[]) - Method in class jv.project.PgJvxSrc
Copy all vectors of vector list to existing array of vectors.
setVectors(int, PdVector[]) - Method in interface jv.project.PvGeometryIf
Copy all vectors of vector list to existing array of vectors.
setVersion(String) - Method in class jv.loader.PvDisplayOption
 
setVersion(String) - Method in class jv.project.PgGeometry
 
setVersionType(String) - Method in class jv.loader.PvDisplayOption
 
setVersionType(String) - Method in class jv.project.PgGeometry
 
setVertDim(int) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Set dimension of vertices.
setVertex(int, PdVector) - Method in class jv.geom.PgPointSet
Copy new vertex to vertex at specified position in the vertex list.
setVertex(int, double) - Method in class jv.geom.PgPointSet
Copy new coordinate to vertex at specified position in the vertex list.
setVertex(int, double, double) - Method in class jv.geom.PgPointSet
Copy new coordinates to vertex at specified position in the vertex list.
setVertex(int, double, double, double) - Method in class jv.geom.PgPointSet
Copy new coordinates to vertex at specified position in the vertex list.
setVertex(int, PdVector) - Method in class jv.project.PgGeometry
Method does nothing and may be overridden by subclasses.
setVertex(int, PdVector) - Method in interface jv.project.PgGeometryIf
Allow setting the coordinates of a single vertex.
setVertex(int, PdVector) - Method in class jv.project.PgJvxSrc
Copy new vertex to vertex at specified position in the vertex list
setVertex(PdVector) - Method in class jv.project.PvCameraEvent
Set position of cursor in world coordinate of scene in display.
setVertex(PdVector) - Method in class jv.project.PvPickEvent
Set the point on the geometry nearest to the picked vertex, i.e. the intersection of the pick ray (viewBase,viewDir) with the geometry.
setVertex(int, int, PdBary) - Method in class jvx.geom.PgPolygonOnElementSet
Deprecated.
since JavaView 3.96.006, use setVertexBary(int, int, PdBary) instead.
setVertex(int, PdBary) - Method in class jvx.geom.PgPolygonOnElementSet
Deprecated.
since JavaView 3.96.006, use setVertexBary(int, int, PdBary) instead.
setVertex(PdVector[]) - Method in class jvx.loader.PgMacroPatch
Set reference to array of macro vertices.
setVertexBary(PdBary[]) - Method in class jvx.geom.PgPointSetOnElementSet
Set vector of barycentric position.
setVertexBary(int, int, PdBary) - Method in class jvx.geom.PgPointSetOnElementSet
Set barycentric coordinate and element index of vertex at given index, and also update the position of the corresponding vertex.
setVertexBary(int, PdBary) - Method in class jvx.geom.PgPointSetOnElementSet
Set barycentric coordinate and element index of vertex at given index, and also update the position of the corresponding vertex.
setVertexBary(PdBary[]) - Method in class jvx.geom.PgPointSetOnPolygon
Set vector of barycentric position.
setVertexBary(int, int, PdBary) - Method in class jvx.geom.PgPointSetOnPolygon
Set barycentric coordinate and element index of vertex at given index, and also update the position of the corresponding vertex.
setVertexBary(int, PdBary) - Method in class jvx.geom.PgPointSetOnPolygon
Set barycentric coordinate and element index of vertex at given index, and also update the position of the corresponding vertex.
setVertexBary(int, int, PdBary) - Method in class jvx.geom.PgPolygonOnElementSet
Set barycentric coordinate and element index of vertex at given index, and also update the position of the corresponding vertex.
setVertexBary(int, PdBary) - Method in class jvx.geom.PgPolygonOnElementSet
Set barycentric coordinate and element index of vertex at given index, and also update the position of the corresponding vertex.
setVertexBary(int, int, PdBary) - Method in class jvx.geom.PgPolygonSetOnElementSet
Set barycentric coordinate and element index of vertex at given index, and also update the position of the corresponding vertex.
setVertexBary(int, PdBary) - Method in class jvx.geom.PgPolygonSetOnElementSet
Set barycentric coordinate and element index of vertex at given index, and also update the position of the corresponding vertex.
setVertexColor(int, Color) - Method in class jv.geom.PgPointSet
Copy new color to vertex color at specified position in the color list.
setVertexColors(Color[]) - Method in class jv.geom.PgPointSet
Copy vertex colors of list to existing array of vertex colors.
setVertexColors(Color[]) - Method in class jv.project.PgJvxSrc
Copy vertex colors of list to existing array of vertex colors.
setVertexColors(Color[]) - Method in interface jv.project.PvGeometryIf
Set array of vertex colors.
setVertexFunctions(String[][]) - Method in class jv.project.PgJvxSrc
Assign functions for each vertex of the vertex list.
setVertexInd(PiVector) - Method in class jv.geom.PgBndPolygon
 
setVertexInd(int) - Method in class jv.project.PvPickEvent
Set index of vertex in vertex array of picked geometry if pick was close to a vertex.
setVertexNearest(PdVector) - Method in class jv.project.PvPickEvent
Deprecated.
use setVertex(PdVector)
setVertexNormal(int, PdVector) - Method in class jv.geom.PgPointSet
Copy new normal to vertex normal at specified position in the normal list.
setVertexNormals(PdVector[]) - Method in class jv.geom.PgPointSet
Copy vertex normals of list to existing array of vertex normals.
setVertexNormals(PdVector[]) - Method in class jv.project.PgJvxSrc
Copy vertex normals of list to existing array of vertex normals.
setVertexNormals(PdVector[]) - Method in interface jv.project.PvGeometryIf
Set array of vertex normal vectors.
setVertexSize(int, double) - Method in class jv.geom.PgPointSet
Assign a new relative vertex size at specified position in the size list.
setVertexSizes(PdVector) - Method in class jv.geom.PgPointSet
Assign a set of relative vertex sizes.
setVertexSizes(PdVector) - Method in class jv.project.PgJvxSrc
Copy vertex sizes of list to existing array of vertex sizes.
setVertexSizes(PdVector) - Method in interface jv.project.PvGeometryIf
Set individual thickness of all vertices.
setVertexTexture(int, PdVector) - Method in class jv.geom.PgPointSet
Copy new texture to vertex texture at specified position in the texture list.
setVertexTextures(PdVector[]) - Method in class jv.geom.PgPointSet
Use the given textures coordinates as vertex-based texture coordinates.
setVertexTextures(PdVector[]) - Method in class jv.project.PgJvxSrc
Copy vertex textures of list to existing array of vertex textures.
setVertexTextures(PdVector[]) - Method in interface jv.project.PvGeometryIf
Set array of vertex texture coordinates.
setVertexType(PiVector[]) - Method in class jvx.loader.PgMacroPatch
 
setVertices(PdVector[]) - Method in class jv.geom.PgPointSet
Copy the first getNumVertices() vertices of source array into an existing vertex array.
setVertices(PdVector[]) - Method in class jv.project.PgJvxSrc
Copy all vertices of vertex list to existing array of vertices.
setVertices(PdVector[]) - Method in interface jv.project.PvGeometryIf
Set array of vertex coordinates.
setVertices(int, Vector) - Method in class jvx.geom.PnTree
Set vector of vertex positions.
setViewBase(PdVector) - Method in class jv.project.PvPickEvent
Set position of cursor in world coordinate of scene in display.
setViewDir(PdVector) - Method in interface jv.project.PvCameraIf
Set viewing direction as the vector pointing from the camera to its interest.
setViewDir(PdVector) - Method in class jv.project.PvPickEvent
Set viewing direction as the vector pointing from the camera to its interest.
setViewDir(PdVector) - Method in class jv.viewer.PvCamera
Set viewing direction as the vector pointing from the camera to its interest.
setViewer(PvViewerIf) - Method in class jv.project.PgGeometry_Menu
Set viewer enable access to displays and inspectors.
setViewer(PvViewerIf) - Method in class jv.project.PjProject
Set viewer for direct access to central dialogs, windows, and projects of JavaView.
setViewer(PvViewerIf) - Method in interface jv.project.PjWorkshopIf
Set the active display when this workshop was launched.
setViewer(PvViewerIf) - Method in interface jv.project.PvDisplayIf
Set the viewer manager of display, which manages multiple displays and is key listener.
setViewer(PvViewerIf) - Method in class jv.viewer.PvDisplay
Set the viewer manager of display, which manages multiple displays and is key listener.
setViewer(PvViewerIf) - Method in class jvx.loader.PsExportInfo
Set the viewer and ask for recent geometry file.
setViewer(PvViewerIf) - Method in class jvx.project.PjWorkshop
Set the viewer manager when this workshop was launched.
setVisible(boolean) - Method in class jv.loader.PgFileDialog
Deprecated.
use show() or hide()
setVisible(boolean) - Method in class jv.object.PsPanel
Override Component.setVisible(boolean) to give panel a chance to update its content when is becomes visible.
setVisible(String) - Method in class jv.objectGui.PsTabPanel
Switch to panel with given name.
setVisible(boolean) - Method in class jv.project.PgGeometry
Set the visibility flag of the geometry.
setVisible(boolean) - Method in interface jv.project.PgGeometryIf
Set geometry to be hidden or visible in display.
setVisible(boolean) - Method in interface jv.project.PvGeometryIf
Set geometry to be hidden or visible in display.
setVisible(String) - Method in class jvx.surface.PgGraph_CP
 
setVisible(String) - Method in class jvx.surface.PgParmSurface_CP
 
setVisibleComponent(int, boolean) - Method in class jvx.vector.PwHodge
 
setVisibleFeat(int, boolean) - Method in class jvx.vector.PwHodge
 
setVisibleGraph(int, boolean) - Method in class jvx.vector.PwHodge
 
setVisibleModeling(boolean) - Method in class vgp.discrete.platonic.PjPlatonic
Set visibility of modeling panel and operations.
setVisibleReplaceChoice(boolean) - Method in class jv.loader.PjImportModel
Show two choices in info panel which allow adding or replacing existing geometry.
setVisibleSolid(boolean) - Method in class vgp.discrete.platonic.PjPlatonic
Set visibility of solid in display.
setVisibleTube(boolean) - Method in class vgp.discrete.platonic.PjPlatonic
Set visibility of tube in display.
setVMax(int) - Method in class jv.geom.PgTexture
Set upper height of used region in texture image.
setVMax(double) - Method in class jvx.surface.PgDomainDescr
 
setVMax(int, double) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Set maximum v value for a patch domain.
setVMin(int) - Method in class jv.geom.PgTexture
Set lower height value of used region in texture image.
setVMin(double) - Method in class jvx.surface.PgDomainDescr
 
setVMin(int, double) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Set minimum v value for a patch domain.
setWaist(int) - Method in class vgp.discrete.lantern.PgLantern
 
setWaistDiscr(int) - Method in class vgp.minimal.catenoid.PgCatenoid
 
setWarning(boolean) - Static method in class jv.object.PsDebug
Enable recording of warning messages in JavaView console.
setWeight(int) - Method in class jvx.geom.PwUnfold
Set the weight used to compute the unfolding.
setWeighted(boolean) - Method in class vgp.volume.mc.PnMarchingCubes
Set whether the position of new vertices should be weighted on the function values of the corners of the cube.
setWindings(int, int) - Method in class vgp.tutor.torusknot.PjTorusKnot
 
setWindowPosition(Point) - Method in class jv.loader.PvDisplayOption
Set upper left corner of frame containing the display.
setWindowPosition(int, int) - Method in class jv.loader.PvDisplayOption
deprecated use setWindowPosition(Point)
setWindowSize(Dimension) - Method in class jv.loader.PvDisplayOption
Set size of display within its frame.
setWindowSize(int, int) - Method in class jv.loader.PvDisplayOption
deprecated use setWindowSize(Dimension)
setWorldConvolutionWidth(double) - Method in class jvx.numeric.PnLIC
Sets normal (one-velocity) convolution width along integral lines in world coordinates.
setXAxisLabel(String) - Method in class jvx.number.PuHistogram
Set label of horizontal and vertical axis.
setXml(PsXmlSrc) - Static method in class jv.rsrc.PsJavaView
Fill this instance with data from an XML source, for example, previously read from file.
setXml(PsXmlSrc) - Method in class jv.rsrc.PsLicense
Fill this instance with data from an XML source, for example, previously read from file.
setXml(PsXmlSrc) - Method in class jvx.rsrc.PsModelInfo
Fill this instance with data from an XML source, for example, previously read from file.
setXmlNode(PsXmlNode) - Method in class jv.rsrc.PsAuthorInfo
Fill this instance with data from an XML node, for example, previously read from file.
setXmlNode(PsXmlNode, PsXmlNode) - Method in class jv.rsrc.PsGeometryInfo
Fill this instance with data from an XML source, for example, previously read from file.
setXORMode(Color) - Method in class jv.loader.PSGr
Sets the paint mode to alternate between the current color and the new specified color.
setXSize(double) - Method in class jvx.surface.PgGenusSurface
Set size of surface.
setXSizeOfHoles(double) - Method in class jvx.surface.PgGenusSurface
Set the length of the holes relative to the length of the surface and the number of holes.
setYAxisLabel(String) - Method in class jvx.number.PuHistogram
Set label of horizontal and vertical axis.
setYSize(double) - Method in class jvx.surface.PgGenusSurface
Set size of surface.
setYSizeOfHoles(double) - Method in class jvx.surface.PgGenusSurface
Set the width of the holes relative to the width of the surface and the number of holes.
setZentralblatt(String) - Method in class jv.rsrc.PsGeometryInfo
 
setZero() - Method in class jv.vecmath.PdBaryDir
Set all entries to a constant zero value.
setZeroBounds(boolean) - Method in class jvx.vector.PwHodge
Whether the two resulting potentials should be zero on the boundary.
setZeroBoundsU(boolean) - Method in class jvx.vector.PwHodge
Sets zero boundary condition of potential of rotation free part (so this vector field is tangential to boundary edges if set).
setZeroBoundsV(boolean) - Method in class jvx.vector.PwHodge
Sets zero boundary condition of potential of divergence free part (so this part is orthogonal to boundary edges if set).
setZeroGradientAtBounds(boolean) - Method in class jvx.numeric.PnEnergy
Constrains the gradient at the boundary to zero or not, if the boundary polygons of the geometry do not exist or have no boundary constraints.
setZoom(float) - Method in class jv.loader.PSGr
Set zoom factor to undo previous pixel scaling.
setZSize(double) - Method in class jvx.surface.PgGenusSurface
Set size of surface.
SHADING_FULLSPHERE - Static variable in interface jv.project.PvLightIf
Shading function illuminates full of sphere with decay towards opposite pole.
SHADING_HALFSPHERE - Static variable in interface jv.project.PvLightIf
Shading function illuminates visible half of sphere with decay towards equator.
SHADING_SYMMETRIC - Static variable in interface jv.project.PvLightIf
Shading function illuminates full sphere with symmetric half sphere shading.
SHADOW - Static variable in class vgp.curve.common.PjCurve
 
shift(int) - Method in class jv.vecmath.PdVector
Shift components in cyclic order within the array.
shift(int) - Method in class jv.vecmath.PiVector
Shift components in cyclic order within the array.
SHORTEST - Static variable in class jvx.geom.PwGeodesic
Method is set to this if pick events shall result in computation of shortest geodesics.
SHORTEST_DIJKSTRA - Static variable in class jvx.geom.PwGeodesic
Initial triangle run for SHORTEST is selected by smallest face-dijkstra distance.
SHORTEST_DIJKSTRA_REUSE - Static variable in class jvx.geom.PwGeodesic
Initial triangle run for SHORTEST is selected by smallest face-dijkstra distance if new end/start face is not neighbouring old end/start face.
SHORTEST_ELEMENT_TREE - Static variable in class jvx.geom.PwGeodesic
Initial triangle run for SHORTEST is selected by smallest face-dijkstra distance.
SHORTEST_EUCL_DIJKSTRA - Static variable in class jvx.geom.PwGeodesic
Initial triangle run for SHORTEST is selected by smallest euclidean face-dijkstra distance.
show() - Method in class jv.loader.PgFileDialog
Show file dialog and block all other user interaction.
SHOW_3DLOOK - Static variable in class jv.loader.PvDisplayOption
Enable 3D look of lines and points.
SHOW_ADAPTIVE_SIZE - Static variable in class jv.loader.PvDisplayOption
Enable adaptive size of lines and points.
SHOW_ANTIALIAS - Static variable in class jv.loader.PvDisplayOption
Enable antialiasing of display.
SHOW_AUTOCENTER - Static variable in class jv.loader.PvDisplayOption
Enable auto rotation in display.
SHOW_AUTOFIT - Static variable in class jv.loader.PvDisplayOption
Enable auto rotation in display.
SHOW_AUTOROTATE - Static variable in class jv.loader.PvDisplayOption
Enable auto rotation in display.
SHOW_AXES - Static variable in class jv.loader.PvDisplayOption
Enable drawing of a coordinate axes around scene in the display.
SHOW_AXES_AUTO_BOUNDS - Static variable in class jv.loader.PvDisplayOption
Flag specifies whether axes is in auto-bounds mode.
SHOW_AXES_AUTO_CONFIGURE - Static variable in class jv.loader.PvDisplayOption
Deprecated.
since JavaView 3.62.001, use SHOW_AXES_AUTO_HASHING.
SHOW_AXES_AUTO_HASHING - Static variable in class jv.loader.PvDisplayOption
Flag specifies whether axes is in auto-hashing mode.
SHOW_AXES_AUTO_LAYOUT - Static variable in class jv.loader.PvDisplayOption
Flag specifies whether axes is in auto-layout mode.
SHOW_AXES_LABEL - Static variable in class jv.loader.PvDisplayOption
Deprecated.
used SHOW_AXES_NUMBERS
SHOW_AXES_NAME - Static variable in class jv.loader.PvDisplayOption
Enable drawing of name of coordinate axes.
SHOW_AXES_NUMBERS - Static variable in class jv.loader.PvDisplayOption
Enable drawing of numbers of coordinate axes.
SHOW_AXES_TITLE - Static variable in class jv.loader.PvDisplayOption
Deprecated.
use SHOW_AXES_NAME
SHOW_BACKFACE - Static variable in interface jv.project.PvGeometryIf
 
SHOW_BACKGROUND_IMAGE - Static variable in class jv.loader.PvDisplayOption
Enable drawing of image in the background.
SHOW_BNDBOX - Static variable in interface jv.project.PvGeometryIf
 
SHOW_BORDER - Static variable in class jv.loader.PvDisplayOption
Enable drawing of sunk border around display canvas.
SHOW_BOUNDARIES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_BOUNDING_BOX - Static variable in class jv.loader.PvDisplayOption
Enable drawing of bounding box around scene.
SHOW_BOX_RATIO - Static variable in class jv.loader.PvDisplayOption
Enable usage of different scaling of axis.
SHOW_CENTER - Static variable in class jv.loader.PvDisplayOption
Enable drawing of center of geometries.
SHOW_CENTER - Static variable in interface jv.project.PvGeometryIf
 
SHOW_CLEAR_SCREEN - Static variable in class jv.loader.PvDisplayOption
Enable reduction of number of edge drawings, each face edge is drawn only once.
SHOW_CLIP_AUTO_BOUNDS - Static variable in class jv.loader.PvDisplayOption
Flag specifies whether clipRange is in auto-bounds mode.
SHOW_CLIP_BOUNDS - Static variable in class jv.loader.PvDisplayOption
Enable clipping of coordinate axes.
SHOW_COPYRIGHT - Static variable in class jv.loader.PvDisplayOption
Enable drawing of copyright information.
SHOW_CROSS - Static variable in class jv.loader.PvDisplayOption
Enable drawing of cross at current cursor position.
SHOW_DEPTHCUE - Static variable in class jv.loader.PvDisplayOption
Enable drawing of sunk border around display canvas.
SHOW_DIRECT_SELECT - Static variable in class jv.loader.PvDisplayOption
Enable selection of geometries by simple pick with mouse.
SHOW_DOUBLEBUFFER - Static variable in class jv.loader.PvDisplayOption
Enable drawing of a double buffered image in display canvas, default enabled.
SHOW_DRAWING - Static variable in class jv.loader.PvDisplayOption
Enable drawing in display canvas, default enabled.
SHOW_EDGE_AURA - Static variable in class jv.loader.PvDisplayOption
Enable drawing of aura in background color around each edge.
SHOW_EDGE_COLOR_FROM_ELEMENTS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_EDGE_COLOR_FROM_VERTICES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_EDGE_COLORS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_EDGE_LABELS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_EDGE_SIZES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_EDGES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_EDGES_ONCE - Static variable in class jv.loader.PvDisplayOption
Enable reduction of number of edge drawings, each face edge is drawn only once.
SHOW_ELEMENT_BACK_COLOR - Static variable in interface jv.project.PvGeometryIf
 
SHOW_ELEMENT_BACK_COLORS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_ELEMENT_COLOR_FROM_VERTICES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_ELEMENT_COLORS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_ELEMENT_LABELS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_ELEMENT_NORMAL_ARROW - Static variable in interface jv.project.PvGeometryIf
 
SHOW_ELEMENT_NORMALS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_ELEMENT_TEXTURE - Static variable in interface jv.project.PvGeometryIf
 
SHOW_ELEMENTS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_FILL_DISPLAY - Static variable in class jv.loader.PvDisplayOption
Determines if filling of display is enabled.
SHOW_FOREGROUND_IMAGE - Static variable in class jv.loader.PvDisplayOption
Enable drawing of image in the foreground.
SHOW_FRAME - Static variable in class jv.loader.PvDisplayOption
Enable drawing of a small coordinate frame in the lower left corner of the display.
SHOW_INDICES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_INFO - Static variable in class jv.loader.PvDisplayOption
Enable drawing of additional information close to cursor in overlay window.
SHOW_INTEGER_PICK - Static variable in class jv.loader.PvDisplayOption
Enable picking constraint to an integer grid.
SHOW_LIGHTING - Static variable in class jv.loader.PvDisplayOption
Enable drawing of sunk border around display canvas.
SHOW_LOCAL_TRANSFORM - Static variable in class jv.loader.PvDisplayOption
Use local coordinate system of geometry to calculate transformations.
SHOW_MAGNET - Static variable in class jv.loader.PvDisplayOption
Attach cursor to vertices of nearby.
SHOW_NAME - Static variable in interface jv.project.PvGeometryIf
Enables showing of the name of a geometry.
SHOW_OUTLINE - Static variable in interface jv.project.PvGeometryIf
Deprecated.
use SHOW_SILHOUETTE
SHOW_POLYGON_COLORS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_POLYGON_END_ARROW - Static variable in interface jv.project.PvGeometryIf
 
SHOW_POLYGON_LABELS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_POLYGON_NORMAL_ARROW - Static variable in interface jv.project.PvGeometryIf
Enables drawing of polygon normals.
SHOW_POLYGON_NORMALS - Static variable in interface jv.project.PvGeometryIf
Enables drawing of polygon normals.
SHOW_POLYGON_SIZES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_POLYGON_START_ARROW - Static variable in interface jv.project.PvGeometryIf
 
SHOW_POLYGONS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_SILHOUETTE - Static variable in interface jv.project.PvGeometryIf
Draw a thickened line along the silhouette of a surface.
SHOW_SINGLE - Static variable in class jv.loader.PvDisplayOption
Restrict drawing to a single geometry at the same time.
SHOW_SMOOTH_EDGE_COLORS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_SMOOTH_ELEMENT_COLORS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_SMOOTH_LIGHTING - Static variable in interface jv.project.PvGeometryIf
 
SHOW_SMOOTH_SHADING - Static variable in interface jv.project.PvGeometryIf
 
SHOW_SORTING - Static variable in class jv.loader.PvDisplayOption
Enable sorting of geometry items according to Painter's algorithm.
SHOW_TAGGED_BOUNDARIES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_TAGGED_EDGES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_TAGGED_ELEMENTS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_TAGGED_POLYGONS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_TAGGED_VERTICES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_TEXTURE_BACK - Static variable in interface jv.project.PvGeometryIf
 
SHOW_TEXTURE_FRONT - Static variable in interface jv.project.PvGeometryIf
 
SHOW_TITLE - Static variable in class jv.loader.PvDisplayOption
Enable showing of title of display north in the display.
SHOW_TITLE - Static variable in interface jv.project.PvGeometryIf
Enables showing of the grouping title of a geometry.
SHOW_TRANSPARENCY - Static variable in interface jv.project.PvGeometryIf
 
SHOW_VECTOR_ARROWS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_VECTOR_COLORS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_VECTORS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_VERTEX_COLORS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_VERTEX_LABELS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_VERTEX_NORMAL_ARROW - Static variable in interface jv.project.PvGeometryIf
 
SHOW_VERTEX_NORMALS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_VERTEX_OUTLINE - Static variable in interface jv.project.PvGeometryIf
Draw a black circle around the (optionally colored) disk which is used to render of each vertex.
SHOW_VERTEX_SIZES - Static variable in interface jv.project.PvGeometryIf
Enables use of individual thickness of vertices of a geometry.
SHOW_VERTEX_TEXTURE - Static variable in interface jv.project.PvGeometryIf
 
SHOW_VERTICES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_VISIBLE - Static variable in class jv.loader.PvDisplayOption
Enable visibility of display.
SHOW_XY_GRID - Static variable in class jv.loader.PvDisplayOption
Enable drawing of coordinate grid in xy plane.
SHOW_XZ_GRID - Static variable in class jv.loader.PvDisplayOption
Enable drawing of coordinate grid in xz plane.
SHOW_YZ_GRID - Static variable in class jv.loader.PvDisplayOption
Enable drawing of coordinate grid in yz plane.
SHOW_ZBUFFER - Static variable in class jv.loader.PvDisplayOption
Enable drawing in z-buffer mode.
showAllFrames() - Method in class jv.viewer.PvViewer
Bring all frames to front (unless a frame is minimized).
showAllViews(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable drawing of copyright information in the display window.
showArrow(boolean) - Method in class jv.thirdParty.ruler.PgRuler
 
showAsNormalVariation(boolean) - Method in class jvx.surface.PgSurfaceGraph
Flag if graph surfaceIn3D->1D is shown as domain evoluted along vertex normal.
showAxes(boolean) - Method in interface jv.project.PvDisplayIf
Set visibility of axes active geometry, and create axes if not available.
showAxes(boolean) - Method in class jv.viewer.PvDisplay
Set visibility of axes active geometry, and create axes if not available.
showBackface(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of backfacing elements whose normal points away from camera.
showBackface(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of backfacing elements whose normal points away from camera.
showBackgroundImage(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable drawing of background image of display window.
showBackgroundImage(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable drawing of background image of display window.
showBackImage(boolean) - Method in class jv.viewer.PvDisplay
Deprecated.
use showBackgroundImage(boolean)
showBillard() - Method in class vgp.discrete.ellipse.PjEllipse
 
showBnd(int, boolean) - Method in class jv.project.PgJvxSrc
Set visibility of boundary polygon.
showBnd(int, boolean) - Method in interface jv.project.PvGeometryIf
Set visibility of boundary polygon.
showBndBox(boolean) - Method in class jv.project.PgGeometry
Set flag to enable drawing of bounding box.
showBndBox(boolean) - Method in interface jv.project.PvDisplayIf
Set visibility of bounding box active geometry, and create bounding box if not available.
showBndBox(boolean) - Method in class jv.viewer.PvDisplay
Set visibility of bounding box of active geometry, and create bounding box if not available.
showBndMaterials(int, boolean) - Method in class jv.project.PgJvxSrc
Set flag if this boundary polygon uses its own material properties instead of inheriting material properties of the base geometry.
showBndMaterials(int, boolean) - Method in interface jv.project.PvGeometryIf
Set flag if this boundary polygon uses its own material properties instead of inheriting material properties of the base geometry.
showBoundaries(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of boundary curves.
showBoundaries(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of boundary curves.
showCamera(boolean) - Method in class jv.viewer.PvDisplay
Set visibility of active camera in this display, and create camera geometry if not available.
showCenter(boolean) - Method in class jv.project.PgGeometry
Set flag to enable drawing of center of geometry.
showControlGrid(boolean) - Method in class jvx.geom.PwRefineElementSet
Show the control grid in the display.
showControlGrid(boolean) - Method in class jvx.geom.PwRefinePolygon
Set the control polygon visible or invisible in the display.
showCopyright(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable drawing of copyright information in the display window.
showCopyright(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable drawing of copyright information in the display window.
showCylinder(boolean) - Method in class vgp.discrete.lantern.PgLantern
 
showDepthcue(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable depthcue drawing.
showDepthcue(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable depthcue drawing.
showDialog(int) - Method in interface jv.project.PvViewerIf
Show dialogs as separate frames.
showDialog(int) - Method in class jv.viewer.PvViewer
Show dialogs as separate frames.
showDisplay(int, boolean) - Method in class jvx.vector.PwHodge
Handling of the displays that show the vector field components and the potentials.
showEdgeAura(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable drawing of edges by one or both elements adjacent to an edge.
showEdgeAura(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable drawing of edges by one or both elements adjacent to an edge.
showEdgeColorFromElements(boolean) - Method in class jv.geom.PgElementSet
Set flag if edge colors are induced from local element or vertex colors.
showEdgeColorFromElements(boolean) - Method in class jv.project.PgJvxSrc
Set flag if edge colors are induced from local element or vertex colors.
showEdgeColorFromVertices(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable smooth edge coloring using vertex colors at vertices, requires vertex colors.
showEdgeColorFromVertices(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable smooth edge coloring using vertex colors at vertices, requires vertex colors.
showEdgeColorFromVertices(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable smooth edge coloring using vertex colors at vertices, requires vertex colors.
showEdgeColorFromVertices(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable smooth edge coloring using vertex colors at vertices, requires vertex colors.
showEdgeColors(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of individual edge colors.
showEdgeColors(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable drawing of edge colors.
showEdgeColors(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of individual edge colors.
showEdgeColors(boolean) - Method in class vgp.tutor.sizeEdge.PjSizeEdge
Determine if edge colors are shown.
showEdgeFromVertexColors(boolean) - Method in class jv.geom.PgPolygon
Deprecated.
since JavaView 3.96.031, use #showEdgeColorFromVertices(boolean)
showEdgeFromVertexColors(boolean) - Method in class jv.geom.PgPolygonSet
Deprecated.
since JavaView 3.96.031, use #showEdgeColorFromVertices(boolean)
showEdgeLabels(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of edge labels in display.
showEdgeLabels(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable drawing of edge labels in display.
showEdgeLabels(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable drawing of edge labels in display.
showEdgeLabels(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of edge labels in display.
showEdgeLabels(boolean) - Method in class vgp.tutor.sizeEdge.PjSizeEdge
Determine if edge labels are shown.
showEdgeNormalArrow(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable drawing of arrow at edge normals.
showEdgeNormals(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable drawing of edge normals.
showEdges(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of element edges.
showEdges(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable drawing of edges of polygon.
showEdges(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of element edges.
showEdgeSizes(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of edge sizes.
showEdgeSizes(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable drawing of edge sizes.
showEdgeSizes(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of edge sizes.
showEdgeSizes(boolean) - Method in class vgp.tutor.sizeEdge.PjSizeEdge
Determine if edge sizes are shown.
showEdgesOnce(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable drawing of edges by one or both elements adjacent to an edge.
showEdgesOnce(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable drawing of edges by one or both elements adjacent to an edge.
showEigenvector(int) - Method in class jvx.numeric.PnEnergyMinimizer
Show eigenvectors of hessian as vector field on the surface.
showElementBackColor(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of backface color of elements.
showElementBackColor(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of backface element colors.
showElementBackColors(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of individual backface element colors.
showElementBackColors(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of individual backface element colors.
showElementColors(boolean) - Method in class jv.geom.PgElementSet
Set flag of using global element color instead of coloring each element individually.
showElementColors(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of individual element colors.
showElementFromVertexColors(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable smooth element coloring using vertex colors at vertices, requires vertex colors.
showElementFromVertexColors(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable smooth element coloring using vertex colors at vertices, requires vertex colors.
showElementLabels(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of element labels in display.
showElementLabels(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of element labels in display.
showElementNormalArrow(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of arrow of element normal.
showElementNormalArrow(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of arrow of element normal.
showElementNormals(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of element normals.
showElementNormals(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of element normals.
showElements(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of elements.
showElements(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of elements.
showElementTexture(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of element texture.
showElementTexture(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of vertex texture.
showEnabled(boolean) - Method in class jv.number.PuDouble
Toggle whether to show a checkbox in the info panel.
showEnabled(boolean) - Method in class jv.number.PuInteger
Toggle whether to show a checkbox in the info panel.
showFixedMode(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Deprecated.
since JavaView 3.12.002, use setHashMode(int) with PgRuler#HASH_FIXED or PgRuler#HASH_PARTITIONED
showFixedMode(boolean) - Method in class jv.thirdParty.ruler.PgRuler
Deprecated.
use setHashMode(int) with HASH_FIXED or HASH_PARTITIONED
showForegroundImage(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable drawing of foreground image of display window.
showForegroundImage(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable drawing of foreground image of display window.
showFrame(boolean) - Method in interface jv.project.PvDisplayIf
Set visibility of coordinate frame is shown, and create frame if not available.
showFrame(boolean) - Method in class jv.viewer.PvDisplay
Set visibility of coordinate frame is shown, and create frame if not available.
showGradient() - Method in class jvx.numeric.PnEnergyMinimizer
Evaluate and show the gradient as vectors at each vertex.
showGrid(boolean) - Method in interface jv.project.PvDisplayIf
Set visibility of grid, and create grid if not available.
showGrid(boolean) - Method in class jv.viewer.PvDisplay
Set visibility of grid, and create grid if not available.
showHashingsInNormalDir(boolean) - Method in class jv.thirdParty.ruler.PgRuler
 
showHashingsInUpDir(boolean) - Method in class jv.thirdParty.ruler.PgRuler
 
showIndices(boolean) - Method in class jv.geom.PgPointSet
Enable and disable showing of indices in display.
showIndices(boolean) - Method in class jv.project.PgJvxSrc
Set flag to drawing of indices in display.
showIndividualMaterial(boolean) - Method in class jv.geom.PgBndPolygon
Set flag if this boundary polygon uses its own material properties instead of inheriting material properties of the base geometry.
showIndividualMaterial(boolean) - Method in class jv.geom.PgVectorField
Set flag if this vector field uses its own material properties instead of inheriting material properties of the base geometry.
showIndividualMaterial(int, boolean) - Method in class jv.project.PgJvxSrc
Deprecated.
Since JavaView 3.98.003, use PgJvxSrc.showVectorFieldMaterials(int,boolean) instead
showInfoPanel() - Method in class jv.rsrc.PsLicense
Show dialog with info panel.
showInitialPoint(boolean) - Method in class vgp.tutor.ode.PjExprOde
 
showInterest(boolean) - Method in class jv.viewer.PvDisplay
Set visibility of interest of active camera, and create interest geometry if not available.
showLabels(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Enable showing of numbers at hashings of this axis and all rulers.
showLabels(boolean) - Method in class jv.thirdParty.ruler.PgRuler
 
showMagnet(boolean) - Method in interface jv.project.PvDisplayIf
Attach cursor to vertices if nearby.
showMagnet(boolean) - Method in class jv.viewer.PvDisplay
Attach cursor to vertices if nearby.
showMajorHashings(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Enable showing of major hashing ticks of this axis and all rulers.
showMajorHashings(boolean) - Method in class jv.thirdParty.ruler.PgRuler
 
showMarkedBnd() - Method in class vgp.minimal.weier.PgWeierstrass
Select vertices of chosen boundary polygon.
showMinorHashings(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Enable showing of minor hashing ticks of this axis and all rulers.
showMinorHashings(boolean) - Method in class jv.thirdParty.ruler.PgRuler
 
showName(boolean) - Method in class jv.project.PgGeometry
Enable and disable showing of name of geometry in display.
showNames(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Show names of all axes at one of their midpoint.
showNone() - Method in class jvx.numeric.PnEnergyMinimizer
Clear all internal vector fields of this class and of the registered surface.
showNumTriangles(boolean) - Method in class jvx.geom.PwSimplify
Whether to show the number of triangles in the registered display.
showOnlyGrayLevels(boolean) - Method in class jvx.vector.PwScalarField
The workshop and can assign colors to the surface according to the value of the scalar field.
showPanel(int) - Method in interface jv.project.PvViewerIf
Make panels visible.
showPanel(int) - Method in class jv.viewer.PvViewer
Make a panel visible if the control window has been created already.
showPolygonColors(boolean) - Method in class jv.geom.PgPolygon
Deprecated.
use showEdgeColors(boolean)
showPolygonColors(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable drawing of polygon colors.
showPolygonColors(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of polygon colors.
showPolygonEndArrow(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable drawing of arrow at last point of polygons.
showPolygonEndArrow(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable drawing of arrow at last point of polygons.
showPolygonEndArrow(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of arrow at last point of polygons.
showPolygonLabels(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable drawing of polygon labels in display.
showPolygonLabels(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of polygon labels in display.
showPolygonNormalArrow(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable drawing of arrow of polygon normal.
showPolygonNormalArrow(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of arrow of polygon normal.
showPolygonNormals(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable drawing of polygon normals.
showPolygonNormals(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of polygon normals.
showPolygons(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable drawing of polygons.
showPolygons(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of polygons.
showPolygonSet(boolean) - Method in class jvx.geom.PwUnfold
Add a polygonSet to the display.
showPolygonSizes(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable usage of individual polygon sizes.
showPolygonSizes(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of polygon sizes.
showPolygonStartArrow(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable drawing of arrow at first point of polygons.
showPolygonStartArrow(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable drawing of arrow at first point of polygons.
showPolygonStartArrow(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of arrow at first point of polygons.
showRuler(int, boolean) - Method in class jv.loader.PvDisplayOption
 
showRulerArrow(int, boolean) - Method in class jv.loader.PvDisplayOption
Determine if arrow at positive end of ruler is shown.
showRulerHashingsNormal(int, boolean) - Method in class jv.loader.PvDisplayOption
 
showRulerHashingsUp(int, boolean) - Method in class jv.loader.PvDisplayOption
 
showRulerName(int, boolean) - Method in class jv.loader.PvDisplayOption
Determine if name of ruler is shown at positive end of ruler.
showRulerName(boolean) - Method in class jv.thirdParty.ruler.PgRuler
Enable and disable showing of name of ruler in display.
showRulerNumbers(int, boolean) - Method in class jv.loader.PvDisplayOption
 
showRulerTicksMajor(int, boolean) - Method in class jv.loader.PvDisplayOption
 
showRulerTicksMinor(int, boolean) - Method in class jv.loader.PvDisplayOption
 
showSilhouette(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable if a polygon is shown along the silhouette if a shape.
showSilhouette(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable if a polygon is shown along the silhouette if a shape.
showSingleVectorField(boolean) - Method in class jv.geom.PgPointSet
Set flag to show a single or multiple vector fields simultaneously.
showsIntoElement(PdBaryDir, int) - Static method in class jvx.geom.PwBary
Checks if given barycentric vector shows into its element.
showSmoothEdgeColors(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable smooth coloring of edges, currently requires vertex colors.
showSmoothEdgeColors(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable smooth coloring of edges, currently requires vertex colors.
showSmoothEdgeColors(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable smooth coloring of edges, currently requires vertex colors.
showSmoothEdgeColors(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable smooth coloring of edges, currently requires vertex colors.
showSmoothElementColors(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable smooth coloring of elements, currently requires vertex colors.
showSmoothElementColors(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable smooth coloring of elements, currently requires vertex colors.
showSmoothLighting(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable smooth lighting, requires vertex normals.
showSmoothLighting(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable smooth lighting, requires vertex normals.
showSmoothLighting(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable smooth lighting, requires vertex normals.
showSmoothLighting(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable smooth lighting, requires vertex normals.
showSplices(boolean) - Method in class jvx.geom.PwUnfold
Enable visibility of splices along cuts of the flattened surface.
showSquare(boolean) - Method in class vgp.minimal.catenoid.PjCatenoid
Show a square triangulation with normal component of current vector field.
showStatus(String) - Static method in class jv.object.PsDebug
Display message in status bar of applet, and in console window.
showSurface() - Method in class vgp.discrete.ellipse.PjEllipse
 
showTaggedBoundaries(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of boundary curves.
showTaggedEdges(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of element edges.
showTaggedElements(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of tagged elements.
showTaggedElements(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of tagged elements.
showTaggedPolygons(boolean) - Method in class jv.geom.PgPolygonSet
Set flag to enable drawing of tagged polygons.
showTaggedPolygons(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of tagged polygons.
showTaggedVertices(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of tagged vertices.
showTaggedVertices(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of tagged vertices.
showTitle(boolean) - Method in class jv.project.PgGeometry
Enable and disable showing of title of geometry in display.
showTitle(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable drawing of title north in the display window.
showTitle(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable drawing of title north in the display window.
showTitles(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Deprecated.
use showNames(boolean).
showTransparency(boolean) - Method in class jv.geom.PgPointSet
Enable usage of transparency.
showTransparency(boolean) - Method in class jv.project.PgJvxSrc
Enable usage of transparency.
showULine(boolean) - Method in class jvx.surface.PgDomainDescr
Switch between showing a single u-parameter line and the full surface.
showUnrolled() - Method in class vgp.discrete.ellipse.PjEllipse
 
showVectorArrow(boolean) - Method in class jv.geom.PgPointSet
Deprecated.
use showVectorArrows(boolean)
showVectorArrows(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of tip of vectors as arrow.
showVectorArrows(boolean) - Method in class jv.geom.PgVectorField
Set flag if this vector field shows an arrow at the tip of each vector.
showVectorArrows(int, boolean) - Method in class jv.project.PgJvxSrc
Set flag if tip of vectors is shown as arrow.
showVectorArrows(int, boolean) - Method in interface jv.project.PvGeometryIf
Set flag if tip of vectors is shown as arrow.
showVectorColors(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of individual vector colors.
showVectorColors(boolean) - Method in class jv.geom.PgVectorField
Set flag to enable drawing of individual vector colors.
showVectorColors(int, boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of individual vertex colors of a vector field.
showVectorColors(int, boolean) - Method in interface jv.project.PvGeometryIf
Set flag to enable drawing of individual vertex colors of a vector field.
showVectorField(boolean) - Method in class jv.geom.PgPointSet
Deprecated.
use showVectorFields(boolean)
showVectorField(int, boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of vectors of a vector field.
showVectorField(int, boolean) - Method in interface jv.project.PvGeometryIf
Set flag to enable drawing of vectors of a vector field.
showVectorField(boolean) - Method in class vgp.tutor.ode.PjExprOde
 
showVectorFieldMaterials(int, boolean) - Method in class jv.project.PgJvxSrc
Set flag if this vector field uses its own material properties instead of inheriting material properties of the base geometry.
showVectorFields(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of all vector fields.
showVectorFields(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of all vector fields which are visible.
showVectorFields(boolean) - Method in interface jv.project.PvGeometryIf
Set flag to enable drawing of all vector fields which are visible.
showVertexColors(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of individual vertex colors.
showVertexColors(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of vertex colors.
showVertexLabels(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of vertex labels in display.
showVertexLabels(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of vertex labels in display.
showVertexNormalArrow(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of arrow of vertex normal.
showVertexNormalArrow(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of arrow of vertex normal.
showVertexNormals(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of vertex normals.
showVertexNormals(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of vertex normals.
showVertexOutline(boolean) - Method in class jv.geom.PgPointSet
Set flag whether drawing of border of vertex circles is enabled.
showVertexOutline(boolean) - Method in class jv.project.PgJvxSrc
Set flag whether drawing of border of vertex circles is enabled.
showVertexSizes(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of vertex sizes.
showVertexSizes(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of vertex sizes.
showVertexTexture(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of vertex texture.
showVertexTexture(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of vertex textures.
showVertexTexture(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of element texture.
showVertices(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of vertices.
showVertices(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of vertices.
showVLine(boolean) - Method in class jvx.surface.PgDomainDescr
Switch between showing a single v-parameter line and the full surface.
showWay() - Method in class jvx.geom.PwGeodesic
Deprecated.
Use computeWay() instead.
showXYGrid(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Enable showing of grid in xy-plane which is spaced at major and minor hashing ticks.
showYZGrid(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Enable showing of grid in yz-plane which is spaced at major and minor hashing ticks.
showZags(PgPolygonSet, int) - Method in class vgp.curve.zigzag.PjZigZag
Draws the Zags extended to infinity.
showZigZag(PgPolygonSet) - Method in class vgp.curve.zigzag.PjZigZag
Draws the ZigZag in original size.
showZXGrid(boolean) - Method in class jv.thirdParty.ruler.PgAxes
Enable showing of grid in zx-plane which is spaced at major and minor hashing ticks.
SHRINK - Static variable in class jvx.geom.PwModel
 
shrink(PgElementSet, double) - Static method in class jvx.geom.PwModel
Shrink every face of ElementSet by a constant factor; every face gets its own edges and vertices, all neighbourhood information gets lost.
SIDE_BACK - Static variable in interface jv.project.PgGeometryIf
Flag determines if texture is applied to background side of a surface.
SIDE_BOTH - Static variable in interface jv.project.PgGeometryIf
Flag determines if texture is applied to both sides of a surface.
SIDE_FRONT - Static variable in interface jv.project.PgGeometryIf
Flag determines if texture is applied to foreground side of a surface.
SIDE_NONE - Static variable in interface jv.project.PgGeometryIf
Flag determines if texture is applied to both sides of a surface.
SIGN - Static variable in class jv.thirdParty.expr.Expr
Sign of argument.
sign(double) - Static method in class jv.vecmath.PuMath
Return sign of argument as integer value.
sign(double, double) - Static method in class jv.vecmath.PuMath
Return first argument with sign of second argument.
simplify() - Method in class jvx.geom.PwSimplify
Call simplify(#faces) or simplifyByFactor(factor) according to Slider type.
simplify(int) - Method in class jvx.geom.PwSimplify
Simplify the PgElementSet until it has few enough elements.
simplifyByFactor(double) - Method in class jvx.geom.PwSimplify
Reduce number of elements of a surface to a given percentage.
sin(PuComplex) - Static method in class jv.number.PuComplex
w = sin(u)
sin() - Method in class jv.number.PuComplex
u = sin(this)
SIN - Static variable in class jv.thirdParty.expr.Expr
Sine.
sinh(PuComplex) - Static method in class jv.number.PuComplex
w = sinh(u)
sinh() - Method in class jv.number.PuComplex
u = sinh(this)
SINH - Static variable in class jv.thirdParty.expr.Expr
Sinus hyperbolicus.
sinh(double) - Static method in class jv.vecmath.PuMath
Mathematical sinh(x) function.
size() - Method in class jv.thirdParty.acmeEncoders.IntHashtable
Returns the number of elements contained in the hashtable.
SMALL_INFO_PANEL - Static variable in class jv.loader.PjImportModel
Identifies a tiny import inspector panel with textfield for typing a URL and with a button for opening a file browser.
smoothingStep() - Method in class jvx.geom.PwSmooth
Perform one step of smoothing using the actually choosen method and settings.
SNUB_CUBE - Static variable in class jvx.geom.PwPlatonic
 
SNUB_DODECAHEDRON - Static variable in class jvx.geom.PwPlatonic
 
snubTruncate(PgElementSet, double, double) - Static method in class jvx.geom.PwModel
 
SOCCER_BALL - Static variable in class jvx.geom.PwPlatonic
 
solve(PnSparseMatrix, PdVector, PdVector) - Method in class jvx.numeric.PnBiconjugateGradient
Method solves a sparse linear equation system A*x=b.
solve(PnSparseMatrix, PdVector, PdVector) - Method in class jvx.numeric.PnConjugateGradientMatrix
Performs a conjugate gradient on a sparse matrix to solve the linear system Ax = b.
solve(PgPolygonOnElementSet, int, PdBary, double, int) - Method in class jvx.numeric.PnGeodesicRK
Returns a whole integral line.
solve(PdBary, double, int, PdBary) - Method in class jvx.numeric.PnGeodesicRK
Solves for outPoint at initPoint.
solve(PdBary, double, PdBary) - Method in class jvx.numeric.PnGeodesicRK
Solves for outPoint at initPoint.
solve(PgPolygon) - Method in class jvx.numeric.PnOde
 
solve(PgPolygon, PnOde, double, double[], double, double) - Static method in class jvx.numeric.PnOde
Ode solver of an initial value problem performing a number of RK steps.
solve(PgPolygon) - Method in class vgp.curve.common.PnSurfaceOde
 
solve(PgPolygon, double, double[], double, double) - Method in class vgp.curve.common.PnSurfaceOde
 
solve(PgPolygon) - Method in class vgp.curve.elastic.PnElasticCurvature
 
solve(PgPolygon) - Method in class vgp.curve.elastic.PnElasticOde
 
solve() - Method in class vgp.tutor.ode.PjExprOde
 
SOLVER_SETTINGS - Static variable in class jvx.numeric.PnEnergyMinimizer_IP
 
sort(String[]) - Static method in class jv.number.PuString
Sorts an array of Strings and modifies array in place.
sort(String[], int[]) - Static method in class jv.number.PuString
Sorts an array of Strings without modifying the original array.
sort(PdVector) - Method in class jv.vecmath.PdVector
Sort entries of this vector into argument vector by increasing size.
sort() - Method in class jv.vecmath.PdVector
Sort entries of this vector in place by increasing size.
sort(PiVector) - Method in class jv.vecmath.PiVector
Fill OutVector with sorted entries of this PiVector.
sort() - Method in class jv.vecmath.PiVector
Sort entries of this PiVector by size.
sortEntries() - Method in class jvx.numeric.PnSparseMatrix
Sort the sparse arrays (representing the rows) by their column indices.
SPARSE - Static variable in class jvx.numeric.PnBandEigenSolver
 
sphericalAngle(PdVector, PdVector, PdVector) - Static method in class jv.vecmath.PuVectorGeom
Compute spherical angle at vertex p or a triangle on the unit sphere in S^n.
sphericalArea(PdVector, PdVector, PdVector) - Static method in class jv.vecmath.PuVectorGeom
Compute area of a spherical triangle on the unit sphere in S^n.
splitAlongMarkedEdges(PgElementSet) - Static method in class jvx.geom.PwTopology
Destroy neighbourhood information along marked edges of an element set.
splitAlongPolygon(PgElementSet, PiVector, PiVector[]) - Static method in class jvx.geom.PwTopology
Destroy neighbourhood informations along a polygon upon a PgElementSet in a given neighbourhood PiVector[].
splitAtFunction() - Method in class jvx.geom.PwIntersectWithFunction
Split the workshop's geometry into two geometries along the level function.
splitAtPdVector() - Method in class jvx.geom.PwIntersectWithFunction
Split the workshop's geometry into two geometries at a level in scalar data.
splitBySelection(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
Split a surface into selected and not selected part.
splitCurvedPolygons(PgPolygonSet, double) - Static method in class jvx.geom.PwCleanMesh
Split polygons, until all polygons satisfy a straghtness criterion: All interiour vertices are sorted by their distance to the straight line between start and end point.
splitElement(PgElementSet, int, int, int) - Static method in class jvx.geom.PwCleanMesh
Split a single element of a PgElementSet into two elements.
splitElement(PgElementSet, int, int, int, boolean) - Static method in class jvx.geom.PwCleanMesh
Split a single element of a PgElementSet into two elements.
splitElementsByVertexSelection(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
Split elements by inserting edges between selected vertices.
splitIntoComponents(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
Split a surface into a set of connectivity components.
splitIntoComponents_slow(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
Split a surface into a set of connectivity components.
splitNonManifoldVertices(PgElementSet) - Static method in class jvx.geom.PwCleanMesh
Search for vertices with more than one coherent link of adjacent elements and disconnect those to good discrete manifold vertices, each belonging to one of the element links.
splitString(String, char) - Static method in class jv.number.PuString
Turns a string into an array of strings, by splitting it at the specified character.
splitString(String, int) - Static method in class jv.number.PuString
Tries to split the given string into segments at most maxCharsPerString long.
splitString(String, int, FontMetrics) - Static method in class jv.number.PuString
Tries to split the given string into segments at most maxWidth pixels long w.r.t. the given FontMetrics.
SPRING - Static variable in class jvx.numeric.PnEnergyMinimizer
 
sqr(PuComplex) - Static method in class jv.number.PuComplex
w = u * u
sqr() - Method in class jv.number.PuComplex
u = this*this
sqr(double) - Static method in class jv.vecmath.PuMath
Mathematical x^2 function.
sqrAbs() - Method in class jv.number.PuComplex
r = |this|^2
sqrAbs(PdVector, PdVector) - Static method in class jv.vecmath.PuLorentz
Compute square of absolute value of point in Minkowski space.
sqrDist(PdBary, PdBary) - Static method in class jv.vecmath.PdBary
Square of the distance of two points.
sqrDist(PdVector, PdVector) - Static method in class jv.vecmath.PdVector
Square of the distance of two points.
sqrDist(PdVector) - Method in class jv.vecmath.PdVector
Square of euclidean distance sqrDist = |this-v|^2.
sqrDist(PiVector) - Method in class jv.vecmath.PiVector
Square of Euclidean distance sqrDist = |this-v|^2.
sqrDist(double[], double[]) - Static method in class jv.vecmath.PuMath
Return square distance between two vectors given as double arrays.
sqrDistMinkowski(PdVector, PdVector, PdVector) - Static method in class jv.vecmath.PuLorentz
Compute square distance of two points in Minkowski space by taking euclidean different and square norm with respect to signature metric.
sqrLength() - Method in class jv.vecmath.PdVector
Get square of euclidean length of vector.
sqrLength() - Method in class jv.vecmath.PiVector
Get square of euclidean length of vector.
sqrt(PuComplex) - Static method in class jv.number.PuComplex
w = sqrt(u)
sqrt() - Method in class jv.number.PuComplex
u= sqrt(this)
SQRT - Static variable in class jv.thirdParty.expr.Expr
Square root
start(int) - Method in class jv.anim.PsAnimation
Deprecated.
use setSpeed(speedType) followed by start().
start() - Method in class jv.anim.PsAnimation
Start the animation with current speed type.
start() - Method in class jv.loader.PjImportModel
Load geometry file if file name has been specified.
start() - Method in class jv.project.PjProject
Method is invoked during loading of a project in JavaView.
start() - Method in interface jv.project.PvDisplayIf
Start auto-rotation in viewer where a matrix is constantly multiplied to transformation matrix.
start() - Method in interface jv.project.PvViewerIf
Start viewer, call start method of current project, and show control panel if requested.
start() - Method in class jv.viewer.PvDisplay
Start animation by creating a new thread
start() - Method in class jv.viewer.PvViewer
Depending on applet parameter show control panel and call start method of current project.
start() - Method in class jvx.cellular.PnCellOperator
Start cell operator in separate thread.
start() - Method in class jvx.cellular.PnMinesweeper
Just to disable PnCellOperator.start().
start() - Method in class jvx.cellular.PwSnake
Start snake game in separate thread.
start() - Method in class jvx.geom.PwCleanMesh
Start mesh cleaning.
start() - Method in class jvx.geom.PwEvolve
Create a new animation and start it.
start() - Method in class jvx.geom.PwSmooth
Start smoothing in separate thread.
start() - Method in class jvx.geom.PwUnfold
Start smoothing in separate thread.
start() - Method in class jvx.numeric.PnEnergyMinimizer
Start energy minimization in separate thread.
start() - Method in class jvx.thirdParty.acmeGui.BusyBox
Show the box.
start() - Method in class vgp.curve.closedpoly.PjClosedPoly
 
start() - Method in class vgp.curve.common.PjCurve
 
start() - Method in class vgp.curve.cycloid.PjCycloid
 
start() - Method in class vgp.curve.deCasteljau.PjDeCasteljau
Add geometries to display and enable xy-projection.
start() - Method in class vgp.curve.elastic.PjElasticCurve
 
start() - Method in class vgp.curve.geodesic.PjGeodesic
 
start() - Method in class vgp.curve.subdivision.PjSubdivisionCurve
 
start() - Method in class vgp.curve.zigzag.PjZigZag
Starts the Applet
start() - Method in class vgp.discrete.conformal.PjConformal
 
start() - Method in class vgp.discrete.conjugate.PjConjugate
 
start() - Method in class vgp.discrete.curvature.PjCurvature
 
start() - Method in class vgp.discrete.ellipse.PjEllipse
 
start() - Method in class vgp.discrete.harmonic.PjHarmonic
 
start() - Method in class vgp.discrete.lantern.PjLantern
 
start() - Method in class vgp.discrete.maxPrinciple.PjMaxPrinciple
 
start() - Method in class vgp.discrete.platonic.PjPlatonic
Start the project.
start() - Method in class vgp.game.life.PjLife
Add geometry and start project.
start() - Method in class vgp.game.mines.PjMinesweeper
Add geometry and listeners and start project.
start() - Method in class vgp.game.snake.PjSnake
Add geometry and start project.
start() - Method in class vgp.iterate.juliaSet.PjJuliaSet
Called when project is launched by viewer on applet start.
start() - Method in class vgp.iterate.juliaSet.PjJuliaSet
Called when project is launched by viewer on applet start.
start() - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree
Initializes display, geometries.
start() - Method in class vgp.iterate.pythagoreanTree.PjPythagoreanTree
Initializes display, geometries.
start() - Method in class vgp.minimal.catenoid.PjCatenoid
 
start() - Method in class vgp.minimal.helicoid.PjHelicoid
 
start() - Method in class vgp.minimal.weier.PjWeierstrass
Method is invoked during loading of a project in JavaView.
start() - Method in class vgp.numeric.smooth.PjSmooth
Start project, e.g. start an animation.
start() - Method in class vgp.surface.common.PjSurface
 
start() - Method in class vgp.surface.klein.PjKleinBottle
 
start() - Method in class vgp.surface.rotation.PjRotation
 
start() - Method in class vgp.tutor.eventCamera.PaEventCamera
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.eventCamera.PjEventCamera
 
start() - Method in class vgp.tutor.firstProject.MyApplet
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.firstProject.MyProject
Start project, e.g. start an animation.
start() - Method in class vgp.tutor.height.PjHeight
 
start() - Method in class vgp.tutor.key.PjKeyframe
 
start() - Method in class vgp.tutor.linear.PjLinear
 
start() - Method in class vgp.tutor.loader.PaLoader
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.lsystem.PjLSystem
 
start() - Method in class vgp.tutor.model.PaModel
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.model.PjModel
Start method is invoke when project is selected in the viewer.
start() - Method in class vgp.tutor.ode.PaExprOde
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.ode.PjExprOde
 
start() - Method in class vgp.tutor.parm.PaParmSurface
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.parm.PjParmSurface
 
start() - Method in class vgp.tutor.parmCurve.PaParmCurve
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.parmCurve.PjParmCurve
 
start() - Method in class vgp.tutor.pick.PaPickEvent
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.pick.PjPickEvent
Method is invoked during loading of a project in JavaView.
start() - Method in class vgp.tutor.polygonSet.PaPolygonSet
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.polygonSet.PjPolygonSet
 
start() - Method in class vgp.tutor.rivara.PaRivara
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.rivara.PjRivara
 
start() - Method in class vgp.tutor.rootFinder.PaRootFinder
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.rootFinder.PjRootFinder
 
start() - Method in class vgp.tutor.ruler.PaRuler
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.ruler.PjRuler
 
start() - Method in class vgp.tutor.sizeEdge.PjSizeEdge
 
start() - Method in class vgp.tutor.sizePolygon.PjSizePolygon
 
start() - Method in class vgp.tutor.sizeVertex.PjSizeVertex
 
start() - Method in class vgp.tutor.subdivision.PaSubdivision
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.subdivision.PjSubdivision
 
start() - Method in class vgp.tutor.texture.PaTexturedSurface
Start viewer, e.g. start animation if requested.
start() - Method in class vgp.tutor.texture.PjTextureCube
 
start() - Method in class vgp.tutor.texture.PjTexturedSurface
 
start() - Method in class vgp.tutor.torusknot.PaTorusKnot
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.torusknot.PjTorusKnot
 
start() - Method in class vgp.tutor.transform.PaTransform
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.transform.PjTransform
 
start() - Method in class vgp.tutor.transform.PjTransform_IP
 
start() - Method in class vgp.tutor.vectorField.PjVectorField
 
start() - Method in class vgp.vector.hodge.PjHodge
 
start() - Method in class vgp.vector.lic.PjLIC
 
start() - Method in class vgp.vector.rungeKutta.PjRungeKutta
Start project with loading geometry from file.
start() - Method in class vgp.vector.translation.PjTranslation
Start project with loading geometry from file.
startAlgorithm(double) - Method in class vgp.volume.mc.PnMarchingCubes
Start the algorithm.
startAnim() - Method in class vgp.tutor.sizeEdge.PjSizeEdge
Start animation by creating a new thread
startAnim() - Method in class vgp.tutor.sizePolygon.PjSizePolygon
Start animation by creating a new thread
startAnim() - Method in class vgp.tutor.sizeVertex.PjSizeVertex
Start animation by creating a new thread
startFromThread() - Method in class vgp.object.PsApplet
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.tutor.height.PaHeight
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.tutor.key.PaKeyframe
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.tutor.linear.PaLinear
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.tutor.lsystem.PaLSystem
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.tutor.sizeEdge.PaSizeEdge
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.tutor.sizePolygon.PaSizePolygon
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.tutor.sizeVertex.PaSizeVertex
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.tutor.texture.PaTextureCube
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.tutor.texture.PaTexturedSurface
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.tutor.vectorField.PaVectorField
Start viewer, e.g. start animation if requested.
startLIC() - Method in class jvx.vector.PwLIC
Starts a new thread that computes the LIC texture.
startLIC(boolean) - Method in class jvx.vector.PwLIC
Starts a new thread that computes the LIC texture.
startLIC() - Method in class vgp.vector.rungeKutta.PjRungeKutta
Start computation of lic image.
STATUS - Static variable in class jv.object.PsDebug
Global flag used during compile time to include or exclude all PsDebug.showStatus() calls.
STELLATE - Static variable in class jvx.geom.PwModel
 
stellate(PgElementSet, double) - Static method in class jvx.geom.PwModel
Replace every face by a pyramid.
step() - Method in class jvx.numeric.PnEnergyMinimizer
Move vertices in negative gradient direction a certain amount.
step(int) - Method in class jvx.numeric.PnEnergyMinimizer
Move vertices in negative gradient direction a certain amount.
STEREO_CROSS - Static variable in class vgp.tutor.eventCamera.PjEventCamera
Cross eye stereo projection.
STEREO_PARALLEL - Static variable in class vgp.tutor.eventCamera.PjEventCamera
Parallel eye stereo projection.
STEREO_REDGREEN - Static variable in class vgp.tutor.eventCamera.PjEventCamera
Red green painting of stereo projection.
stereographic(PdVector, PdVector) - Static method in class jv.vecmath.PuProj
Stereographic projection of a sphere Sn into Rn with projection center (0,..,0,1).
stereoInvR3_to_S3(PdVector, PdVector) - Static method in class jv.vecmath.PuProj
Projection from Rn p=(a,b,c) to Sn pl=(x,y,z,t).
stereoS3_to_R3(PdVector, PdVector) - Static method in class jv.vecmath.PuProj
Deprecated.
use stereographic(PdVector, PdVector)
stop() - Method in class jv.anim.PsAnimation
Stop animation.
stop() - Method in class jv.project.PjProject
Stop all animations and auto-rotation in display.
stop() - Method in interface jv.project.PvDisplayIf
Stop auto-rotation in viewer.
stop() - Method in interface jv.project.PvViewerIf
Stop viewer, call stop() method of current project, and close control panel if shown.
stop() - Method in class jv.viewer.PvDisplay
Stop animation by stopping the thread.
stop() - Method in class jv.viewer.PvViewer
Dispose open dialogs and invoke stop method of projects.
stop() - Method in class jvx.cellular.PnCellOperator
Stop cell operator in separate thread.
stop() - Method in class jvx.cellular.PnMinesweeper
Just to disable PnCellOperator.stop().
stop() - Method in class jvx.cellular.PwSnake
Stop snake game in separate thread.
stop() - Method in class jvx.geom.PwEvolve
Stop the animation.
stop() - Method in class jvx.geom.PwSmooth
Stop smoothing in separate thread.
stop() - Method in class jvx.geom.PwUnfold
Stop smoothing in separate thread.
stop() - Method in class jvx.numeric.PnEnergyMinimizer
Stop energy minimization in separate thread.
stop() - Method in class jvx.vector.PwHodge
Stop minimization explicitly before it is completed.
stop() - Method in class vgp.discrete.curvature.PjCurvature
 
stop() - Method in class vgp.game.life.PjLife
Remove pick listener and stop project
stop() - Method in class vgp.game.mines.PjMinesweeper
Remove listeners and stop project.
stop() - Method in class vgp.game.snake.PjSnake
Remove listeners and stop project.
stop() - Method in class vgp.object.PsApplet
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.eventCamera.PaEventCamera
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.firstProject.MyApplet
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.height.PaHeight
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.key.PaKeyframe
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.linear.PaLinear
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.loader.PaLoader
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.lsystem.PaLSystem
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.model.PaModel
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.ode.PaExprOde
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.parm.PaParmSurface
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.parmCurve.PaParmCurve
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.pick.PaPickEvent
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.polygonSet.PaPolygonSet
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.rivara.PaRivara
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.rootFinder.PaRootFinder
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.ruler.PaRuler
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.sizeEdge.PaSizeEdge
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.sizePolygon.PaSizePolygon
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.sizeVertex.PaSizeVertex
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.subdivision.PaSubdivision
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.texture.PaTextureCube
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.texture.PaTexturedSurface
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.torusknot.PaTorusKnot
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.transform.PaTransform
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.tutor.vectorField.PaVectorField
Stop viewer, e.g. stop animation if requested
stopAnim() - Method in class vgp.tutor.sizeEdge.PjSizeEdge
Stop animation by removing the thread.
stopAnim() - Method in class vgp.tutor.sizePolygon.PjSizePolygon
Stop animation by removing the thread.
stopAnim() - Method in class vgp.tutor.sizeVertex.PjSizeVertex
Stop animation by removing the thread.
stopLIC() - Method in class jvx.vector.PwLIC
Stops the LIC thread if it is currently running.
stopLIC() - Method in class vgp.vector.rungeKutta.PjRungeKutta
Stop computation of lic image.
storeEdges() - Method in class jvx.geom.PwUnfold
Store the cutting edges to the geometry.
STRAIGHTEST - Static variable in class jvx.geom.PwGeodesic
Method is set to this if pick events shall result in computation straightest geodesics.
sub(PgVectorField) - Method in class jv.geom.PgVectorField
Subtract vector fields, this = this - field.
sub(PuComplex, PuComplex) - Static method in class jv.number.PuComplex
w = u - v
sub(PuComplex) - Method in class jv.number.PuComplex
this -= v
sub(PuComplex, double) - Static method in class jv.number.PuComplex
w = u - r.
sub(double) - Method in class jv.number.PuComplex
this -= r.
SUB - Static variable in class jv.thirdParty.expr.Expr
Binary operator.
sub(PcMatrix) - Method in class jv.vecmath.PcMatrix
 
sub(PcMatrix, PcMatrix) - Method in class jv.vecmath.PcMatrix
 
sub(PdBary, PdBary) - Method in class jv.vecmath.PdBaryDir
Difference of argument vectors this = m1-m2.
sub(PdMatrix) - Method in class jv.vecmath.PdMatrix
Subtract given matrix from this, this = this-m.
sub(PdMatrix, PdMatrix) - Method in class jv.vecmath.PdMatrix
Subtract two matrices and assign to this, this = m1-m2.
sub(PdVector) - Method in class jv.vecmath.PdVector
Difference with argument vector this = this-m.
sub(PdVector, PdVector) - Method in class jv.vecmath.PdVector
Difference of argument vectors this = m1-m2.
sub(PiVector) - Method in class jv.vecmath.PiVector
Difference with argument vector this = this-m.
sub(PiVector, PiVector) - Method in class jv.vecmath.PiVector
Difference of argument vectors this = m1 - m2.
subBary(PgElementSet, PdBary, PdBary, PdBaryDir) - Static method in class jvx.geom.PwBary
Substract two points on a surface in barycentric coordinates.
subNew(PdVector, PdVector) - Static method in class jv.vecmath.PdVector
Create a new vector as difference of argument vectors new = m1-m2.
subNew(PiVector, PiVector) - Static method in class jv.vecmath.PiVector
Create a new vector as difference of argument vectors new = m1-m2.
sum() - Method in class jv.vecmath.PdVector
Compute the sum of all entries.
sum() - Method in class jv.vecmath.PiVector
Compute the sum of all entries.
SURFACE - Static variable in class vgp.discrete.conformal.PjConformal
Identifiers of surfaces handle in data structure PjConformal.
SURFACE - Static variable in class vgp.discrete.harmonic.PgSurfacePair
 
swap(PgPolygonOnElementSet, int, int, int) - Method in class jvx.geom.PgPolygonOnElementSet
Swaps a specified number of vertices in this polygon, beginning at the specified position, with vertices of the specified polygon.
swap(int, int) - Method in class jvx.geom.PgPolygonOnElementSet
Swap vertices pos and otherPos.
synchronize(boolean) - Method in class jv.anim.PsAnimation
Switch synchronization flag and, if flag==true update currentTime with globalTime.
Syntax_error - Exception in jv.thirdParty.expr
Syntax error exception thrown by function parser.
Syntax_error(String) - Constructor for exception jv.thirdParty.expr.Syntax_error
 
SystemFonts - Class in jvx.thirdParty.fonts
Print all available system fonts in different resolutions for testing.
SystemFonts() - Constructor for class jvx.thirdParty.fonts.SystemFonts
 
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 Z 
"JavaView© v4.00.003"

"

The software JavaView© is copyright protected. All Rights Reserved.
"