A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

V

valid() - Method in class org.jzy3d.maths.BoundingBox3d
 
valid() - Method in class org.jzy3d.maths.Scale
 
Valign - Enum in org.jzy3d.plot3d.text.align
Provides constants for defining the vertical alignment of a TextBillboard, w.r.t. its position.
valueOf(String) - Static method in enum org.jzy3d.chart.controllers.ControllerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.maths.PlaneAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.plot3d.rendering.view.modes.CameraMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.plot3d.rendering.view.modes.ViewBoundMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.plot3d.rendering.view.modes.ViewPositionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.plot3d.text.align.Halign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.plot3d.text.align.Valign
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jzy3d.chart.controllers.ControllerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jzy3d.maths.PlaneAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphLayout2d
 
values() - Static method in enum org.jzy3d.plot3d.rendering.view.modes.CameraMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jzy3d.plot3d.rendering.view.modes.ViewBoundMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jzy3d.plot3d.rendering.view.modes.ViewPositionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jzy3d.plot3d.text.align.Halign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jzy3d.plot3d.text.align.Valign
Returns an array containing the constants of this enum type, in the order they are declared.
variance(double[]) - Static method in class org.jzy3d.maths.Statistics
Compute the variance of an array of doubles.
varray - Class in net.letskit.redbook.second
This program demonstrates vertex arrays.
varray() - Constructor for class net.letskit.redbook.second.varray
 
vector(int, int, int) - Static method in class org.jzy3d.maths.Array
 
vector(float, float, int) - Static method in class org.jzy3d.maths.Array
 
vector(double, double, int) - Static method in class org.jzy3d.maths.Array
 
vector(double, double, int) - Static method in class org.jzy3d.maths.Utils
Generate a vector containing regular increasing values from min to max, with an offset of nstep.
vector(double, double) - Static method in class org.jzy3d.maths.Utils
Generate a vector containing regular increasing values from min to max, with an offset 1.
vector(int, int, int) - Static method in class org.jzy3d.maths.Utils
Generate a vector containing regular increasing values from min to max, with an offset of nstep.
vector(int, int) - Static method in class org.jzy3d.maths.Utils
Generate a vector containing regular increasing values from min to max, with an offset 1.
vector() - Method in class org.jzy3d.maths.Vector2d
Return the vector induced by this set of coordinates.
vector() - Method in class org.jzy3d.maths.Vector3d
Return the vector induced by this set of coordinates.
Vector2d - Class in org.jzy3d.maths
Storage for a 2 dimensional vector defined by two points.
Vector2d(float, float, float, float) - Constructor for class org.jzy3d.maths.Vector2d
Create a vector, described by two points.
Vector2d(Coord2d, Coord2d) - Constructor for class org.jzy3d.maths.Vector2d
Create a vector, described by two coordinates.
Vector3d - Class in org.jzy3d.maths
Storage for a 3 dimensional vector defined by two points.
Vector3d(float, float, float, float, float, float) - Constructor for class org.jzy3d.maths.Vector3d
Create a vector, described by two points.
Vector3d(Coord3d, Coord3d) - Constructor for class org.jzy3d.maths.Vector3d
Create a vector, described by two coordinates.
Version - Class in org.jzy3d.utils
The Version provides an integer and string representation of the current library version.
Version() - Constructor for class org.jzy3d.utils.Version
 
verticesIterator() - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.Delaunay_Triangulation
returns an iterator to the set of points compusing this triangulation.
verticesIterator() - Method in interface org.jzy3d.plot3d.builder.delaunay.Triangulation
returns an iterator to the set of points compusing this triangulation.
View - Class in org.jzy3d.plot3d.rendering.view
A View holds a Scene, a LightSet, an ICanvas to render into.
View(Scene, ICanvas, Quality) - Constructor for class org.jzy3d.plot3d.rendering.view.View
Create a view attached to a Scene, with its own Camera and Axe.
ViewBoundMode - Enum in org.jzy3d.plot3d.rendering.view.modes
Indicates a bounding mode.
ViewCameraController - Class in org.jzy3d.plot3d.rendering.view.controllers
Supports a View as target, instead of a chart.
ViewCameraController() - Constructor for class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
ViewIsVerticalEvent - Class in org.jzy3d.events
 
ViewIsVerticalEvent(Object) - Constructor for class org.jzy3d.events.ViewIsVerticalEvent
 
viewModeChanged(ViewModeChangedEvent) - Method in interface org.jzy3d.events.IViewModeChangedListener
 
ViewModeChangedEvent - Class in org.jzy3d.events
 
ViewModeChangedEvent(Object, ViewPositionMode) - Constructor for class org.jzy3d.events.ViewModeChangedEvent
 
ViewMouseController - Class in org.jzy3d.plot3d.rendering.view.controllers
 
ViewMouseController() - Constructor for class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
ViewMouseController(View) - Constructor for class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
viewPointChanged(ViewPointChangedEvent) - Method in interface org.jzy3d.events.IViewPointChangedListener
 
ViewPointChangedEvent - Class in org.jzy3d.events
 
ViewPointChangedEvent(Object, Coord3d) - Constructor for class org.jzy3d.events.ViewPointChangedEvent
 
ViewPositionMode - Enum in org.jzy3d.plot3d.rendering.view.modes
The ViewBoundMode allows to apply a restriction on the degree of freedom that is let on the View control.
viewVerticalLeft(ViewIsVerticalEvent) - Method in interface org.jzy3d.events.IViewIsVerticalEventListener
 
viewVerticalReached(ViewIsVerticalEvent) - Method in interface org.jzy3d.events.IViewIsVerticalEventListener
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _