JavaView® v2.12
A B C D E F G H I J K L M N O P Q R S T U V W Y Z

S

save(Image, String) - Static method in class jv.loader.PgLoader
Write an image to a named file whose extension determines the file format.
save(PgGeometryIf[], String) - Static method in class jv.loader.PgLoader
Write a set of geometries to a named file whose extension determines the format.
save(PvDisplayOption[], String) - Static method in class jv.loader.PgLoader
Deprecated. use PgLoader.saveDisplay(PvDisplayOption [] option, String fileName).
save(String, String) - Static method in class jv.loader.PgLoader
Write a string to a named file if running as application.
saveDisplay(PvDisplayOption[], String) - Static method in class jv.loader.PgLoader
Write display settings to a JVD file.
saveToString(PgGeometryIf[], String) - Static method in class jv.loader.PgLoader
Write a geometry to a string in a given format determined by its file extension.
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 euklidian space.
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) - Static method in class jv.vecmath.PuReflect
Generate a (4*4)-matrix to non-uniform scale by a given vector p[i] = p[i] * vec[i].
secondFundamental(double, double) - Method in class vgp.surface.common.PgSurfaceDescr
 
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
 
selectCenter(int) - Method in class jvx.geom.PwVectorField
 
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.PvPickListenerIf
Currently not supported by display.
selectGeometry(PgGeometryIf) - Method in interface jv.project.PvDisplayIf
Select geometry in display to receive pick events.
selectGeometry(PgGeometryIf) - Method in class jv.viewer.PvDisplay
Select geometry to be active and receive pick events.
selectGeometry(PgGeometryIf) - Method in class jvx.geom.PwGeodesic
Currently not supported by display.
selectGeometry(PgGeometryIf) - Method in class jvx.math.MathPickListener
Currently not supported by display.
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.
selectGeometry(PvGeometry) - Method in class jv.viewer.PvScene
 
selectProject(String) - Method in interface jv.project.PvViewerIf
Selects a project to become the active project.
selectProject(String) - Method in class jv.viewer.PvViewer
Selects a project to become the active project.
selectVF(int) - Method in class jvx.geom.PwVectorField
 
set_value(double) - Method in class jv.thirdParty.expr.Variable
Deprecated. use setValue(double) instead
set(double) - Method in class jv.number.PdColor
Set grey component of this color using double arguments in [0., 1.].
set(double) - Method in class jv.vecmath.PdVector
Assign value to vector, and increase size of vector if necessary.
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(double[][]) - Method in class jv.vecmath.PdMatrix
Assign values of array, and adjust length of matrix if different from length of array.
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[], 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, double) - Method in class jv.number.PuComplexP
Set value of complex.
set(double, double) - Method in class jv.number.PuComplex
u = (re, im)
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.number.PdColor
Set components of this color using double arguments in [0., 1.].
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.number.PdColor
Set components of this color using double arguments in [0., 1.].
set(double, double, double, double) - Method in class jv.vecmath.PdVector
Assign value to vector, and increase size of vector if necessary.
set(int) - Method in class jv.number.PdColor
Set grey component of this color using integer argument in [0, 255].
set(int) - Method in class jv.vecmath.PiVector
Assign value to vector, and set size of vector to 1.
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(int[]) - Method in class jv.vecmath.PiVector
Assign values of vector, and adjust length of vector if different from length of array.
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[], 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[], 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, 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 value to vector, and set size of vector to 2.
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) - 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.number.PdColor
Set components of this color using double arguments in [0, 255].
set(int, int, int, int) - Method in class jv.vecmath.PiVector
Assign value to vector, and set size of vector to 4.
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(PdVector, int, int, PdBary) - Method in class jv.project.PvPickEvent
Convenient method to assign the four parameters of an event simultaneously.
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(PuComplex) - Method in class jv.number.PuComplexP
Set value of complex.
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.
setActiveSurface(int) - Method in class vgp.discrete.conformal.PjConformal
 
setActiveSurface(int) - Method in class vgp.discrete.harmonic.PgSurfacePair
 
setAlpha(double) - Method in class jv.number.PdColor
Set alpha component of this color using double argument in [0., 1.].
setAlpha(int) - Method in class jv.number.PdColor
Set alpha component of this color using integer argument in [0, 255].
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.PvGeometryIf
Set model matrix of geometry within original ambient space.
setAmbientMatrix(PdMatrix, PdMatrix) - Method in interface jv.project.PgGeometryIf
Set ambient model matrix of geometry and its inverse.
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.PvGeometryIf
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 class jv.viewer.PvDisplay
Set projection mode of ambient space used in model camera.
setAmbientProjection(int) - Method in class vgp.surface.common.PgSurfaceDescr
Set projection mode of ambient space used in model transformations.
setAmbientProjection(int) - Method in class vgp.surface.common.PgSurface
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.PvGeometryIf
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 class jv.viewer.PvDisplay
Set ambient space used in model transformations.
setAmbientSpace(int) - Method in class vgp.surface.common.PgSurfaceDescr
Set ambient space used in model transformations.
setAmbientSpace(int) - Method in class vgp.surface.common.PgSurface
Set ambient space used in model transformations.
setAngleBounds(double, double) - Method in class jv.number.PuComplexP_IP
Set Boundary of PuDouble angle.
setAngleBounds(double, double) - Method in class jv.number.PuComplexP
Set bounds of PuDouble angle.
setAngleBounds(double, double, double, double) - Method in class jv.number.PuComplexP_IP
Set Boundary of PuDouble angle.
setAngleBounds(double, double, double, double) - Method in class jv.number.PuComplexP
Set bounds of PuDouble angle.
setAnimation(boolean) - Method in class jv.loader.PgBdLoader
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Method in class jv.loader.PgByuLoader
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Method in interface jv.loader.PgLoaderIf
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Static method in class jv.loader.PgLoader
Set flag whether currently loaded data is an animation.
setAnimation(boolean) - Method in class jv.loader.PgMapleLoader
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Method in class jv.loader.PgJvxLoader
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Method in class jv.loader.PgObjLoader
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Method in class jv.loader.PgMathLoader
Set flag, if list of geometries is an animation.
setAnimation(boolean) - Method in class jvx.loader.PgStlLoader
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Method in class jvx.loader.PgOffLoader
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Method in class jvx.loader.PgWrlLoader
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Method in class jvx.loader.PgAnsLoader
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Method in class jvx.loader.PgFeLoader
Set flag whether current geometry data is an animation.
setAnimation(boolean) - Method in class jvx.loader.PgDxfLoader
Set flag whether current geometry data is an animation.
setAnimation(PsAnimation) - Method in interface jv.anim.PsTimeListenerIf
Assign the animation object where this listener is registered.
setAnimation(PsAnimation) - Method in class jv.anim.PsKeyframe
Assign the animation object where this listener is registered.
setAnimation(PsAnimation) - Method in class jv.project.PjProject
Assign the animation object where this listener is registered.
setAnimation(PsAnimation) - Method in class jvx.geom.PwUnfold
 
setAnimation(PsAnimation) - Method in class jvx.geom.PnExplodeElementSet
 
setAnimation(PsAnimation) - Method in class jvx.geom.PnExplodePolytope
Assign the animation object where this listener is registered.
setAnimation(PsAnimation) - Method in class jvx.math.MathTimerListener
Assign the animation object where this listener is registered.
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.
setAuthorInfo(PsAuthorInfo) - Method in class jv.project.PgGeometry
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
If set to true, axes in "absolute unit mode" will automatically adjust to a 'good' viewing scale based on the bounding box passed into configure().
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.
setAutoUpdate(boolean) - Method in class jvx.geom.PwHodge
 
setAxes(PgAxes) - Method in class jv.viewer.PvDisplay
Register axes geometry in this display.
setAxesEdge(PiVector) - Method in class jv.loader.PvDisplayOption
 
setAxesLabel(String[]) - Method in class jv.loader.PvDisplayOption
 
setBackground(Color) - Method in class jv.loader.PSGr
Gets the current color.
setBackgroundColor(Color) - Method in class jv.loader.PvDisplayOption
 
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 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.loader.PvDisplayOption
 
setBackgroundImage(String) - Method in interface jv.project.PvDisplayIf
Set background image of display canvas.
setBackgroundImage(String) - Method in class jv.viewer.PvDisplay
Set filename of background image of display canvas.
setBackgroundImageRepeat(String) - Method in class jv.loader.PvDisplayOption
 
setBary(PdBary) - Method in class jv.project.PvPickEvent
Set barycentric coordinates inside the picked element.
setBase(String) - Method in class jv.loader.PjImportModel
 
setBasedOn(int) - Method in class jv.geom.PgVectorField
 
setBits(int, int) - Static method in class jv.object.PsUtil
 
setBndConstraint(PgBndConstraint) - Method in class jv.geom.PgBndPolygon
 
setBndType(int) - Method in class jv.loader.PgMacroPatch
 
setBorderType(int) - Method in class jv.object.PsPanel
Set border of panel which is automatically drawn.
setBoundary(PgBndPolygon[]) - Method in class jv.geom.PgElementSet
Set new boundary polygons by replacing the previous array with the argument array.
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(double, double, double, double) - Method in class jv.number.PuDouble
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(int, int) - Method in class jv.number.PiArray_IP
Minimal/maximal number allowed to enter in all text fields.
setBounds(int, int, int, int) - Method in class jv.number.PuInteger
Set current min/max values and slider increments.
setBounds(Rectangle) - Method in class jv.object.PsMainFrame
Set the size of the drawing canvas (instead of the size of the frame including insets).
setCamera(PvCameraIf) - Method in class jv.project.PvCameraEvent
Assign current camera of display when this event occurred.
setCameraAmbient(int, int) - Method in class jv.loader.PvDisplayOption
 
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.
setCameraNearClip(int, double) - Method in class jv.loader.PvDisplayOption
 
setCameraPerspective(int, int) - 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
 
setCategories(String[], String[][]) - Method in class jv.loader.PsCategoryList_IP
 
setCategory(String) - Method in class jv.loader.PjImportModel
 
setCenter(PdVector) - Method in class jv.project.PgGeometry
Set center of geometry which local transformation use as origin.
setCenter(PdVector) - Method in interface jv.project.PvGeometryIf
Set center of geometry different from center of gravitiy.
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.
setCenterInfluence(int, double) - Method in class jvx.geom.PwVectorField
 
setCenterOfBndBox(PdVector) - Method in class jv.geom.PgPointSet
Move each vertex of geometry by vector center-oldCenter.
setCenterType(int, int) - Method in class jvx.geom.PwVectorField
 
setChild(PsXmlNode) - Method in class jv.rsrc.PsXmlNode
 
setClip(int, int, int, int) - Method in class jv.loader.PSGr
Clips to a rectangle.
setClip(Shape) - Method in class jv.loader.PSGr
 
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.
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.PuColorPicker
Set current color and values of rgb sliders.
setColor(Color) - Method in class jv.number.PdColor
Set color components to components of argument color.
setColor(int, Color) - Method in class jvx.geom.PnCellOperator
Define color for a cell state.
setColorModel(ColorModel) - Method in class jv.thirdParty.acmeEncoders.ImageEncoder
 
