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 _

A

a - Variable in class org.jzy3d.colors.Color
 
a - Variable in class org.jzy3d.maths.Pair
a in the pair (a, b)
abs(double[]) - Static method in class org.jzy3d.maths.Utils
Computes the absolute values of an array of doubles.
AbstractCameraController - Class in org.jzy3d.chart.controllers.camera
 
AbstractCameraController() - Constructor for class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
AbstractCameraController(Chart) - Constructor for class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
AbstractComposite - Class in org.jzy3d.plot3d.primitives
A Composite gathers several Drawable and provides default methods for rendering them all in one call.
AbstractComposite() - Constructor for class org.jzy3d.plot3d.primitives.AbstractComposite
 
AbstractContourGenerator - Class in org.jzy3d.contour
The AbstractContourGenerator provides various utility fonctions to compute core contour matrices.
AbstractContourGenerator() - Constructor for class org.jzy3d.contour.AbstractContourGenerator
 
AbstractController - Class in org.jzy3d.chart.controllers
 
AbstractController() - Constructor for class org.jzy3d.chart.controllers.AbstractController
 
AbstractController(Chart) - Constructor for class org.jzy3d.chart.controllers.AbstractController
 
AbstractDrawable - Class in org.jzy3d.plot3d.primitives
A AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
AbstractDrawable() - Constructor for class org.jzy3d.plot3d.primitives.AbstractDrawable
 
AbstractDrawableGraph2d<V,E> - Class in org.jzy3d.plot3d.primitives.graphs
An implementation based on Pickable objects should register mapping between vertex model and vertex representation through PickSupport.registerPickableObject(IPickable pickable, V v) Registration should be done by overriding setGraphModel.
AbstractDrawableGraph2d() - Constructor for class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
AbstractEnlightable - Class in org.jzy3d.plot3d.primitives.enlightables
 
AbstractEnlightable() - Constructor for class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
AbstractMouseSelector - Class in org.jzy3d.chart.controllers.mouse.selection
 
AbstractMouseSelector() - Constructor for class org.jzy3d.chart.controllers.mouse.selection.AbstractMouseSelector
 
AbstractOrderingStrategy - Class in org.jzy3d.plot3d.rendering.ordering
An ordering strategy is a Comparator for AbstractDrawables that may compute the priority between AbstractDrawables d1 and d2.
AbstractOrderingStrategy() - Constructor for class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
AbstractTextRenderer - Class in org.jzy3d.plot3d.text
 
AbstractTextRenderer() - Constructor for class org.jzy3d.plot3d.text.AbstractTextRenderer
 
AbstractTickProvider - Class in org.jzy3d.plot3d.primitives.axes.layout.providers
 
AbstractTickProvider() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.providers.AbstractTickProvider
 
AbstractWireframeable - Class in org.jzy3d.plot3d.primitives
An AbstractWireframeable is a AbstractDrawable that has a wireframe mode for display.
AbstractWireframeable() - Constructor for class org.jzy3d.plot3d.primitives.AbstractWireframeable
Initialize the wireframeable with a white color and width of 1 for wires, hidden wireframe, and displayed faces.
action - Variable in class org.jzy3d.plot3d.rendering.tooltips.InteractiveTooltip
 
add(float, float, float) - Method in class org.jzy3d.maths.algorithms.interpolation.bernstein.Spline3D
 
add(Coord3d) - Method in class org.jzy3d.maths.algorithms.interpolation.bernstein.Spline3D
Adds the given point to the list of control points.
add(float, float) - Method in class org.jzy3d.maths.BoundingBox2d
Adds an x,y point to the bounding box, and enlarge the bounding box if this points lies outside of it.
add(Coord2d) - Method in class org.jzy3d.maths.BoundingBox2d
Add a Point3d to the BoundingBox3d.
add(BoundingBox2d) - Method in class org.jzy3d.maths.BoundingBox2d
Add a BoundingBox2d volume to the current one.
add(float, float, float) - Method in class org.jzy3d.maths.BoundingBox3d
Adds an x,y,z point to the bounding box, and enlarge the bounding box if this points lies outside of it.
add(Coord3d) - Method in class org.jzy3d.maths.BoundingBox3d
Add a Coord3d to the BoundingBox3d.
add(Point) - Method in class org.jzy3d.maths.BoundingBox3d
Add a Point3d to the BoundingBox3d.
add(Polygon) - Method in class org.jzy3d.maths.BoundingBox3d
Add the points of a Polygon to the BoundingBox3d.
add(BoundingBox3d) - Method in class org.jzy3d.maths.BoundingBox3d
Add a BoundingBox3d volume to the current one.
add(Coord2d) - Method in class org.jzy3d.maths.Coord2d
Add a Coord2d to the current one and return the result in a new Coord2d.
add(float) - Method in class org.jzy3d.maths.Coord2d
Add a value to all components of the current Coord and return the result in a new Coord2d.
add(float, float) - Method in class org.jzy3d.maths.Coord2d
 
add(Coord3d) - Method in class org.jzy3d.maths.Coord3d
Add a Coord3d to the current one and return the result in a new Coord3d.
add(float, float, float) - Method in class org.jzy3d.maths.Coord3d
 
add(float) - Method in class org.jzy3d.maths.Coord3d
Add a value to all components of the current Coord and return the result in a new Coord3d.
add(double) - Method in class org.jzy3d.maths.Scale
 
add(List<? extends AbstractDrawable>) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Append a list of Drawables to this composite.
add(AbstractDrawable) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Add a Drawable to this composite.
add(List<? extends AbstractDrawable>) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
Append a list of Drawables to this composite.
add(AbstractDrawable) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
Add a Drawable to this composite.
add(Point) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
Add a point to the polygon.
add(Point) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
add(Point) - Method in class org.jzy3d.plot3d.primitives.Polygon
Add a point to the polygon.
add(Point) - Method in class org.jzy3d.plot3d.primitives.Quad
Add a point to the polygon.
add(Light) - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
add(AbstractDrawable, boolean) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Add a Drawable to the graph and call all views' so that they update their bounds according to their mode (automatic or manual).
add(AbstractDrawable) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
add(List<? extends AbstractDrawable>, boolean) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
add(List<? extends AbstractDrawable>) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
add(List<AbstractDrawable>) - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Add a list of drawable to the scene.
add(AbstractDrawable) - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Add a drawable to the scene.
add(AbstractDrawable, boolean) - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Add a drawable to the scene and refresh on demand.
add(Light) - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Add a light to the scene.
add(Transformer) - Method in class org.jzy3d.plot3d.transform.Transform
Appends a Transformer to the sequence that this Transform must performs.
add(Transform) - Method in class org.jzy3d.plot3d.transform.Transform
Appends a Transform to the current Transform.
addAll(List<Point>) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
addAll(LineStrip) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
addController(AbstractCameraController) - Method in class org.jzy3d.chart.Chart
Add a AbstractCameraController to this Chart.
addControllerEventListener(ControllerEventListener) - Method in class org.jzy3d.chart.controllers.AbstractController
 
addControllerEventListener(ControllerEventListener) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
addDrawable(AbstractDrawable) - Method in class org.jzy3d.chart.Chart
 
addDrawable(AbstractDrawable, boolean) - Method in class org.jzy3d.chart.Chart
 
addDrawable(List<? extends AbstractDrawable>, boolean) - Method in class org.jzy3d.chart.Chart
 
addDrawable(List<? extends AbstractDrawable>) - Method in class org.jzy3d.chart.Chart
 
addDrawableListener(IDrawableListener) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
addEdge(E, V, V) - Method in class org.jzy3d.maths.graphs.DefaultGraph
 
addEdge(E, V, V) - Method in interface org.jzy3d.maths.graphs.IGraph
 
addKeyListener(KeyListener) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
 