setColors() - Method in class jvx.geom.PnCellOperator
Set colors of all elements of the elementSet according to their states.
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.
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(double) - Method in class jv.vecmath.PdVector
Set all entries to a constant value.
setConstant(double) - Method in class jv.vecmath.PdMatrix
Set all matrix entries to a constant value.
setConstant(int) - Method in class jv.number.PdColor
Set all color components including alpha to the same value.
setConstant(int) - Method in class jv.vecmath.PiVector
Set all 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(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(PuComplex) - Method in class jv.vecmath.PcMatrix
Set all matrix entries to a constant value.
setContent(String) - Method in class jv.rsrc.PsXmlNode
 
setControlPoint(int, PdVector) - Method in class jvx.geom.PgBezierCurve
 
setConvolutionWidth(int) - Method in class jvx.geom.PwLIC
Sets the number of pixels that are convoluted in a neighbourhood of a pixel to compute the new value of that pixel.
setConvolutionWidth(int) - Method in class jvx.numeric.PnLIC
Sets normal (one-velocity) convolution width along integral lines.
setCurrentCamera(int) - Method in class jv.loader.PvDisplayOption
 
setCurrLoop(int) - Method in class jvx.geom.PnCellOperator
Set number of current operating loop.
setCycloidDiscr(int) - Method in class vgp.curve.cycloid.PjCycloid
Set number of points on cycloid curve.
setDefaultHashSizes(int) - Method in class jv.thirdParty.ruler.PgRuler
 
setDefaultLabelEnabled(boolean) - Method in class jv.geom.PgPointSet
Determine whether drawing of default labels, i.e. item indices, is enabled.
setDefaultLabelEnabled(boolean) - Method in class jv.project.PgJvxSrc
Determine whether drawing of default labels, i.e. item indices, is enabled.
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.geom.PgTube
 
setDefDiscr(int, int, int, int) - Method in class jv.viewer.PvGrid
 
setDefSize(double, double, double, double) - Method in class jv.viewer.PvGrid
 
setDefThickness(double) - Method in class jvx.geom.PgTube
 
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.discrete.catenoid.PgCatenoid
 
setDescr(PgDomainDescr) - Method in class jvx.surface.PgDomain
 
setDescr(PgSurfaceDescr) - Method in class vgp.surface.common.PgSurface
Assign a surface descriptor which completely describes this surface.
setDescr(PgWeierstrassDescr) - Method in class vgp.minimal.weier.PgWeierstrass
Set surface descriptor.
setDetail(String) - Method in class jv.rsrc.PsGeometryInfo
 
setDiagonal(PdVector) - Method in class jv.vecmath.PdMatrix
Set diagonal entries of a square matrix to components of a given vector.
setDimensions(int, int) - Method in class jv.thirdParty.acmeEncoders.ImageEncoder
 
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.PgElementSet
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.
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.
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.
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.
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.PgElementSet
Let all vectors have same number of vectors aSize<>0.
setDimOfVectors(int) - Method in class jv.geom.PgPolygonSet
Let all vectors have same number of vectors aSize<>0.
setDimOfVertices(int) - Method in class jv.project.PgJvxSrc
Assign dimension of vertices.
setDirection(int) - Method in class jvx.geom.PjEvolve
Set direction used for evolution.
setDirection(PdVector) - Method in class jv.thirdParty.ruler.PgRuler
Set direction of the baseline of the ruler.
setDirectory(String) - Method in class jv.loader.PgFileDialog
Set directory to be used in file dialog.
setDirectory(String) - Method in class jv.loader.PgExport_Dialog
Set directory to be used in file dialog.
setDiscr(int) - Method in class jvx.geom.PgTube
 
setDiscr(int, int) - Method in class jvx.surface.PgDomainDescr
Set number of grid lines in u/v direction.
setDiscr(int, int, int, int) - Method in class jv.viewer.PvGrid
 
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, and add all geometries of project to display.
setDisplay(PvDisplayIf) - Method in class jvx.geom.PwVectorField
 
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.PwIntegralLines
Set the display where computed integral lines will show up when using the workshop's info panel or method makeIntegralLines().
setDisplayOption(PvDisplayOption) - Method in class jv.loader.PgBdLoader
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Method in class jv.loader.PgByuLoader
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Method in interface jv.loader.PgLoaderIf
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Static method in class jv.loader.PgLoader
Set the display options obtained from some parsers.
setDisplayOption(PvDisplayOption) - Method in class jv.loader.PgMapleLoader
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Method in class jv.loader.PgJvxLoader
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Method in class jv.loader.PgObjLoader
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Method in class jvx.loader.PgStlLoader
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Method in class jvx.loader.PgOffLoader
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Method in class jvx.loader.PgWrlLoader
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Method in class jvx.loader.PgAnsLoader
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Method in class jvx.loader.PgFeLoader
Set the display options to be saved within the geometry file.
setDisplayOption(PvDisplayOption) - Method in class jvx.loader.PgDxfLoader
Set the display options to be saved within the geometry file.
setDisplaySize(int, int, int) - Method in class jvx.geom.PwHodge
 
setDisplayVisibility(int, boolean) - Method in class jvx.geom.PwHodge
Handling of the displays that show the vector field components and the potentials.
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 traced point to center of rolling ball.
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
 
setDrawingOrder(int) - Method in interface jv.project.PvGeometryIf
Set position of geometry in z-direction in display.
setDrawingOrder(int, PgGeometryIf) - Method in interface jv.project.PvDisplayIf
Choose z-order of geometry when drawn 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.
setEdge(int, PiVector) - Method in class jv.geom.PgElementSet
Set index vector of edge with given index.
setEdge(int, PiVector) - Method in class jv.project.PgJvxSrc
Set index vector of edge with given index.
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.project.PgJvxSrc
Copy edge colors of list to existing array of edge colors.
setEdges(PiVector[]) - Method in class jv.geom.PgElementSet
Copy the first m_numEdges of given array into edge array.
setEdges(PiVector[]) - Method in class jv.project.PgJvxSrc
Copy the first m_numEdges of given array into edge array.
setElement(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) - 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, 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 overriden by subclasses.
setElement(int, PiVector) - Method in interface jv.project.PvGeometryIf
 
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.
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 interface jv.project.PvGeometryIf
Set individual backface colors of elements.
setElementBackColors(Color[]) - Method in class jv.project.PgJvxSrc
Copy backface element colors of list to existing array of element colors.
setElementBased(int, boolean) - Method in interface jv.project.PvGeometryIf
Deprecated. use setVectorElementBased(int, boolean) instead.
setElementBased(int, boolean) - Method in class jv.project.PgJvxSrc
Deprecated. use setVectorElementBased(int, boolean) instead.
setElementColor(int, Color) - Method in class jv.geom.PgElementSet
Copy new color to element color at specified position in the color list
setElementColor(int, Color) - Method in interface jv.project.PvGeometryIf
 
setElementColors(Color[]) - Method in class jv.geom.PgElementSet
Copy element colors of list to existing array of element colors.
setElementColors(Color[]) - Method in interface jv.project.PvGeometryIf
Set individual colors of elements.
setElementColors(Color[]) - Method in class jv.project.PgJvxSrc
Copy element colors of list to existing array of element colors.
setElementInd(int) - Method in class jv.project.PvPickEvent
Set index of element in element array of picked geometry.
setElementNormal(int, PdVector) - Method in class jv.geom.PgElementSet
Copy new normal to element normal at specified position in the normal list
setElementNormal(int, PdVector) - Method in interface jv.project.PvGeometryIf
 
setElementNormals(PdVector[]) - Method in class jv.geom.PgElementSet
Copy element normals of list to existing array of element normals.
setElementNormals(PdVector[]) - Method in interface jv.project.PvGeometryIf
Set individual normals of elements.
setElementNormals(PdVector[]) - Method in class jv.project.PgJvxSrc
Copy element normals of list to existing array of element normals.
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 interface jv.project.PvGeometryIf
 
setElements(PiVector[]) - Method in class jv.project.PgJvxSrc
Copy the first m_numElements of given array into element array.
setElementSet(PgElementSet) - Method in class jv.geom.PgBndPolygon
 
setElementSet(PgElementSet) - Method in class jvx.geom.PwModel
Overwrite the backup elementSet, on which the modeling tools will work.
setElementSet(PgElementSet) - Method in class jvx.geom.PgTube
Set elementSet to compute thick edges from.
setElementSubInd(int) - Method in class jv.project.PvPickEvent
Set the index of a subtringle if element has more than three edges.
setElementTag(int, int) - Method in interface jv.project.PvGeometryIf
 
setElementTags() - Method in class jvx.geom.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
setElementTexture(int, PdVector[]) - Method in interface jv.project.PvGeometryIf
 
setElementTextures(PdVector[][]) - Method in class jv.geom.PgElementSet
Copy element textures of list to existing array of element textures.
setElementTextures(PdVector[][]) - Method in interface jv.project.PvGeometryIf
Set individual neighbours of elements.
setElementTextures(PdVector[][]) - Method in class jv.project.PgJvxSrc
Copy element textures of list to existing array of element textures.
setElementVertices(int, PdVector[]) - Method in class jv.geom.PgElementSet
Copy new element vertices at specified position in the vertex array of PgPointSet.
setEnabled(boolean) - Method in class jv.number.PdVector_IP
 
setEnabled(boolean) - Method in class jv.number.PuDouble
Enable or disable the slider for interactive use.
setEnabled(boolean) - Method in class jv.number.PdColor_IP
 
setEnabled(boolean) - Method in class jv.number.PuDouble_IP
 
setEnabled(boolean) - Method in class jv.number.PuInteger_IP
 
setEnabled(boolean) - Method in class jv.number.PuInteger
Enable or disable the slider for interactive use.
setEnabled(boolean) - Method in class jv.number.PiVector_IP
 
setEnabled(boolean) - Method in class jv.number.PdColor
Enable or disable the color dialog for interactive use.
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.
setEnabledAutoFit(boolean) - Method in class jv.project.PjProject
Set flag which determines whether scenery is scaled to fit display when start() is called.
setEnabledCameraClip(int, boolean) - Method in class jv.loader.PvDisplayOption
 
setEnabledCameraTransform(int, boolean) - Method in class jv.loader.PvDisplayOption
 
setEnabledClearScreen(boolean) - Method in class jv.viewer.PvDisplay
Enable clearing of screen after each repaint.
setEnabledClip(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable clipping with front and back plane.
setEnabledClip(boolean) - Method in interface jv.project.PvCameraIf
Enable horizontal clipping.
setEnabledClip(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable clipping with front and back plane.
setEnabledClip(boolean) - Method in class jv.viewer.PvCamera
Enable horizontal clipping.
setEnabledDisplays(boolean) - Method in class jvx.geom.PwHodge_IP
 
setEnabledFastZBuffer(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable z-buffered drawing of scene.
setEnabledKeysOnly(boolean) - Method in class jv.anim.PsKeyframe
Set flag to avoid smooth interpolation but displaying key objects only.
setEnabledLocalTransform(boolean) - Method in class jv.viewer.PvDisplay
Set flag whether local coordinate system is used in camera transformations.
setEnabledPainters(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable painter's algorithm during drawing, i.e. a z-sort of drawing items.
setEnabledPainters(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable painter's algorithm during drawing, i.e. a z-sort of drawing items.
setEnabledSmallSize(boolean) - Static method in class jv.loader.PgLoader
Determine if saving of data should try to reduce size of output file.
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.
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.
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.
setEndListener(PsUpdateIf) - Method in class jvx.geom.PnExplodeElementSet
 
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.numeric.PnEnergyMinimizer
Set new energy and clear all vector fields.
setEntry(int, double) - Method in class jv.vecmath.PdVector
Assign value to component of vector, and possibly enlarge vector 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) - Method in class jv.number.PdColor
Set a color component with given index to value.
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 jv.vecmath.PdMatrix
Assign value to component of matrix, and possibly enlarge matrix if too small.
setEquation(String) - Method in class jvx.numeric.PnOdeExpr
 
setEquation(String) - Method in class vgp.tutor.ode.PjExprOde
 
setEquation(String) - Method in class vgp.tutor.rootFinder.PjRootFinder
Set function expression from outside the project.
setEquation(String, String[]) - Method in class jvx.numeric.PnOdeExpr
 
setEquation(String, String[]) - Method in class vgp.tutor.ode.PjExprOde
 
setError(boolean) - Static method in class jv.object.PsDebug
Enable recording of heavy errors in JavaView console.
setExpElSet(PnExplodeElementSet) - Method in class jvx.geom.PnExplode_Dialog
Store PnExplodeElementSet steered by this dialog.
setExplodeDisplay(PvDisplay) - Method in class vgp.game.mines.PnMinesweeper
Store Display.
setExplodeDisplay(PvDisplayIf) - Method in class jvx.geom.PnMinesweeper
Store Display.
setExpPolytope(PnExplodePolytope) - Method in class jvx.geom.PnExplode_Dialog
Store PnExplodePolytope steered by this dialog.
setExpression(String[]) - Method in class jv.function.PuFunction
Supply string array of functions.
setExpression(String, int) - Method in class jv.function.PuFunction
Set string of function with index ind.
setExtension(String) - Method in class jv.loader.PgFileDialog
Set filename to be suggested in file dialog.
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 interface jv.project.PvCameraIf
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.
setFarClip(double) - Method in class jv.viewer.PvCamera
Get distance of far clipping plane.
setFast(boolean) - Method in class jvx.geom.PwLIC
Sets whether 4th-order runge-kutta or euler integration will be used for integration along vector field.
setFast(boolean) - Method in class vgp.vector.vectorField.PjVectorField
Sets integration method to euler-mode or 4th-order Runge-Kutta mode.
setFather(PsXmlNode) - Method in class jv.rsrc.PsXmlNode
 
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 vgp.tutor.vectorField.PjVectorField
 
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
 
setFileName(String) - Method in class vgp.discrete.harmonic.PjHarmonic
 
setFileName(String, int) - Method in class vgp.tutor.key.PjKeyframe
 
setFilenameExtension(String) - Method in class jv.loader.PgExport_Dialog
Set extension of file name to be used as filter in file dialog.
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.
setFixedHashing(double, double) - Method in class jv.thirdParty.ruler.PgRuler
 
setFixedHashings(double, double) - Method in class jv.thirdParty.ruler.PgAxes
 
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
 
setForegroundColor(Color) - Method in interface jv.project.PvDisplayIf
Set foreground color.
setForegroundColor(Color) - Method in class jv.viewer.PvDisplay
Set foreground color.
setForegroundImage(String) - Method in class jv.loader.PvDisplayOption
 
setForegroundImageRepeat(String) - Method in class jv.loader.PvDisplayOption
 
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
 
setFunction(PuFunction) - Method in class jv.function.PuFunction_EvalPanel
 
setFunction(PuFunction) - Method in class jvx.surface.PgParmSurface
 
setFunction(PuFunction) - Method in class jvx.surface.PgGraph
 
setFunction(PuFunction) - Method in class vgp.surface.common.PgSurfaceDescr
Set function object, which has been setup somewhere else.
setFunction(String) - Method in class jvx.geom.PwClip
Set expression of level function used clipping from outside of workshop.
setGeometry(PgElementSet) - Method in class jvx.geom.PwUnfold
Set geometry to be worked on.
setGeometry(PgElementSet) - Method in class jvx.geom.PwVectorField
 
setGeometry(PgElementSet) - Method in class jvx.geom.PwGeodesic
Geodesics are computed on the given surface.
setGeometry(PgElementSet) - Method in class jvx.geom.PwLIC
Sets the triangulation.
setGeometry(PgElementSet) - Method in class jvx.geom.PwIntegralLines
Set the geometry that will be used for integration when using the workshop's info panel or method makeIntegralLines().
setGeometry(PgElementSet) - Method in class jvx.geom.PgPolygonOnElementSet
Changes the underlying geometry.
setGeometry(PgElementSet) - Method in class jvx.geom.PwClip
setFunction sets clipping function
setGeometry(PgElementSet) - Method in class jvx.numeric.PnGeodesicRK
Sets underlying geometry.
setGeometry(PgGeometry) - Method in class jv.thirdParty.ruler.PjAxes
Register a geometry which is the target of this axes.
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.project.PvPickEvent
Set the picked geometry from display, may be null.
setGeometry(PgGeometryIf) - Method in interface jv.project.PvGeometryIf
Set associated geometry to be displayed.
setGeometry(PgGeometryIf) - Method in class jv.viewer.PvViewer
Set current geometry whose inspector panels are display inside the control panel.
setGeometry(PgPointSet) - Method in class jv.geom.PgVectorField
Assign a geometry to serve as the carrier of this vector field.
setGeometry(PgPointSet) - Method in class jvx.geom.PjEvolve
Set geometry used for evolution.
setGeometryInfo(PsGeometryInfo) - Method in class jv.project.PgGeometry
Set geometry information.
setGeometryInfo(PsGeometryInfo) - Method in class jvx.rsrc.PsModelInfo
Set geometry information.
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 interface jv.project.PvGeometryIf
Set global boundary color.
setGlobalBndColor(Color) - Method in class jv.project.PgJvxSrc
Set global boundary color to be used if no local colors are available.
setGlobalBndSize(double) - Method in class jv.geom.PgElementSet
Set thickness in pixels of boundary when drawn in display.
setGlobalBndSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of boundary edges.
setGlobalBndSize(double) - Method in class jv.project.PgJvxSrc
Set thickness in pixels of boundary when drawn in display.
setGlobalBndTagColor(Color) - Method in class jv.geom.PgElementSet
Set global color of tagged boundaries.
setGlobalBndTagColor(Color) - Method in interface jv.project.PvGeometryIf
Set global color of tagged boundaries.
setGlobalBndTagColor(Color) - Method in class jv.project.PgJvxSrc
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 interface jv.project.PvGeometryIf
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.
setGlobalEdgeSize(double) - Method in class jv.geom.PgElementSet
Set thickness in pixels of edge when drawn in display.
setGlobalEdgeSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of element edges.
setGlobalEdgeSize(double) - Method in class jv.project.PgJvxSrc
Set global radius in pixels of circle to visualize vertices in display.
setGlobalEdgeTagColor(Color) - Method in class jv.geom.PgElementSet
Set global color of tagged edges.
setGlobalEdgeTagColor(Color) - Method in interface jv.project.PvGeometryIf
Set global color of tagged edges.
setGlobalEdgeTagColor(Color) - Method in class jv.project.PgJvxSrc
Set global color of tagged vertices.
setGlobalElementBackColor(Color) - Method in class jv.geom.PgElementSet
Set global color of backface of elements.
setGlobalElementBackColor(Color) - Method in interface jv.project.PvGeometryIf
Set global color of backface of elements.
setGlobalElementBackColor(Color) - Method in class jv.project.PgJvxSrc
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 interface jv.project.PvGeometryIf
Set global element color to be used if no local colors are available.
setGlobalElementColor(Color) - Method in class jv.project.PgJvxSrc
Set global vertex 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 interface jv.project.PvGeometryIf
Set global vertex normal color.
setGlobalElementNormalColor(Color) - Method in class jv.project.PgJvxSrc
Set global element normal color to be used if no local colors are available.
setGlobalElementNormalLength(double) - Method in class jv.geom.PgElementSet
Get length factor of element normal vectors when drawn in display.
setGlobalElementNormalLength(double) - Method in interface jv.project.PvGeometryIf
Set global length of vertex normal vectors.
setGlobalElementNormalLength(double) - Method in class jv.project.PgJvxSrc
Get length factor of normal vectors when drawn in display.
setGlobalElementNormalSize(double) - Method in class jv.geom.PgElementSet
Get thickness in pixels of element normals when drawn in display.
setGlobalElementNormalSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of vertex normal vectors.
setGlobalElementNormalSize(double) - Method in class jv.project.PgJvxSrc
Get thickness in pixels of normals when drawn in display.
setGlobalElementTagColor(Color) - Method in class jv.geom.PgElementSet
Set global color of tagged elements.
setGlobalElementTagColor(Color) - Method in interface jv.project.PvGeometryIf
Set global color of tagged elements.
setGlobalElementTagColor(Color) - Method in class jv.project.PgJvxSrc
Set global color of tagged elements.
setGlobalPolygonColor(Color) - Method in class jv.geom.PgPolygon
Set global polygon color to be used if no local colors are available.
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 interface jv.project.PvGeometryIf
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.
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 interface jv.project.PvGeometryIf
Set global vertex normal color.
setGlobalPolygonNormalColor(Color) - Method in class jv.project.PgJvxSrc
Set global polygon normal color to be used if no local colors are available.
setGlobalPolygonNormalLength(double) - Method in class jv.geom.PgPolygonSet
Get length factor of normal vectors when drawn in display.
setGlobalPolygonNormalLength(double) - Method in interface jv.project.PvGeometryIf
Set global length of vertex normal vectors.
setGlobalPolygonNormalLength(double) - Method in class jv.project.PgJvxSrc
Get length factor of normal vectors when drawn in display.
setGlobalPolygonNormalSize(double) - Method in class jv.geom.PgPolygonSet
Get thickness in pixels of normals when drawn in display.
setGlobalPolygonNormalSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of vertex normal vectors.
setGlobalPolygonNormalSize(double) - Method in class jv.project.PgJvxSrc
Get thickness in pixels of normals when drawn in display.
setGlobalPolygonSize(double) - Method in class jv.geom.PgPolygon
Set thickness in pixels of polygon when drawn in display.
setGlobalPolygonSize(double) - Method in class jv.geom.PgPolygonSet
Set thickness in pixels of polygon when drawn in display.
setGlobalPolygonSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of polygon edges.
setGlobalPolygonSize(double) - Method in class jv.project.PgJvxSrc
Set global radius in pixels of circle to visualize vertices in display.
setGlobalPolygonTagColor(Color) - Method in class jv.geom.PgPolygon
Set global color of tagged polygons.
setGlobalPolygonTagColor(Color) - Method in class jv.geom.PgPolygonSet
Set global color of tagged polygons.
setGlobalPolygonTagColor(Color) - Method in interface jv.project.PvGeometryIf
Set global color of tagged polygons.
setGlobalPolygonTagColor(Color) - Method in class jv.project.PgJvxSrc
Set global color of tagged vertices.
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 interface jv.project.PvGeometryIf
Set global color of vector field 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.
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
Get length factor of vectors when drawn in display.
setGlobalVectorLength(int, double) - Method in interface jv.project.PvGeometryIf
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.
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
Get thickness in pixels of vectors when drawn in display.
setGlobalVectorSize(int, double) - Method in interface jv.project.PvGeometryIf
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.
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 interface jv.project.PvGeometryIf
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.
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 interface jv.project.PvGeometryIf
Set global vertex normal color.
setGlobalVertexNormalColor(Color) - Method in class jv.project.PgJvxSrc
Set global vertex normal color to be used if no local colors are available.
setGlobalVertexNormalLength(double) - Method in class jv.geom.PgPointSet
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.
setGlobalVertexNormalLength(double) - Method in class jv.project.PgJvxSrc
Get length factor of vertex normal vectors 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 interface jv.project.PvGeometryIf
Set global thickness of vertex normal vectors.
setGlobalVertexNormalSize(double) - Method in class jv.project.PgJvxSrc
Get thickness in pixels of vertex normals when drawn in display.
setGlobalVertexSize(double) - Method in interface jv.project.PvGeometryIf
Set global thickness of vertex dots.
setGlobalVertexSize(double) - Method in class jv.project.PgJvxSrc
Set global radius in pixels of circle to visualize vertices in display.
setGlobalVertexSize(int) - Method in class jv.geom.PgPointSet
Set global radius in pixels of circle to visualize vertices in display.
setGlobalVertexTagColor(Color) - Method in class jv.geom.PgPointSet
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.
setGlobalVertexTagColor(Color) - Method in class jv.project.PgJvxSrc
Set global color of tagged vertices.
setGravity(double) - Method in class jvx.geom.PnExplodeElementSet
 
setGravityDirection(PdVector) - Method in class jvx.geom.PnExplodeElementSet
 
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
 
setHashLabel(int, int, int, int) - Method in class jv.thirdParty.ruler.PgRuler
Customizes the positioning of the label at hashings.
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.object.PsDialog
Set string of panel header and return label m_lHeader.
setHints(int) - Method in class jv.thirdParty.acmeEncoders.ImageEncoder
 
setIdentity() - Method in class jv.vecmath.PdMatrix
Initialize square matrix to be identity matrix.
setIdentity() - Method in class jv.vecmath.PcMatrix
Initialize square matrix to be identity matrix.
setImag(double) - Method in class jv.number.PuComplexP
Set imag part of complex.
setImagBounds(double, double) - Method in class jv.number.PuComplexP_IP
Set Boundary of PuDouble im.
setImagBounds(double, double) - Method in class jv.number.PuComplexP
Set bounds of PuDouble im.
setImagBounds(double, double, double, double) - Method in class jv.number.PuComplexP_IP
Set Boundary of PuDouble im.
setImagBounds(double, double, double, double) - Method in class jv.number.PuComplexP
Set bounds of PuDouble im.
setImage(Image) - Method in class jv.geom.PgTexture
Set image of texture.
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
 
setImage(String) - Method in class jv.geom.PgTexture
Deprecated. use #setImageName(String) instead.
setImageFitMode(int) - Method in interface jv.project.PvDisplayIf
Set the mode determining how a background image is scaled w.r.t. the display canvas.
setImageFitMode(int) - Method in class jv.viewer.PvDisplay
Set the mode determining how a background image is scaled w.r.t. the display canvas.
setImageName(String) - Method in class jv.geom.PgTexture
Set file name of texture image including relative path or full url.
setInfluence(String) - Method in class jvx.geom.PnCellOperator
Choose an influence area.
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.PnPrincipalCurvatureOde
 
setInitialData(double, double[], double, double) - Method in class vgp.curve.common.PnShadeOde
 
setInitialData(double, double[], double, double) - Method in class vgp.curve.common.PnAsymptOde
 
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')
setInsetSize(int) - Method in class jv.object.PsPanel
 
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 class jv.viewer.PvCamera
Set location at which camera is directed, i.e. the point of interest.
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.PgElementSet
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.
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
 
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.
setLanguage(String) - Static method in class jv.object.PsConfig
Set the current language used in localizations.
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.number.PiVector_IP
 
setLength(int) - Method in class jv.vecmath.PiVector
Set euclidean length of vector.
setLength(PdVector, double, PdVector) - Static method in class jv.vecmath.PuLorentz
Set Minkowski length of point to given length.
setLICSize(int) - Method in class jvx.geom.PwLIC
Sets the size that the longest edge of the triangulation will have in the texture image (in pixels).
setLightColor(int, Color) - Method in class jv.loader.PvDisplayOption
 
setLightDir(PdVector) - Method in class vgp.curve.common.PnShadeOde
 
setLightInterest(int, PdVector) - Method in class jv.loader.PvDisplayOption
 
setLightPosition(int, PdVector) - Method in class jv.loader.PvDisplayOption
 
setLightType(int, int) - Method in class jv.loader.PvDisplayOption
 
setLocation(int, int) - Method in class jv.object.PsDialog
Set location of dialog but correct of upper left corner if outside screen.
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 endpoints of the hashings along the up or normal vectors
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
 
setMakeTangential(boolean) - Method in class jvx.geom.PwVectorField
 
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.
setMaxNumBeeps(int) - Static method in class jv.object.PsDebug
Set maximal number of warning beeps.
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].
setMessage(boolean) - Static method in class jv.object.PsDebug
Enable recording of info message in JavaView console.
setMethod(int) - Method in class vgp.vector.vectorField.PjVectorField
Sets method used in calculateRepresentations.
setMethodStraightest() - Method in class jvx.geom.PwGeodesic
Compute STRAIGHTEST geodesics.
setMinConvolutionWidth(int) - Method in class jvx.geom.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).
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).
setMines(int) - Method in class jvx.geom.PnMinesweeper
Get random positions for mines.
setMines(int) - Method in class vgp.game.mines.PnMinesweeper
Get random positions for mines.
setMinimizing(boolean) - Method in class jvx.geom.PwHodge_IP
 
setMinMax(double, double) - Method in class jv.thirdParty.ruler.PgRuler
 
setMinorColor(Color) - Method in class jv.thirdParty.ruler.PgRuler
 
setMinorHashSize(double, double, int) - Method in class jv.thirdParty.ruler.PgRuler
Set the endpoints of the hashings along the up or normal vectors
setMixedMode(boolean) - Method in class jv.rsrc.PsXmlNode
Set flag that node is in mixed mode.
setMode(int) - Method in class jv.thirdParty.ruler.PgAxes
 
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.
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.PvGeometryIf
Set model matrix of geometry.
setModelMatrix(PdMatrix) - Method in interface jv.project.PgGeometryIf
Set model matrix of geometry.
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.PvDisplayIf
Set name of dispay, e.g. used as title in info panel and hashtable of PvViewer.
setName(String) - Method in interface jv.project.PgGeometryIf
Set name of geometry, should be unique inside JavaView.
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 title of the ruler.
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 interface jv.project.PvCameraIf
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.
setNearClip(double) - Method in class jv.viewer.PvCamera
Get distance of the near clipping plane.
setNeighbours(PiVector[]) - Method in class jv.geom.PgElementSet
Copy neighbour array to existing array of neighbours.
setNeighbours(PiVector[]) - Method in interface jv.project.PvGeometryIf
 
setNeighbours(PiVector[]) - Method in class jv.project.PgJvxSrc
Copy neighbour array to existing array of neighbours.
setNormal(PdVector) - Method in class jv.project.PvPickEvent
Get normal vector at picked surface points.
setNormal(PdVector) - Method in class jv.thirdParty.ruler.PgRuler
Set direction of the normal vector along which the hashings will be drawn - Normalization will be done within this method
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.
setNumCameras(int) - Method in class jv.loader.PvDisplayOption
 
setNumControlPoints(int) - Method in class jvx.geom.PgBezierCurve
Set number of control points.
setNumEdges(int, int) - Method in class jv.geom.PgElementSet
Allocate given number of edges, and allocate normals, colors etc. if they already exist.
setNumEdges(int, int) - Method in class jv.project.PgJvxSrc
Allocate given number of edges, and allocate normals, colors etc. if they already exist.
setNumElements(int) - Method in class jv.geom.PgElementSet
Allocate given number of elements, and allocate normals, colors etc. if they already exist.
setNumElements(int) - Method in interface jv.project.PvGeometryIf
 
setNumElements(int) - Method in class jv.project.PgJvxSrc
Allocate given number of elements, and allocate neighbours, normals, colors etc. if they already exist.
setNumFunctions(int) - Method in class jv.function.PuFunction
Set number of functions.
setNumLights(int) - Method in class jv.loader.PvDisplayOption
 
setNumLoops(int) - Method in class jvx.geom.PnCellOperator
Appoint 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. if they already exist.
setNumPolygons(int) - Method in interface jv.project.PvGeometryIf
 
setNumPolygons(int) - Method in class jv.project.PgJvxSrc
Allocate given number of polygons, and allocate normals, colors etc. if they already exist.
setNumStates(int) - Method in class jvx.geom.PnCellOperator
Define number of possible states of a cell.
setNumSteps(int) - Method in class jvx.geom.PwIntegralLines
Set the number of steps that will be used for integration in makeIntegralLines.
setNumULines(int) - Method in class jv.viewer.PvGrid
 
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 arguments used in current functions.
setNumVectorFields(int) - Method in interface jv.project.PvGeometryIf
Set number of allocated and used vector fields.
setNumVectorFields(int) - Method in class jv.project.PgJvxSrc
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 interface jv.project.PvGeometryIf
Set number of vectors of a vector field with given index.
setNumVectors(int, int, int) - Method in class jv.project.PgJvxSrc
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. if they already exist.
setNumVertices(int) - Method in class jv.loader.PgMacroPatch
 
setNumVertices(int) - Method in interface jv.project.PvGeometryIf
 
setNumVertices(int) - Method in class jv.project.PgJvxSrc
Allocate given number of vertices, and allocate normals, colors etc. if they already exist.
setNumVertices(int) - Method in class jvx.geom.PgBezierCurve
 
setNumVertices(int) - Method in class jvx.geom.PgPolygonOnElementSet
Existing vertices keep their values (if their position is less than num).
setNumVLines(int) - Method in class jv.viewer.PvGrid
 
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 object of keyframe.
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
Set this option class with data extracted from a 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
 
setOrientation(int) - Method in class jv.loader.PgMacroPatch
 
setOrientation(PdVector, PdVector, PdVector) - Method in class jv.viewer.PvGrid
 
setOrigin(PdVector) - Method in class jv.thirdParty.ruler.PgRuler
Set the origin of the ruler to the specific point in space.
setOutOfDate(boolean) - Method in class jv.object.PsPanel
Mark this panel as being not synchronized with the correct data of its parent.
setOutputType(int) - Method in class jvx.geom.PnCellOperator
Appoint the way of viewing element states.
setPaintMode() - Method in class jv.loader.PSGr
Sets the default paint mode to overwrite the destination with the current color.
setPaintTag(int, boolean) - Method in interface jv.project.PvDisplayIf
Deprecated. use individual show...(boolean) methods.
setPaintTag(int, boolean) - Method in class jv.viewer.PvDisplay
Set all bits which are set in parameter.
setParameter(String[][]) - Method in class jv.project.PjProject
Set project parameter.
setParameter(String, double) - Method in class jv.function.PuFunction
Set value of variable in all expressions, usually used as constants or parameters.
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.PgTexture_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPointSet_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPolygon_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPolygonSet_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgElementSet_IP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPointSet_MP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPolygonSet_MP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgPolygon_MP
 
setParent(PsUpdateIf) - Method in class jv.geom.PgVectorField_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.loader.PsCategoryList_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.number.PdColor_Dialog
 
setParent(PsUpdateIf) - Method in class jv.number.PuComplexP_IP
Set Parent and store it in m_puComplexP.
setParent(PsUpdateIf) - Method in class jv.number.PdColor_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.number.PdArray_IP
 
setParent(PsUpdateIf) - Method in class jv.number.PiArray_IP
 
setParent(PsUpdateIf) - Method in class jv.object.PsObject
Set parent to receive update methods.
setParent(PsUpdateIf) - Method in class jv.object.PsPanel
 
setParent(PsUpdateIf) - Method in class jv.object.PsDialog
Set parent of this dialog.
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.PsJavaView_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.thirdParty.ruler.PgRuler_CP
 
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.viewer.PvCamera_IP
 
setParent(PsUpdateIf) - Method in class jv.viewer.PvDisplay_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 jvx.geom.PnCellOperator_Dialog
Store parent cell operator.
setParent(PsUpdateIf) - Method in class jvx.geom.PwClip_IP
Must be called from parent's init() method
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.PwSimplify_IP
Store parent pwSimplify.
setParent(PsUpdateIf) - Method in class jvx.geom.PwIntegralLines_IP
Must be called from parent's init() method
setParent(PsUpdateIf) - Method in class jvx.geom.PwPlatonic_IP
Set parent and memorize platonic workshop
setParent(PsUpdateIf) - Method in class jvx.geom.PjEvolve_Dialog
Store parent cell operator.
setParent(PsUpdateIf) - Method in class jvx.geom.PwVectorField_IP
Must be called from parent's init() method
setParent(PsUpdateIf) - Method in class jvx.geom.PnCellOperator_IP
Store parent cell operator.
setParent(PsUpdateIf) - Method in class jvx.geom.PwUnfold_IP
 
setParent(PsUpdateIf) - Method in class jvx.geom.PjEvolve_IP
Store parent cell operator.
setParent(PsUpdateIf) - Method in class jvx.geom.PwHodge_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class jvx.geom.PgTube_CP
 
setParent(PsUpdateIf) - Method in class jvx.geom.PwLIC_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class jvx.geom.PwModel_IP
 
setParent(PsUpdateIf) - Method in class jvx.geom.PnMinesweeper_Dialog
Store parent cell operator.
setParent(PsUpdateIf) - Method in class jvx.math.MathUpdateListener
Set parent and do nothing else.
setParent(PsUpdateIf) - Method in class jvx.numeric.PnEnergyMinimizer_IP
 
setParent(PsUpdateIf) - Method in class jvx.rsrc.PsModelInfo_IP
 
setParent(PsUpdateIf) - Method in class jvx.rsrc.PsSubmission_IP
 
setParent(PsUpdateIf) - Method in class jvx.surface.PgDomainDescr_IP
 
setParent(PsUpdateIf) - Method in class jvx.surface.PgGraph_CP
 
setParent(PsUpdateIf) - Method in class jvx.surface.PgParmSurface_IP
 
setParent(PsUpdateIf) - Method in class jvx.surface.PgDomain_CP
 
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.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.surface.PjSurfCurve_IP
 
setParent(PsUpdateIf) - Method in class vgp.discrete.catenoid.PjCatenoid_IP
Set parent of panel which supplies the data inspected by the panel.
setParent(PsUpdateIf) - Method in class vgp.discrete.catenoid.PgCatenoid_CP
 
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.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.maxPrinciple.PjMaxPrinciple_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.platonic.PjPlatonic_IP
 
setParent(PsUpdateIf) - Method in class vgp.game.life.PjLife_IP
Store parent cell operator.
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.surface.common.PjSurface_IP
 
setParent(PsUpdateIf) - Method in class vgp.surface.common.PgSurfaceDescr_IP
 
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.fractal.PjFractalImage_IP
Set parent of panel which supplies the data inspected by the panel.
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.PaLSystem
Method must be implemented to fulfill interface PsUpdateIf
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.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.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.vectorField.PjVectorField_IP
Gets info panels and super info panels from project
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 number of boundary polygon to reflect part at.
setPartitionedHashing(int, int) - Method in class jv.thirdParty.ruler.PgRuler
 
setPartitionedHashing(int, int) - Method in class jv.thirdParty.ruler.PgAxes
 
setPickFirst() - Method in class jvx.geom.PwGeodesic
User shall pick starting point.
setPickLast() - Method in class jvx.geom.PwGeodesic
User shall pick endpoint.
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
 
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 overriden by subclasses.
setPolygon(int, PiVector) - Method in interface jv.project.PvGeometryIf
 
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.geom.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
setPolygonColor(int, Color) - Method in interface jv.project.PvGeometryIf
 
setPolygonColors(Color[]) - Method in class jv.geom.PgPolygonSet
Copy polygon colors of list to existing array of polygon colors.
setPolygonColors(Color[]) - Method in interface jv.project.PvGeometryIf
 
setPolygonColors(Color[]) - Method in class jv.project.PgJvxSrc
Copy polygon colors of list to existing array of polygon colors.
setPolygonNormal(int, PdVector) - Method in class jv.geom.PgPolygonSet
Copy new normal to polygon normal at specified position in the normal list
setPolygonNormal(int, PdVector) - Method in interface jv.project.PvGeometryIf
 
setPolygonNormals(PdVector[]) - Method in class jv.geom.PgPolygonSet
Copy polygon normals of list to existing array of polygon normals.
setPolygonNormals(PdVector[]) - Method in interface jv.project.PvGeometryIf
 
setPolygonNormals(PdVector[]) - Method in class jv.project.PgJvxSrc
Copy polygon normals of list to existing array of polygon normals.
setPolygons(PiVector[]) - Method in class jv.geom.PgPolygonSet
Copy all polygons of polygon list to existing array of polygons.
setPolygons(PiVector[]) - Method in interface jv.project.PvGeometryIf
 
setPolygons(PiVector[]) - Method in class jv.project.PgJvxSrc
Copy the first m_numPolygons of given array into polygon array.
setPolygonTag(int, int) - Method in interface jv.project.PvGeometryIf
 
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(int, int) - Method in class jv.viewer.PvDisplay
Set position of upper left corner of frame from outside.
setPosition(PdVector) - Method in interface jv.project.PvCameraIf
Set position of camera in world coordinates.
setPosition(PdVector) - Method in class jv.viewer.PvCamera
Set position of camera in world coordinates.
setPositiveVisible(boolean) - Method in class jvx.geom.PwClip
 
setPrimary(String) - Method in class jv.rsrc.PsGeometryInfo
 
setProfileDiscr(int) - Method in class vgp.discrete.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 vgp.discrete.catenoid.PgCatenoid
 
setRadiusBounds(double, double) - Method in class jv.number.PuComplexP_IP
Set Boundary of PuDouble radius.
setRadiusBounds(double, double) - Method in class jv.number.PuComplexP
Set bounds of PuDouble radius.
setRadiusBounds(double, double, double, double) - Method in class jv.number.PuComplexP_IP
Set Boundary of PuDouble radius.
setRadiusBounds(double, double, double, double) - Method in class jv.number.PuComplexP
Set bounds of PuDouble radius.
setReal(double) - Method in class jv.number.PuComplexP
Set real part of complex.
setRealBounds(double, double) - Method in class jv.number.PuComplexP_IP
Set Boundary of PuDouble re.
setRealBounds(double, double) - Method in class jv.number.PuComplexP
Set bounds of PuDouble re.
setRealBounds(double, double, double, double) - Method in class jv.number.PuComplexP_IP
Set Boundary of PuDouble re.
setRealBounds(double, double, double, double) - Method in class jv.number.PuComplexP
Set bounds of PuDouble re.
setReflection(PiVector[]) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Appoint reflections of parts.
setReflectPartNr(int) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Appoint number of part to be reflected by the user.
setReflectType(int) - Method in class vgp.minimal.weier.PgWeierstrassDescr
Appoint reflection type of a boundary polygon: reflectType == 0 : Reflect Re on plane and rotate Im on line. reflectType == 1 : Rotate Re on line and reflect Im on plane.
setRepeat(int) - Method in class jv.anim.PsAnimation
Set repeat mode of animation.
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.PnExplodeElementSet
 
setRow(int, PdVector) - Method in class jv.vecmath.PdMatrix
Set row vector of 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(String) - Method in class jvx.geom.PnCellOperator
Choose a operating rule.
setRulerName(String) - Method in class jv.thirdParty.ruler.PgRuler
 
setRulerName(String, boolean) - Method in class jv.thirdParty.ruler.PgRuler
see setRulerName(s,pos,show)
setRulerName(String, int) - Method in class jv.thirdParty.ruler.PgRuler
 
setRulerName(String, int, boolean) - Method in class jv.thirdParty.ruler.PgRuler
 
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.
setScalarName(String) - Method in class vgp.tutor.height.PjHeight
Set name of current color criteria.
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.
setScene(PvScene) - Method in class jv.thirdParty.ruler.PjAxes
Register a scene as the target of this axes.
setSecondaries(String[]) - Method in class jv.rsrc.PsGeometryInfo
 
setSelectedAuthor(int) - Method in class jv.rsrc.PsAuthorInfo
Select currently active author.
setSelectedTopic(int) - Method in class vgp.tutor.updatePanel.MyClass
 
setShape(BitSet) - Method in class jv.geom.PgBndConstraint
Deprecated. Set individual bits using setShape(int).
setShape(int) - Method in class jv.geom.PgBndConstraint
Set shape constraint.
setSibling(PsXmlNode) - Method in class jv.rsrc.PsXmlNode
 
setSize(double, double, double, double) - Method in class jv.viewer.PvGrid
 
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 jv.number.PdColor
Set number of components of color excluding alpha.
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.PdBaryDir
Set dimension of barycentric vector, i.e. length of its data array.
setSize(int) - Method in class jv.vecmath.PdMatrix
Set dimension of square matrix.
setSize(int) - Method in class jv.vecmath.PcMatrix
Set dimension of square matrix.
setSize(int) - Method in class jv.vecmath.PiVector
Set dimension of vector, i.e. length of its data array.
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 jvx.thirdParty.fonts.FontsCanvas
 
setSize(int, boolean) - Method in class jvx.geom.PgVertexStar
Set number of elements in vertex star.
setSize(int, int) - Method in class jv.objectGui.PsImage
Resizes the image after loading it if not done yet.
setSize(int, int) - Method in class jv.vecmath.PdMatrix
Set dimension of non-square matrix.
setSize(int, int) - Method in class jv.vecmath.PcMatrix
Set dimension of non-square matrix.
setSizeOfPolygon(int, int) - Method in class jv.geom.PgPolygonSet
Let all polygons have same number of vertices aSize<>0, or individual aSize=-1.
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.
setSoftware(String) - Method in class jv.rsrc.PsGeometryInfo
 
setSolid(PgElementSet, int) - Method in class jvx.geom.PwPlatonic
Choose a solid and set data of elementSet.
setSolid(PgElementSet, String) - Method in class jvx.geom.PwPlatonic
Choose a solid.
setSolidName(String) - Method in class vgp.discrete.platonic.PjPlatonic
 
setSource(PvDisplayIf) - Method in class jv.project.PvPickEvent
Set source display where this event occurred.
setSpeed(double) - Method in class jvx.geom.PnExplodeElementSet
 
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(boolean) - Method in class vgp.tutor.updatePanel.MyClass
 
setState(int, boolean) - Method in class jv.geom.PgPointSet
Set drawing flags of this geometry from within the display.
setState(int, boolean) - Method in class jv.project.PgGeometry
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 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 class jv.viewer.PvScene
 
setStepSize(double) - Method in class jvx.geom.PwIntegralLines
Set the step size used for integration in makeIntegralLines.
setStepSize(double) - Method in class jvx.numeric.PnLIC
Sets the stepsize of the runge-kutta integration method.
setSurface(PgElementSet) - Method in class jvx.surface.PgParmSurface
 
setSurface(PgElementSet, int) - Method in class vgp.discrete.harmonic.PgSurfacePair
 
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.PnAreaEnergy
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.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.PnEnergyMinimizer
Set references to domain and image surface.
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.PnConfEnergy
Set domain and surface, and initialize energy structure.
setSurface(PgJvxSrc) - Method in class vgp.discrete.maxPrinciple.PgMaxPrinciple
Compute static surface with given discretization.
setSurface(PgSurfaceDescr) - Method in class vgp.curve.common.PnSurfaceOde
 
setSurfaceName(String) - Method in class vgp.curve.common.PjCurve
 
setSurfaceName(String) - Method in class vgp.minimal.weier.PjWeierstrass
Choose a surface by it's name.
setSurfaceName(String, String) - Method in class vgp.minimal.weier.PgWeierstrass
Find descriptor with given surfaceName.
setSurfaceName(String, String) - Method in class vgp.surface.common.PgSurface
Deprecated. create a descriptor yourself and use setDescr(PgSurfaceDescr descr).
setSurfaceNames(String, String, String) - Method in class vgp.surface.common.PjSurface
 
setSurfaces(PgElementSet, PgElementSet) - Method in class jvx.surface.PgGraph
 
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 overriden 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 overriden 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
 
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 overriden 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(String) - Method in class vgp.tutor.updatePanel.MyClass
 
setTexture(int[], int, int) - Method in interface jv.project.PvGeometryIf
 
setTexture(PgTexture) - Method in class jv.geom.PgPointSet
Set current texture of surface with reference to texture image.
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.
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 protocoll.
setThickness(double) - Method in class jvx.geom.PgTube
 
setTime(double) - Method in class jv.anim.PsTimeEvent
Set the current time of the animation.
setTime(double) - Method in class jv.anim.PsKeyframe
Refresh the interpolation geometry at the given time.
setTime(double) - Method in class jv.anim.PsKey
Set time of keyframe.
setTime(double) - Method in class jv.anim.PsAnimation
Set the time of the animation and the animation panel.
setTime(long) - Method in class jvx.geom.PwLIC_IP
 
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.anim.PsKeyframe
Refresh the interpolation geometry at the given time.
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.PwUnfold
 
setTime(PsTimeEvent) - Method in class jvx.geom.PnExplodeElementSet
Update the geometry for every new time step.
setTime(PsTimeEvent) - Method in class jvx.geom.PjEvolve
Compute evolution.
setTime(PsTimeEvent) - Method in class jvx.geom.PnExplodePolytope
Update PgPointSets for a new time value.
setTime(PsTimeEvent) - Method in class jvx.math.MathTimerListener
Animation updates the dynamic object through this method whenever time has changed.
setTime(PsTimeEvent) - Method in class vgp.curve.cycloid.PjCycloid
 
setTime(PsTimeEvent) - Method in class vgp.curve.surface.PjSurfCurve
 
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) - Method in class jv.anim.PsAnimation
Set interval in which time varies.
setTimeInterval(double, double, double, double) - Method in class jv.anim.PsAnimation
Set interval in which time varies, and increments for time slider.
setTitle(String) - Method in class jv.loader.PvDisplayOption
 
setTitle(String) - Method in class jv.object.PsPanel
Set string of panel title.
setTitle(String) - Method in class jv.project.PgGeometry
 
setTitleAlignments(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.TITLE_ALIGN_LEFT,PgRuler.TITLE_ALIGN_RIGHT,PgRuler.TITLE_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.
setTitles(String[]) - Method in class jv.thirdParty.ruler.PgAxes
 
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.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 surface to be used in textures.
setTransparency(double) - Method in interface jv.project.PvGeometryIf
Set transparency in [0, 1] where 0 corresponds to opaque and 1 to fully transparent.
setType(int) - Method in class jv.project.PgJvxSrc
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(double) - Method in class jv.viewer.PvGrid
 
setUMax(double) - Method in class jvx.surface.PgDomainDescr
 
setUMax(int) - Method in class jv.geom.PgTexture
Set upper width of used region in texture image.
setUMin(double) - Method in class jv.viewer.PvGrid
 
setUMin(double) - Method in class jvx.surface.PgDomainDescr
 
setUMin(int) - Method in class jv.geom.PgTexture
Set lower width value of used region in texture image.
setUpdateDomain(boolean) - Method in class jvx.numeric.PnEnergyMinimizer
 
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
Set direction of the up vector along which a secondary set of hashings will be drawn - Normalization will be done within this method
setUpVector(PdVector) - Method in class jv.viewer.PvCamera
Set normalized up vector of camera in world coordinates.
setValue(double) - Method in class jv.number.PuDouble
Set value of double, and adjust slider if visible.
setValue(double) - Method in class jv.thirdParty.expr.Variable
Set current value of variable.
setValue(int) - Method in class jv.number.PuInteger
Set value of integer, and adjust slider if visible.
setVector(int, double, double) - Method in class jv.geom.PgVectorField
 
setVector(int, double, double, double) - Method in class jv.geom.PgVectorField
 
setVector(int, PdVector) - Method in class jv.geom.PgVectorField
 
setVector(PdVector) - Method in class jv.number.PdVector_IP
 
setVector(PdVector[], String[], int, int) - Method in class jv.number.PdArray_IP
 
setVector(PiVector) - Method in class jv.number.PiVector_IP
 
setVector(PiVector[], String[], int, int) - Method in class jv.number.PiArray_IP
 
setVectorColors(Color[]) - Method in class jv.geom.PgVectorField
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.
setVectorColors(int, Color[]) - Method in class jv.project.PgJvxSrc
Copy vector colors of list to existing array of vector colors.
setVectorElementBased(int, boolean) - Method in interface jv.project.PvGeometryIf
Set flag if vector field is element based or vertex based.
setVectorElementBased(int, boolean) - Method in class jv.project.PgJvxSrc
Set flag whether vector field is element based or vertex based.
setVectorField(int[], PdBaryDir[], int[]) - Method in class jvx.numeric.PnTranslationRK
Sets vector field and calculates needed data.
setVectorField(Object) - Method in interface jv.project.PvGeometryIf
Deprecated. use setNumVectorFields(int) and setVectors(int, PdVector []) instead.
setVectorField(PdBaryDir[]) - Method in class jvx.numeric.PnElementRK
Sets intrinsic vector field given at element centers.
setVectorField(PdBaryDir[][]) - Method in class jvx.numeric.PnVertexRK
Set intrinsic vector field given at vertices.
setVectorField(PgElementSet, int) - Method in class jvx.geom.PwHodge
 
setVectorField(PgVectorField) - Method in class jvx.numeric.PnHodgeU
Set vector field.
setVectorField(PgVectorField) - Method in class jvx.numeric.PnVertexRK
Set intrinsic vector field as projection of extrinsic vector field given at vertices.
setVectorField(PgVectorField) - Method in class jvx.numeric.PnElementRK
Set intrinsic vector field as projection of extrinsic vector field given at element centers.
setVectorField(PgVectorField) - Method in class jvx.numeric.PnHodgeW
Set vector field.
setVectorFieldIndex(int) - Method in class jvx.geom.PwLIC
Set the vector field that will be visualized by index in the element set as set by setGeometry(PgElementSet), beginning with index 0.
setVectorFieldIndex(int) - Method in class jvx.geom.PwIntegralLines
Set the vector field that will be integrated by index in the element set as set by setGeometry(PgElementSet), beginning with index 0.
setVectorFieldName(int, String) - Method in class jv.project.PgJvxSrc
Set name of vector field.
setVectorList(int, PdVector[]) - Method in interface jv.project.PvGeometryIf
Deprecated. use setVectors(int, PdVector []) instead.
setVectors(int, PdVector[]) - Method in interface jv.project.PvGeometryIf
Copy all vectors of vector list to 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(PdVector[]) - Method in class jv.geom.PgVectorField
Copy all vectors of vector list to an 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, 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, int, PdBary) - Method in class jvx.geom.PgPolygonOnElementSet
Sets vertex at given index to be on given element with given barycentric coordinates.
setVertex(int, PdVector) - Method in class jv.geom.PgPointSet
Copy new vertex to vertex at specified position in the vertex list.
setVertex(int, PdVector) - Method in class jv.project.PgGeometry
Method does nothing and may be overriden by subclasses.
setVertex(int, PdVector) - Method in interface jv.project.PvGeometryIf
 
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(int, PdVector) - Method in class jvx.surface.PgGraph
 
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(PdVector[]) - Method in class jv.loader.PgMacroPatch
 
setVertexColor(int, Color) - Method in class jv.geom.PgPointSet
Copy new color to vertex color at specified position in the color list
setVertexColor(int, Color) - Method in interface jv.project.PvGeometryIf
 
setVertexColors(Color[]) - Method in class jv.geom.PgPointSet
Copy vertex colors of list to existing array of vertex colors.
setVertexColors(Color[]) - Method in interface jv.project.PvGeometryIf
 
setVertexColors(Color[]) - Method in class jv.project.PgJvxSrc
Copy vertex colors of list to existing array of vertex colors.
setVertexFunctions(String[][]) - Method in class jv.project.PgJvxSrc
Copy all vertices of vertex list to existing array of vertices.
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
setVertexNormal(int, PdVector) - Method in interface jv.project.PvGeometryIf
 
setVertexNormals(PdVector[]) - Method in class jv.geom.PgPointSet
Copy vertex normals of list to existing array of vertex normals.
setVertexNormals(PdVector[]) - Method in interface jv.project.PvGeometryIf
 
setVertexNormals(PdVector[]) - Method in class jv.project.PgJvxSrc
Copy vertex normals of list to existing array of vertex normals.
setVertexTag(int, int) - Method in interface jv.project.PvGeometryIf
 
setVertexTexture(int, PdVector) - Method in interface jv.project.PvGeometryIf
 
setVertexTextures(PdVector[]) - Method in class jv.geom.PgPointSet
Copy vertex textures of list to existing array of vertex textures.
setVertexTextures(PdVector[]) - Method in class jv.geom.PgElementSet
Copy vertex textures of list to existing array of vertex textures.
setVertexTextures(PdVector[]) - Method in interface jv.project.PvGeometryIf
 
setVertexTextures(PdVector[]) - Method in class jv.project.PgJvxSrc
Copy vertex textures of list to existing array of vertex textures.
setVertexType(PiVector[]) - Method in class jv.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 interface jv.project.PvGeometryIf
 
setVertices(PdVector[]) - Method in class jv.project.PgJvxSrc
Copy all vertices of vertex list to existing array of vertices.
setViewBase(PdVector) - Method in class jv.project.PvPickEvent
Set position of cursor in world coordinate of scene in display.
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 interface jv.project.PvCameraIf
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(PsViewerIf) - Method in class jvx.rsrc.PsModelInfo_IP
 
setViewer(PvViewerIf) - Method in class jv.project.PjProject
Set viewer for direct access to central dialogs, windows, and projects of JavaView.
setVisible(boolean) - Method in class jv.loader.PgFileDialog
Show file dialog and block all other user interaction.
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(boolean) - Method in class jv.project.PgGeometry
Set the visibility flag of the geometry.
setVisible(boolean) - Method in interface jv.project.PvGeometryIf
Set geometry to be hidden or visible in display.
setVisible(boolean) - Method in interface jv.project.PgGeometryIf
Set geometry to be hidden or visible in display.
setVisible(String) - Method in class jv.objectGui.PsTabPanel
Switch to panel with given name.
setVisible(String) - Method in class jvx.surface.PgParmSurface_IP
 
setVisibleComponent(int, boolean) - Method in class jvx.geom.PwHodge
 
setVisibleGraph(int, boolean) - Method in class jvx.geom.PwHodge
 
setVMax(double) - Method in class jv.viewer.PvGrid
 
setVMax(double) - Method in class jvx.surface.PgDomainDescr
 
setVMax(int) - Method in class jv.geom.PgTexture
Set upper height of used region in texture image.
setVMin(double) - Method in class jv.viewer.PvGrid
 
setVMin(double) - Method in class jvx.surface.PgDomainDescr
 
setVMin(int) - Method in class jv.geom.PgTexture
Set lower height value of used region in texture image.
setWaistDiscr(int) - Method in class vgp.discrete.catenoid.PgCatenoid
 
setWarning(boolean) - Static method in class jv.object.PsDebug
Enable recording of warning messages in JavaView console.
setWindings(int, int) - Method in class vgp.tutor.torusknot.PjTorusKnot
 
setWindowPosition(int, int) - Method in class jv.loader.PvDisplayOption
 
setWindowSize(int, int) - Method in class jv.loader.PvDisplayOption
 
setXml(PsXmlSrc) - 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 jvx.rsrc.PsModelInfo
Fill this instance with data from an XML source, for example, previously read from file.
setXml(PsXmlSrc) - Method in class jvx.rsrc.PsSubmission
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.
setZentralblatt(String) - Method in class jv.rsrc.PsGeometryInfo
 
setZeroBounds(boolean) - Method in class jvx.geom.PwHodge
 
setZeroBoundsU(boolean) - Method in class jvx.geom.PwHodge
Sets zero boundary condition of potential of rotation free part.
setZeroBoundsW(boolean) - Method in class jvx.geom.PwHodge
Sets zero boundary condition of potential of divergence free part.
setZeroGradientAtBounds(boolean) - Method in class jvx.numeric.PnEnergy
Constraints the gradient at the boundary to zero or makes it free again.
setZoom(float) - Method in class jv.loader.PSGr
Set zoom factor to undo previous pixel scaling.
SHADOW - Static variable in class vgp.curve.common.PjCurve
 
shift(int) - Method in class jv.vecmath.PiVector
Shift components in cyclic order within the array.
SHOW_ANTIALIAS - Static variable in class jv.loader.PvDisplayOption
Enable antialiasing of 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_LABEL - Static variable in class jv.loader.PvDisplayOption
Enable drawing of labels of coordinate axes.
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_CENTER - Static variable in class jv.loader.PvDisplayOption
Enable drawing of center of geometries.
SHOW_CENTER - Static variable in interface jv.project.PvGeometryIf
 
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_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_COLORS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_EDGE_LABELS - Static variable in interface jv.project.PvGeometryIf
 
SHOW_EDGES - Static variable in interface jv.project.PvGeometryIf
 
SHOW_ELEMENT_BACK_COLOR - Static variable in interface jv.project.PvGeometryIf
 
SHOW_ELEMENT_BACK_COLORS - 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_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_LIGHTING - Static variable in class jv.loader.PvDisplayOption
Enable drawing of sunk border around display canvas.
SHOW_MAGNET - Static variable in class jv.loader.PvDisplayOption
Attach cursor to vertices of nearby.
SHOW_OUTLINE - Static variable in interface jv.project.PvGeometryIf
 
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
 
SHOW_POLYGON_NORMALS - 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_SINGLE - Static variable in class jv.loader.PvDisplayOption
Restrict drawing to a single geometry at the same time.
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_TITLE - Static variable in interface jv.project.PvGeometryIf
 
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_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.
show() - Method in class jvx.thirdParty.acmeGui.OkDialog
Show the box.
show() - Method in class jvx.thirdParty.acmeGui.ButtonDialog
Show the box.
show() - Method in class jvx.thirdParty.acmeGui.BusyBox
 
showAnimationPanel(boolean) - Static method in class jv.loader.PgLoader
Set flag whether an anination control panel pops up when animations are read.
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.
showBackImage(boolean) - Method in interface jv.project.PvDisplayIf
Enable and disable drawing of background image of display window.
showBackImage(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable drawing of background image of display window.
showBillard() - Method in class vgp.discrete.ellipse.PjEllipse
 
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.
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.
showCenter(boolean) - Method in class jv.project.PgGeometry
Set flag to enable drawing of center of geometry.
showCopyright(boolean) - Method in class jv.viewer.PvDisplay
Enable and disable drawing of copyright information in the display window.
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(boolean, PsViewerIf) - Method in class jvx.rsrc.PsModelInfo
 
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.
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.
showEdgeColors(boolean) - Method in class jv.geom.PgElementSet
Set flag of using global edge color instead of coloring each edge individually.
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 edge colors.
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.
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.
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
 
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.
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.
showFixedMode(boolean) - Method in class jv.thirdParty.ruler.PgRuler
 
showFixedMode(boolean) - Method in class jv.thirdParty.ruler.PgAxes
 
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
 
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.
showInfoPanel() - Method in class jv.rsrc.PsJavaView
 
showInfoPanel(boolean, PsViewerIf) - Method in class jvx.rsrc.PsSubmission
 
showInitialPoint(boolean) - Method in class vgp.tutor.ode.PjExprOde
 
showLabels(boolean) - Method in class jv.thirdParty.ruler.PgRuler
 
showLabels(boolean) - Method in class jv.thirdParty.ruler.PgAxes
 
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.PgRuler
 
showMajorHashings(boolean) - Method in class jv.thirdParty.ruler.PgAxes
 
showMarkedBnd() - Method in class vgp.minimal.weier.PgWeierstrass
Select vertices of choosen boundary polygon.
showMinorHashings(boolean) - Method in class jv.thirdParty.ruler.PgRuler
 
showMinorHashings(boolean) - Method in class jv.thirdParty.ruler.PgAxes
 
showNone() - Method in class jvx.numeric.PnEnergyMinimizer
 
showOutline(boolean) - Method in class jv.geom.PgElementSet
Set flag to enable drawing of outline element edges.
showOutline(boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of outline element edges.
showPanel(int) - Method in interface jv.project.PvViewerIf
Make panels visible.
showPanel(int) - Method in class jv.viewer.PvViewer
Make panels visible.
showPolarPanel() - Method in class jv.number.PuComplexP_IP
Switch tabPanel to show polar panel.
showPolarPanel() - Method in class jv.number.PuComplexP
Switch InfoPanel to representation in polar coordinates.
showPolygonColors(boolean) - Method in class jv.geom.PgPolygon
Set flag to enable drawing of polygon colors.
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.
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.
showRectPanel() - Method in class jv.number.PuComplexP_IP
Switch tabPanel to show rect panel.
showRectPanel() - Method in class jv.number.PuComplexP
Switch InfoPanel to representation in rectangular coordinates.
showRulerName(boolean) - Method in class jv.thirdParty.ruler.PgRuler
 
showsIntoElement(PdBaryDir, int) - Static method in class jvx.geom.PwBary
Checks if given barycentric vector shows into it's element.
showSquare(boolean) - Method in class vgp.discrete.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.
showTaggedVertices(boolean) - Method in class jv.geom.PgPointSet
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.
showTitles(boolean) - Method in class jv.thirdParty.ruler.PgAxes
 
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(int, boolean) - Method in interface jv.project.PvGeometryIf
Set flag if tip of vectors is shown as arrow.
showVectorArrows(int, boolean) - Method in class jv.project.PgJvxSrc
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(int, boolean) - Method in interface jv.project.PvGeometryIf
Set flag to enable drawing of individual vertex colors of a vector field.
showVectorColors(int, boolean) - Method in class jv.project.PgJvxSrc
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(boolean) - Method in class vgp.tutor.ode.PjExprOde
 
showVectorField(int, boolean) - Method in interface jv.project.PvGeometryIf
Set flag to enable drawing of vectors of a vector field.
showVectorField(int, boolean) - Method in class jv.project.PgJvxSrc
Set flag to enable drawing of vectors of a vector field.
showVectorFields(boolean) - Method in class jv.geom.PgPointSet
Set flag to enable drawing of all vectorfields.
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.
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.
showXYGrid(boolean) - Method in class jv.thirdParty.ruler.PgAxes
 
showYZGrid(boolean) - Method in class jv.thirdParty.ruler.PgAxes
 
showZXGrid(boolean) - Method in class jv.thirdParty.ruler.PgAxes
 
shrink(PgElementSet, double) - Static method in class jvx.geom.PwModel
Shrink every face of ElementSet by a constant factor; every face gets it's own edges and vertices, all neighbourhood information gets lost.
SIGN - Static variable in class jv.thirdParty.expr.Expr
Sign of argument. (kp)
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(int) - Method in class jvx.geom.PwSimplify
Simplify the PgElementSet, until it has few enough elements.
SIN - Static variable in class jv.thirdParty.expr.Expr
Sine.
sin(PuComplex) - Static method in class jv.number.PuComplex
w = sin(u)
SINH - Static variable in class jv.thirdParty.expr.Expr
Sinus hyperbolicus. (kp)
sinh(double) - Static method in class jv.vecmath.PuMath
Mathematical sinh(x) function.
sinh(PuComplex) - Static method in class jv.number.PuComplex
w = sinh(u)
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
 
SNUB_CUBE - Static variable in class jvx.geom.PwPlatonic
 
SNUB_DODECAHEDRON - Static variable in class jvx.geom.PwPlatonic
 
SOCCER_BALL - Static variable in class jvx.geom.PwPlatonic
 
solve() - Method in class vgp.tutor.ode.PjExprOde
 
solve(PgPolygon) - Method in class jvx.numeric.PnOde
 
solve(PgPolygon) - Method in class vgp.curve.common.PnSurfaceOde
 
solve(PgPolygon) - Method in class vgp.curve.elastic.PnElasticOde
 
solve(PgPolygon) - Method in class vgp.curve.elastic.PnElasticCurvature
 
solve(PgPolygon, double, double[], double, double) - Method in class vgp.curve.common.PnSurfaceOde
 
solve(PgPolygonOnElementSet, int, PdBary, double, int) - Method in class jvx.numeric.PnGeodesicRK
Returns a whole integral line.
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.
sort() - Method in class jv.vecmath.PdVector
Sort entries of this PdVector by size.
sort() - Method in class jv.vecmath.PiVector
Sort entries of this PiVector by size.
sort(PdVector) - Method in class jv.vecmath.PdVector
Fill OutVector with sorted entries of this PdVector.
sort(PiVector) - Method in class jv.vecmath.PiVector
Fill OutVector with sorted entries of this PiVector.
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.
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.
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.
SPRING - Static variable in class jvx.numeric.PnEnergyMinimizer
 
sqr() - Method in class jv.number.PuComplex
u *=u
sqr(PuComplex) - Static method in class jv.number.PuComplex
w = u * u
sqrAbs() - Method in class jv.number.PuComplex
r = |u|^2
sqrAbs(PdVector, PdVector) - Static method in class jv.vecmath.PuLorentz
Compute square of absolute value of point in Minkowski space.
sqrDist(double[], double[]) - Static method in class jv.vecmath.PuMath
Return square distance between two vectors given as double arrays.
sqrDist(PdVector) - Method in class jv.vecmath.PdVector
Square of euclidean distance sqrDist = |this-v|^2.
sqrDist(PdVector, PdVector) - Static method in class jv.vecmath.PdVector
Square of the distance of two points.
sqrDist(PiVector) - Method in class jv.vecmath.PiVector
Square of euclidean distance sqrDist = |this-v|^2.
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 - Static variable in class jv.thirdParty.expr.Expr
Square root
sqrt() - Method in class jv.number.PuComplex
u= sqrt(u)
sqrt(PuComplex) - Static method in class jv.number.PuComplex
w = sqrt(u)
start() - Method in class jv.anim.PsAnimation
Start animation in normal speed.
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.PvViewerIf
Start viewer, call start method of current project, and show control panel if requested.
start() - Method in interface jv.project.PvDisplayIf
Start auto-rotation in viewer where a matrix is constantly multiplied to transformation matrix.
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 jv.viewer.PvDisplay
Start animation by creating a new thread
start() - Method in class jvx.geom.PnCellOperator
Start cell operator in separate thread.
start() - Method in class jvx.geom.PnMinesweeper
Just to disable PnCellOperator.start().
start() - Method in class jvx.geom.PjEvolve
Create a new animation and start it.
start() - Method in class jvx.numeric.PnEnergyMinimizer
Start energy minimization in separate thread.
start() - Method in class vgp.curve.closedpoly.PjClosedPoly
 
start() - Method in class vgp.curve.common.PjCurve
 
start() - Method in class vgp.curve.common.PaCurve
Start viewer, e.g. start animation if requested
start() - Method in class vgp.curve.cycloid.PjCycloid
 
start() - Method in class vgp.curve.elastic.PjElasticCurve
 
start() - Method in class vgp.curve.geodesic.PjGeodesic
 
start() - Method in class vgp.curve.surface.PaSurfCurve
Start viewer, e.g. start animation if requested
start() - Method in class vgp.discrete.catenoid.PjCatenoid
 
start() - Method in class vgp.discrete.conformal.PjConformal
 
start() - Method in class vgp.discrete.conjugate.PjConjugate
 
start() - Method in class vgp.discrete.ellipse.PjEllipse
 
start() - Method in class vgp.discrete.harmonic.PjHarmonic
 
start() - Method in class vgp.discrete.maxPrinciple.PjMaxPrinciple
 
start() - Method in class vgp.discrete.platonic.PjPlatonic
 
start() - Method in class vgp.game.life.PjLife
Add geometry and start project.
start() - Method in class vgp.game.mines.PnMinesweeper
Just to disable PnCellOperator.start().
start() - Method in class vgp.game.mines.PjMinesweeper
Add geometry and listeners and start project.
start() - Method in class vgp.minimal.weier.PjWeierstrass
Method is invoked during loading of a project in JavaView.
start() - Method in class vgp.minimal.weier.PaWeierstrass
Start viewer, e.g. start animation if requested
start() - Method in class vgp.surface.common.PjSurface
 
start() - Method in class vgp.tutor.eventCamera.PjEventCamera
 
start() - Method in class vgp.tutor.eventCamera.PaEventCamera
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.firstProject.MyApplet
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.fractal.PjFractalImage
 
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.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.pick.PaPickEvent
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.pick.PjPickEvent
 
start() - Method in class vgp.tutor.polygonSet.PjPolygonSet
 
start() - Method in class vgp.tutor.polygonSet.PaPolygonSet
Start viewer, e.g. start animation if requested
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.PjRootFinder
 
start() - Method in class vgp.tutor.rootFinder.PaRootFinder
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.ruler.PjRuler
 
start() - Method in class vgp.tutor.ruler.PaRuler
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.subdivision.PjSubdivision
 
start() - Method in class vgp.tutor.subdivision.PaSubdivision
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.texture.PjTexturedSurface
 
start() - Method in class vgp.tutor.texture.PjTextureCube
 
start() - Method in class vgp.tutor.torusknot.PjTorusKnot
 
start() - Method in class vgp.tutor.torusknot.PaTorusKnot
Start viewer, e.g. start animation if requested
start() - Method in class vgp.tutor.transform.PjTransform_IP
 
start() - Method in class vgp.tutor.transform.PjTransform
 
start() - Method in class vgp.tutor.transform.PaTransform
Start viewer, e.g. start animation if requested
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.vectorField.PjVectorField
 
start(int) - Method in class jv.anim.PsAnimation
Start animation with speed PsAnimation.
startAnimation() - Method in class jvx.geom.PnExplodeElementSet
 
startFromThread() - Method in class vgp.curve.closedpoly.PaClosedPoly
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.curve.cycloid.PaCycloid
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.curve.elastic.PaElasticCurve
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.curve.geodesic.PaGeodesic
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.discrete.catenoid.PaCatenoid
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.discrete.conformal.PaConformal
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.discrete.conjugate.PaConjugate
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.discrete.ellipse.PaEllipse
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.discrete.harmonic.PaHarmonic
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.discrete.maxPrinciple.PaMaxPrinciple
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.discrete.platonic.PaPlatonic
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.game.life.PaLife
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.game.mines.PaMinesweeper
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.surface.common.PaSurface
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.tutor.fractal.PaFractalImage
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.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.
startFromThread() - Method in class vgp.vector.hodge.PaHodge
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.vector.lic.PaLIC
Start viewer, e.g. start animation if requested.
startFromThread() - Method in class vgp.vector.vectorField.PaVectorField
Start viewer, e.g. start animation if requested.
startLIC() - Method in class jvx.geom.PwLIC
Starts a new thread that computes the LIC texture.
stellate(PgElementSet, double) - Static method in class jvx.geom.PwModel
Replace every face by a pyramide dimension of Elements gets set to 3.
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.
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 R3 p=(a,b,c) to S4 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.PvViewerIf
Stop viewer, call stop() method of current project, and close control panel if shown.
stop() - Method in interface jv.project.PvDisplayIf
Stop auto-rotation in viewer.
stop() - Method in class jv.viewer.PvViewer
Dispose open dialogs and invoke stop method of projects.
stop() - Method in class jv.viewer.PvDisplay
Stop animation by stopping the thread.
stop() - Method in class jvx.geom.PnCellOperator
Stop cell operator in separate thread.
stop() - Method in class jvx.geom.PwHodge
Stop minimization explicitly before it is completed.
stop() - Method in class jvx.geom.PnMinesweeper
Just to disable PnCellOperator.stop().
stop() - Method in class jvx.geom.PjEvolve
Stop the animation.
stop() - Method in class jvx.numeric.PnEnergyMinimizer
Stop energy minimization in separate thread.
stop() - Method in class vgp.curve.closedpoly.PaClosedPoly
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.curve.common.PaCurve
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.curve.cycloid.PaCycloid
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.curve.elastic.PaElasticCurve
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.curve.geodesic.PaGeodesic
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.curve.surface.PaSurfCurve
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.discrete.catenoid.PaCatenoid
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.discrete.conformal.PaConformal
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.discrete.conjugate.PaConjugate
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.discrete.ellipse.PaEllipse
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.discrete.harmonic.PaHarmonic
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.discrete.maxPrinciple.PaMaxPrinciple
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.discrete.platonic.PaPlatonic
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.game.life.PjLife
Remove pick listener and stop project
stop() - Method in class vgp.game.life.PaLife
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.game.mines.PnMinesweeper
Just to disable PnCellOperator.stop().
stop() - Method in class vgp.game.mines.PaMinesweeper
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.game.mines.PjMinesweeper
Remove listeners and stop project.
stop() - Method in class vgp.minimal.weier.PaWeierstrass
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.surface.common.PaSurface
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.fractal.PaFractalImage
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.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.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.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
stop() - Method in class vgp.vector.hodge.PaHodge
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.vector.lic.PaLIC
Stop viewer, e.g. stop animation if requested
stop() - Method in class vgp.vector.vectorField.PaVectorField
Stop viewer, e.g. stop animation if requested
stopLIC() - Method in class jvx.geom.PwLIC
Stops the LIC thread if it is currently running.
SUB - Static variable in class jv.thirdParty.expr.Expr
Binary operator.
sub(double) - Method in class jv.number.PuComplex
u -= r.
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
 
sub(PdMatrix) - Method in class jv.vecmath.PdMatrix
 
sub(PdMatrix, PdMatrix) - Method in class jv.vecmath.PdMatrix
 
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
 
sub(PuComplex) - Method in class jv.number.PuComplex
u -= v
sub(PuComplex, double) - Static method in class jv.number.PuComplex
w = u - r.
sub(PuComplex, PuComplex) - Static method in class jv.number.PuComplex
w = u - v
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.
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
 
synchronize(boolean) - Method in class jv.anim.PsAnimation
Switch synchronization flag and, if flag==true update currentTime with globalTime.
Syntax_error - exception jv.thirdParty.expr.Syntax_error.
 
Syntax_error(String) - Constructor for class jv.thirdParty.expr.Syntax_error
 
SystemFonts - class jvx.thirdParty.fonts.SystemFonts.
Print all available system fonts in different resolutions for testing.
SystemFonts() - Constructor for class jvx.thirdParty.fonts.SystemFonts
 

JavaView® v2.12
A B C D E F G H I J K L M N O P Q R S T U V W Y Z
The software JavaView® is copyright protected. All Rights Reserved.