addKeyListener(KeyListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addListener(ScreenshotKeyListener.IScreenshotEventListener) - Method in class org.jzy3d.chart.controllers.keyboard.camera.ScreenshotKeyListener
 
addMouseListener(MouseListener) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
 
addMouseListener(MouseListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addMouseMotionListener(MouseMotionListener) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
 
addMouseMotionListener(MouseMotionListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addMouseSource(IScreenCanvas) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
addMouseWheelListener(MouseWheelListener) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
 
addMouseWheelListener(MouseWheelListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addObjectPickedListener(IObjectPickedListener) - Method in class org.jzy3d.picking.PickingSupport
 
addRenderer(Renderer2d) - Method in class org.jzy3d.chart.Chart
 
addRenderer2d(Renderer2d) - Method in class org.jzy3d.plot3d.rendering.view.View
 
addSelf(Coord2d) - Method in class org.jzy3d.maths.Coord2d
 
addSelf(float, float) - Method in class org.jzy3d.maths.Coord2d
 
addSelf(Coord3d) - Method in class org.jzy3d.maths.Coord3d
 
addSelf(float) - Method in class org.jzy3d.maths.Coord3d
 
addSlaveThreadController(CameraThreadController) - Method in class org.jzy3d.chart.controllers.mouse.camera.CameraMouseController
 
addSlaveThreadController(CameraThreadController) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
addTarget(View) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
addTooltip(ITooltipRenderer) - Method in class org.jzy3d.plot3d.rendering.view.View
 
addTooltips(List<ITooltipRenderer>) - Method in class org.jzy3d.plot3d.rendering.view.View
 
addVertex(V) - Method in class org.jzy3d.maths.graphs.DefaultGraph
 
addVertex(V) - Method in interface org.jzy3d.maths.graphs.IGraph
 
addViewOnTopEventListener(IViewIsVerticalEventListener) - Method in class org.jzy3d.plot3d.rendering.view.View
 
addViewPointChangedListener(IViewPointChangedListener) - Method in class org.jzy3d.plot3d.rendering.view.View
 
Advanced - Static variable in class org.jzy3d.plot3d.rendering.canvas.Quality
Enables alpha and color interpolation.
after(GL2) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
allocBytes(byte[]) - Static method in class org.jzy3d.io.GLImage
Same function as in GLApp.java.
alpha - Variable in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
alpha - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
alpha - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
alpha - Variable in class org.jzy3d.plot3d.primitives.textured.TranslucentQuad
 
alphaSelf(float) - Method in class org.jzy3d.colors.Color
 
ambiantColor - Variable in class org.jzy3d.plot3d.rendering.lights.Light
 
ambiantColorControl - Variable in class org.jzy3d.ui.editors.LightEditor
 
ambiantColorControl - Variable in class org.jzy3d.ui.editors.MaterialEditor
 
anchors - Variable in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
angle() - Method in class org.jzy3d.maths.Angle2d
Computes the angle
angle() - Method in class org.jzy3d.maths.Angle3d
Computes an angle between 0 and 2*PI.
Angle2d - Class in org.jzy3d.maths
An Angle2d stores three 2d points, considering the angle is on the second one.
Angle2d(float, float, float, float, float, float, float, float, float) - Constructor for class org.jzy3d.maths.Angle2d
Create an angle, described by three points.
Angle2d(Coord2d, Coord2d, Coord2d) - Constructor for class org.jzy3d.maths.Angle2d
Create an angle, described by three coordinates.
Angle3d - Class in org.jzy3d.maths
An Angle3d stores three 3d points, considering the angle is on the second one.
Angle3d(float, float, float, float, float, float, float, float, float) - Constructor for class org.jzy3d.maths.Angle3d
Create an angle, described by three points.
Angle3d(Coord3d, Coord3d, Coord3d) - Constructor for class org.jzy3d.maths.Angle3d
Create an angle, described by three coordinates.
animator - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
animator - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasNewt
 
animator - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
 
append(int[], int) - Static method in class org.jzy3d.maths.Array
 
appendLevelLine(double, LineStrip) - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevels
 
appendLine(LineStrip) - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
appendText(GL2, GLU, Camera, String, Coord3d, Halign, Valign, Color) - Method in class org.jzy3d.plot3d.text.overlay.TextOverlay
 
apply(Mapper) - Method in class org.jzy3d.plot3d.builder.concrete.CustomGrid
 
apply(Mapper) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalGrid
 
apply(Mapper) - Method in class org.jzy3d.plot3d.builder.concrete.RingGrid
 
apply(Mapper) - Method in class org.jzy3d.plot3d.builder.Grid
 
apply(GL2, Coord3d) - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
apply(GL2, Coord3d) - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
apply() - Static method in class org.jzy3d.ui.LookAndFeel
 
applyMaterial(GL2) - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
applyPolygonModeFill(GL2) - Method in class org.jzy3d.plot3d.primitives.Polygon
 
applyPolygonModeLine(GL2) - Method in class org.jzy3d.plot3d.primitives.Polygon
 
applyStyling(Shape) - Static method in class org.jzy3d.plot3d.builder.Builder
 
areEdgesDisplayed() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
areEdgesDisplayed() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
areVertexLabelsDisplayed() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
areVertexLabelsDisplayed() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
areVerticesDisplayed() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
areVerticesDisplayed() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
Array - Class in org.jzy3d.maths
 
Array() - Constructor for class org.jzy3d.maths.Array
 
asPoint2f(Coord3d) - Static method in class org.jzy3d.maths.ConvexHull
 
atLeastOneNonNaN(double[]) - Static method in class org.jzy3d.maths.Array
 
awt() - Method in class org.jzy3d.colors.Color
 
awt(Color) - Static method in class org.jzy3d.plot2d.rendering.CanvasAWT
Converts a Imaging Color into a AWT Color.
axe - Static variable in class org.jzy3d.factories.JzyFactories
 
axe - Variable in class org.jzy3d.plot3d.rendering.view.View
 
AXE_X - Static variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
AXE_Y - Static variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
AXE_Z - Static variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
AxeBase - Class in org.jzy3d.plot3d.primitives.axes
An AxeBase provide a simple 3-segment object which is configured by a BoundingBox.
AxeBase() - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeBase
Create a simple axe centered on (0,0,0), with a dimension of 1.
AxeBase(BoundingBox3d) - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeBase
Create a simple axe centered on (box.xmin, box.ymin, box.zmin)
AxeBox - Class in org.jzy3d.plot3d.primitives.axes
The AxeBox displays a box with front face invisible and ticks labels.
AxeBox(BoundingBox3d) - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeBox
 
AxeBox(BoundingBox3d, IAxeLayout) - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeBoxDisplayed - Variable in class org.jzy3d.plot3d.rendering.view.View
 
AxeBoxLayout - Class in org.jzy3d.plot3d.primitives.axes.layout
 
AxeBoxLayout() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
Default AxeBox layout
AxeFactory - Class in org.jzy3d.factories
 
AxeFactory() - Constructor for class org.jzy3d.factories.AxeFactory
 
axeXquads - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeXx - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeXy - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeXz - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeYquads - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeYx - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeYy - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeYz - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeZquads - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeZx - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeZy - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axeZz - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
axisValue - Variable in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 

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 _