Skip navigation links
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)
a - Variable in class org.jzy3d.maths.parameq.ParametricAbcd
 
a - Variable in class org.jzy3d.maths.parameq.ParametricHelix
 
a - Variable in class org.jzy3d.maths.RotationMatrix
 
abs(double[]) - Static method in class org.jzy3d.maths.Utils
Computes the absolute values of an array of doubles.
AbstractAnalysis - Class in org.jzy3d.analysis
 
AbstractAnalysis() - Constructor for class org.jzy3d.analysis.AbstractAnalysis
 
AbstractAnalysis(IChartComponentFactory) - Constructor for class org.jzy3d.analysis.AbstractAnalysis
 
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
 
AbstractColorMap - Class in org.jzy3d.colors.colormaps
 
AbstractColorMap() - Constructor for class org.jzy3d.colors.colormaps.AbstractColorMap
 
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
 
AbstractGeometry - Class in org.jzy3d.plot3d.primitives
 
AbstractGeometry() - Constructor for class org.jzy3d.plot3d.primitives.AbstractGeometry
Initializes an empty AbstractGeometry with face status defaulting to true, and wireframe status defaulting to false.
AbstractGeometry.PolygonMode - Enum in org.jzy3d.plot3d.primitives
 
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
 
AbstractRemapTask - Class in org.jzy3d.plot3d.builder
A remapping task that let a remapping be performed in a simple while loop.
AbstractRemapTask(Shape, SingleParameterMapper) - Constructor for class org.jzy3d.plot3d.builder.AbstractRemapTask
 
AbstractScreenshotKeyController - Class in org.jzy3d.chart.controllers.keyboard.screenshot
 
AbstractScreenshotKeyController(Chart, String) - Constructor for class org.jzy3d.chart.controllers.keyboard.screenshot.AbstractScreenshotKeyController
 
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
 
AbstractViewportManager - Class in org.jzy3d.plot3d.rendering.view
An AbstractViewportManager describes an element that occupies the whole rendering ICanvas or only a vertical slice of it.
AbstractViewportManager() - Constructor for class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
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.
acceptsPostDraw(Object) - Method in class org.jzy3d.colors.AlwaysPrePostDrawPolicy
 
acceptsPostDraw(Object) - Method in class org.jzy3d.colors.CompositeColorMapperUpdatePolicy
 
acceptsPostDraw(Object) - Method in class org.jzy3d.colors.DefaultColorMapperUpdatePolicy
 
acceptsPostDraw(Object) - Method in interface org.jzy3d.colors.IColorMapperUpdatePolicy
 
acceptsPreDraw(Object) - Method in class org.jzy3d.colors.AlwaysPrePostDrawPolicy
 
acceptsPreDraw(Object) - Method in class org.jzy3d.colors.CompositeColorMapperUpdatePolicy
 
acceptsPreDraw(Object) - Method in class org.jzy3d.colors.DefaultColorMapperUpdatePolicy
 
acceptsPreDraw(Object) - Method in interface org.jzy3d.colors.IColorMapperUpdatePolicy
 
action - Variable in class org.jzy3d.plot3d.rendering.tooltips.InteractiveTooltip
 
add(AbstractDrawable) - Method in class org.jzy3d.chart.Chart
 
add(float, float, float) - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
add(Coord3d) - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.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(List<Point>) - Method in class org.jzy3d.maths.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(List<Float>) - Method in class org.jzy3d.maths.Histogram
 
add(float) - Method in class org.jzy3d.maths.Histogram
 
add(float) - Method in class org.jzy3d.maths.Scale
 
add(float, float) - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
add(double, double) - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
add(Coord2d) - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
add(Coord2d, Color) - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
add(float, float, Color) - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
add(double, double, Color) - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
add(List<Coord2d>) - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
add(float, float, Color) - Method in class org.jzy3d.plot2d.primitives.LineSerie2dSplitted
 
add(float, float) - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
add(double, double) - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
add(Coord2d) - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
add(Coord2d, Color) - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
add(float, float, Color) - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
add(double, double, Color) - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
add(List<Coord2d>) - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
add(float, float) - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
add(double, double) - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
add(Coord2d) - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
add(Coord2d, Color) - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
add(float, float, Color) - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
add(double, double, Color) - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
add(List<Coord2d>) - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
add(float, float) - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
add(double, double) - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
add(float, float, Color) - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
add(double, double, Color) - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
add(Coord2d) - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
add(Coord2d, Color) - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
add(List<Coord2d>) - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
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(Point) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
add(Point, boolean) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
Add a point to the polygon.
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.ConcurrentLineStrip
 
add(Point) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
add(Coord3d) - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColorList
 
add(LightPoint) - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterPoint
 
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.Quad
Add a point to the polygon.
add(Coord3d) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
add(LightPoint) - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
 
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
 
addAndSplit(float, float, Color) - Method in class org.jzy3d.plot2d.primitives.LineSerie2dSplitted
 
addAndSplit(Point) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
addAnnotation(AxeAnnotation) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
addChart(Chart) - Method in class org.jzy3d.ui.MultiChartPanel
 
addChartAt(Chart, int, int) - Method in class org.jzy3d.ui.MultiChartPanel
 
addController(AbstractCameraController) - Method in class org.jzy3d.chart.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
 
addKeyController() - Method in class org.jzy3d.chart.Chart
 
addKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
addKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
addKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
addKeyController(Object) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
A generic interface for mouse listener to remain Windowing toolkit independant. * Implementation of this method should simply cast the input assuming it will correspond to canvas-compatible mouse listener.
addKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
addKeyListener(KeyListener) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
addLight(Coord3d) - Method in class org.jzy3d.chart.Chart
 
addLight(Coord3d, Color, Color, Color, float) - Method in class org.jzy3d.chart.Chart
 
addListener(IScreenshotKeyController.IScreenshotEventListener) - Method in class org.jzy3d.chart.controllers.keyboard.screenshot.AbstractScreenshotKeyController
 
addListener(IScreenshotKeyController.IScreenshotEventListener) - Method in interface org.jzy3d.chart.controllers.keyboard.screenshot.IScreenshotKeyController
 
addMouseController() - Method in class org.jzy3d.chart.Chart
 
addMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
addMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
addMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
addMouseController(Object) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
A generic interface for mouse listener to remain Windowing toolkit independant. * Implementation of this method should simply cast the input assuming it will correspond to canvas-compatible mouse listener.
addMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
addMouseListener(MouseListener) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
addMouseSource(IScreenCanvas) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
addObjectPickedListener(IObjectPickedListener) - Method in class org.jzy3d.picking.PickingSupport
 
addPanel(Component) - Method in class org.jzy3d.ui.MultiChartPanel
 
addPanelAt(Component, int, int) - Method in class org.jzy3d.ui.MultiChartPanel
 
addRenderer(Renderer2d) - Method in class org.jzy3d.chart.AWTChart
 
addRenderer(Renderer2d) - Method in class org.jzy3d.chart.SwingChart
 
addRenderer2d(Renderer2d) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
addScreenshotKeyController() - Method in class org.jzy3d.chart.Chart
 
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
 
addSelfX(float) - Method in class org.jzy3d.maths.Coord2d
 
addSelfY(float) - Method in class org.jzy3d.maths.Coord2d
 
addSlaveThreadController(CameraThreadController) - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
addSlaveThreadController(CameraThreadController) - Method in interface org.jzy3d.chart.controllers.mouse.camera.ICameraMouseController
 
addSlaveThreadController(CameraThreadController) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
addTarget(View) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
addTo(Chart) - Method in class org.jzy3d.plot2d.primitives.Histogram2d
 
addTooltip(ITooltipRenderer) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
addTooltips(List<ITooltipRenderer>) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
addVertex(V) - Method in class org.jzy3d.maths.graphs.DefaultGraph
 
addVertex(V) - Method in interface org.jzy3d.maths.graphs.IGraph
 
addViewLifecycleChangedListener(IViewLifecycleEventListener) - Method in class org.jzy3d.plot3d.rendering.view.View
 
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(GL) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
allocBytes(byte[]) - Static method in class org.jzy3d.plot3d.rendering.image.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
 
AlwaysPrePostDrawPolicy - Class in org.jzy3d.colors
Allows only composite objects to call ColorMapper.preDraw(this), to avoid having all children re-initializing min/max score in the scenegraph
AlwaysPrePostDrawPolicy() - Constructor for class org.jzy3d.colors.AlwaysPrePostDrawPolicy
 
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
 
AnalysisLauncher - Class in org.jzy3d.analysis
 
AnalysisLauncher() - Constructor for class org.jzy3d.analysis.AnalysisLauncher
 
anchors - Variable in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
angle() - Method in class org.jzy3d.maths.Angle2d
Computes the angle at vertex p2 between vectors p1,p2 and p3,p2.
angle() - Method in class org.jzy3d.maths.Angle3d
Computes the angle at vertex p2 between rays p1,p2 and p3,p2.
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.CanvasNewtAwt
 
animator - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
annotate(AbstractComposite) - Static method in class org.jzy3d.plot3d.rendering.view.annotation.BarycenterAnnotation
 
annotated - Variable in class org.jzy3d.plot3d.rendering.view.annotation.BarycenterAnnotation
 
annotations - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
annotations - Variable in class org.jzy3d.plot3d.rendering.view.View
 
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(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color) - Method in class org.jzy3d.plot3d.text.overlay.TextOverlay
 
apply(BoundingBox3d) - Method in interface org.jzy3d.maths.IBoundingPolicy
 
apply(double) - Method in class org.jzy3d.maths.parameq.ParametricAbcd
 
apply(double) - Method in class org.jzy3d.maths.parameq.ParametricCircle
 
apply(double, double, int) - Method in class org.jzy3d.maths.parameq.ParametricEquation
 
apply(double) - Method in class org.jzy3d.maths.parameq.ParametricEquation
 
apply(double, double, int, double, double, int) - Method in class org.jzy3d.maths.parameq.ParametricEquation2
 
apply(double, double) - Method in class org.jzy3d.maths.parameq.ParametricEquation2
 
apply(double) - Method in class org.jzy3d.maths.parameq.ParametricHelix
 
apply(double, double) - Method in class org.jzy3d.maths.parameq.ParametricTorus
 
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(GL, Coord3d) - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
apply(GL, Coord3d) - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
apply() - Static method in class org.jzy3d.ui.LookAndFeel
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColor
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColorList
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterPoint
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.Disk
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.Point
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.Scatter
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.Sphere
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.Tube
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
applyMaterial(GL) - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
applyPolygonModeFill(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
applyPolygonModeFill(GL) - Method in class org.jzy3d.plot3d.primitives.axes.AxeXRectangleAnnotation
 
applyPolygonModeFillGL2(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
applyPolygonModeFillGLES2() - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
applyPolygonModeLine(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
applyPolygonModeLine(GL) - Method in class org.jzy3d.plot3d.primitives.axes.AxeXRectangleAnnotation
 
applyPolygonModeLineGL2(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
applyPolygonModeLineGLES2() - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
applyStyling(Shape) - Static method in class org.jzy3d.plot3d.builder.Builder
 
applyViewport(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
Build and return a ViewportConfiguration.
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
 
arrayName - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
asPoint2f(Coord3d) - Static method in class org.jzy3d.maths.ConvexHull
 
asTimeChart(float, float, float, String, String) - Method in class org.jzy3d.chart2d.Chart2d
 
atLeastOneNonNaN(double[]) - Static method in class org.jzy3d.maths.Array
 
awt(Color) - Static method in class org.jzy3d.plot2d.rendering.CanvasAWT
Converts a Imaging Color into a AWT Color.
AWTAbstractImageGenerator - Class in org.jzy3d.plot2d.primitive
 
AWTAbstractImageGenerator() - Constructor for class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
AWTAbstractMouseSelector - Class in org.jzy3d.chart.controllers.mouse.selection
 
AWTAbstractMouseSelector() - Constructor for class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
AWTCameraKeyController - Class in org.jzy3d.chart.controllers.keyboard.camera
 
AWTCameraKeyController() - Constructor for class org.jzy3d.chart.controllers.keyboard.camera.AWTCameraKeyController
 
AWTCameraKeyController(Chart) - Constructor for class org.jzy3d.chart.controllers.keyboard.camera.AWTCameraKeyController
 
AWTCameraMouseController - Class in org.jzy3d.chart.controllers.mouse.camera
 
AWTCameraMouseController() - Constructor for class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
AWTCameraMouseController(Chart) - Constructor for class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
AWTChart - Class in org.jzy3d.chart
 
AWTChart() - Constructor for class org.jzy3d.chart.AWTChart
 
AWTChart(Quality, String) - Constructor for class org.jzy3d.chart.AWTChart
 
AWTChart(IChartComponentFactory, Quality, String, GLCapabilities) - Constructor for class org.jzy3d.chart.AWTChart
 
AWTChart(IChartComponentFactory, Quality, String) - Constructor for class org.jzy3d.chart.AWTChart
 
AWTChart(IChartComponentFactory, Quality) - Constructor for class org.jzy3d.chart.AWTChart
 
AWTChart(Quality) - Constructor for class org.jzy3d.chart.AWTChart
 
AWTChart(String) - Constructor for class org.jzy3d.chart.AWTChart
 
AWTChartComponentFactory - Class in org.jzy3d.chart.factories
 
AWTChartComponentFactory() - Constructor for class org.jzy3d.chart.factories.AWTChartComponentFactory
 
AWTColorbarImageGenerator - Class in org.jzy3d.plot2d.primitive
 
AWTColorbarImageGenerator(IColorMap, float, float, ITickProvider, ITickRenderer) - Constructor for class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
 
AWTColorbarImageGenerator(ColorMapper, ITickProvider, ITickRenderer) - Constructor for class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
 
AWTColorbarLegend - Class in org.jzy3d.plot3d.rendering.legends.colorbars
 
AWTColorbarLegend(AbstractDrawable, Chart) - Constructor for class org.jzy3d.plot3d.rendering.legends.colorbars.AWTColorbarLegend
 
AWTColorbarLegend(AbstractDrawable, IAxeLayout) - Constructor for class org.jzy3d.plot3d.rendering.legends.colorbars.AWTColorbarLegend
 
AWTColorbarLegend(AbstractDrawable, IAxeLayout, Color) - Constructor for class org.jzy3d.plot3d.rendering.legends.colorbars.AWTColorbarLegend
 
AWTColorbarLegend(AbstractDrawable, IAxeLayout, Color, Color) - Constructor for class org.jzy3d.plot3d.rendering.legends.colorbars.AWTColorbarLegend
 
AWTColorbarLegend(AbstractDrawable, ITickProvider, ITickRenderer) - Constructor for class org.jzy3d.plot3d.rendering.legends.colorbars.AWTColorbarLegend
 
AWTColorbarLegend(AbstractDrawable, ITickProvider, ITickRenderer, Color, Color) - Constructor for class org.jzy3d.plot3d.rendering.legends.colorbars.AWTColorbarLegend
 
AWTDualModeMouseSelector - Class in org.jzy3d.chart.controllers.mouse
A utility to toggle between the main default mouse controller AWTCameraMouseController, used to control viewpoint another custom mouse controller, such as a selection mouse utility Uses a KeyListener to toggle between the two modes.
AWTDualModeMouseSelector(Chart, AWTAbstractMouseSelector) - Constructor for class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
AWTImageGenerator - Interface in org.jzy3d.plot2d.primitive
 
AWTImageViewport - Class in org.jzy3d.plot3d.rendering.view
A AWTImageViewport allows displaying a 2d Image within an OpenGL2 viewport.
AWTImageViewport() - Constructor for class org.jzy3d.plot3d.rendering.view.AWTImageViewport
 
AWTLegend - Class in org.jzy3d.plot3d.rendering.legends
A AWTLegend represent information concerning a AbstractDrawable that may be displayed as a metadata in the ChartView.
AWTLegend(AbstractDrawable) - Constructor for class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
AWTLegend(AbstractDrawable, Color, Color) - Constructor for class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
AWTLightKeyController - Class in org.jzy3d.chart.controllers.keyboard.lights
 
AWTLightKeyController(Chart) - Constructor for class org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
 
AWTLightKeyController(Chart, int) - Constructor for class org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
 
AWTLightKeyController(Chart, Light) - Constructor for class org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
 
AWTLogChartComponentFactory - Class in org.jzy3d.chart.factories
 
AWTLogChartComponentFactory(SpaceTransformer) - Constructor for class org.jzy3d.chart.factories.AWTLogChartComponentFactory
 
AWTMousePickingController<V,E> - Class in org.jzy3d.chart.controllers.mouse.picking
 
AWTMousePickingController() - Constructor for class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
AWTMousePickingController(Chart) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
AWTMousePickingController(Chart, int) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
AWTMousePickingController(Chart, int, int) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
AWTMousePickingPan2dController<V,E> - Class in org.jzy3d.chart.controllers.mouse.picking
 
AWTMousePickingPan2dController() - Constructor for class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
AWTMousePickingPan2dController(Chart) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
AWTMousePickingPan2dController(Chart, int) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
AWTMousePickingPan2dController(Chart, int, int) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
AWTMouseUtilities - Class in org.jzy3d.chart.controllers.mouse
 
AWTMouseUtilities() - Constructor for class org.jzy3d.chart.controllers.mouse.AWTMouseUtilities
 
AWTRenderer3d - Class in org.jzy3d.plot3d.rendering.view
 
AWTRenderer3d() - Constructor for class org.jzy3d.plot3d.rendering.view.AWTRenderer3d
 
AWTRenderer3d(View, boolean, boolean, GLU) - Constructor for class org.jzy3d.plot3d.rendering.view.AWTRenderer3d
 
AWTRenderer3d(View, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.view.AWTRenderer3d
 
AWTRenderer3d(View) - Constructor for class org.jzy3d.plot3d.rendering.view.AWTRenderer3d
 
AWTScatterMouseSelector - Class in org.jzy3d.chart.controllers.mouse.selection
 
AWTScatterMouseSelector(SelectableScatter) - Constructor for class org.jzy3d.chart.controllers.mouse.selection.AWTScatterMouseSelector
 
AWTScatterMultiColor - Class in org.jzy3d.plot3d.primitives
 
AWTScatterMultiColor(Coord3d[], Color[], ColorMapper, float) - Constructor for class org.jzy3d.plot3d.primitives.AWTScatterMultiColor
 
AWTScatterMultiColor(Coord3d[], Color[], ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.AWTScatterMultiColor
 
AWTScatterMultiColor(Coord3d[], ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.AWTScatterMultiColor
 
AWTScatterMultiColorList - Class in org.jzy3d.plot3d.primitives
A scatter plot supporting a List as input.
AWTScatterMultiColorList(List<Coord3d>, ColorMapper, float) - Constructor for class org.jzy3d.plot3d.primitives.AWTScatterMultiColorList
 
AWTScatterMultiColorList(List<Coord3d>, ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.AWTScatterMultiColorList
 
AWTScreenshotKeyController - Class in org.jzy3d.chart.controllers.keyboard.screenshot
Saves a screenshot in PNG format once key S is pressed.
AWTScreenshotKeyController(Chart, String) - Constructor for class org.jzy3d.chart.controllers.keyboard.screenshot.AWTScreenshotKeyController
 
AWTScreenshotUtils - Class in org.jzy3d.chart
 
AWTScreenshotUtils() - Constructor for class org.jzy3d.chart.AWTScreenshotUtils
 
AWTSphereMouseSelector - Class in org.jzy3d.chart.controllers.mouse.selection
 
AWTSphereMouseSelector(SelectableSphere) - Constructor for class org.jzy3d.chart.controllers.mouse.selection.AWTSphereMouseSelector
 
AWTToNewtKeyListener - Class in org.jzy3d.bridge.newt.controllers.keyboard
 
AWTToNewtKeyListener(Component, KeyListener) - Constructor for class org.jzy3d.bridge.newt.controllers.keyboard.AWTToNewtKeyListener
 
AWTToNewtMouseListener - Class in org.jzy3d.bridge.newt.controllers.mouse
Provides a bridge implementation to map AWT events to NEWT events for easier transition of existing code.
AWTToNewtMouseListener(Component, MouseListener, MouseMotionListener, MouseWheelListener) - Constructor for class org.jzy3d.bridge.newt.controllers.mouse.AWTToNewtMouseListener
 
AWTToNewtUtilities - Class in org.jzy3d.bridge.newt.controllers
Utilities for mapping key codes and events from awt to newt.
AWTToNewtUtilities() - Constructor for class org.jzy3d.bridge.newt.controllers.AWTToNewtUtilities
 
AWTView - Class in org.jzy3d.plot3d.rendering.view
 
AWTView(IChartComponentFactory, Scene, ICanvas, Quality) - Constructor for class org.jzy3d.plot3d.rendering.view.AWTView
 
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
 
AxeAnnotation - Interface in org.jzy3d.plot3d.primitives.axes
 
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
 
AxeBox2d - Class in org.jzy3d.chart2d
 
AxeBox2d(BoundingBox3d, IAxeLayout) - Constructor for class org.jzy3d.chart2d.AxeBox2d
 
AxeBox2d(BoundingBox3d) - Constructor for class org.jzy3d.chart2d.AxeBox2d
 
AxeBox2d.RotatedTextBitmapRenderer - Class in org.jzy3d.chart2d
 
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
AxeBoxWithTxtRenderer - Class in org.jzy3d.plot3d.primitives.axes
The AxeBox displays a box with front face invisible and ticks labels.
AxeBoxWithTxtRenderer(BoundingBox3d, IAxeLayout) - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeBoxWithTxtRenderer
 
AxeBoxWithTxtRenderer(BoundingBox3d) - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeBoxWithTxtRenderer
 
AxeCrossAnnotation - Class in org.jzy3d.plot3d.primitives.axes
 
AxeCrossAnnotation() - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeCrossAnnotation
 
AxeLineAnnotation - Class in org.jzy3d.plot3d.primitives.axes
 
AxeLineAnnotation() - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeLineAnnotation
 
AxeTransformableAbstractGeometry - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformableAbstractGeometry(SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableAbstractGeometry
 
AxeTransformableConcurrentScatterMultiColor - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformableConcurrentScatterMultiColor(Coord3d[], Color[], ColorMapper, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableConcurrentScatterMultiColor
 
AxeTransformableConcurrentScatterMultiColor(Coord3d[], ColorMapper, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableConcurrentScatterMultiColor
 
AxeTransformableConcurrentScatterMultiColor(Coord3d[], Color[], ColorMapper, float, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableConcurrentScatterMultiColor
 
AxeTransformableConcurrentScatterMultiColorList - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformableConcurrentScatterMultiColorList(ColorMapper, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableConcurrentScatterMultiColorList
 
AxeTransformableConcurrentScatterMultiColorList(List<Coord3d>, ColorMapper, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableConcurrentScatterMultiColorList
 
AxeTransformableConcurrentScatterMultiColorList(List<Coord3d>, ColorMapper, float, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableConcurrentScatterMultiColorList
 
AxeTransformableConcuurentScatterPoint - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformableConcuurentScatterPoint(SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableConcuurentScatterPoint
 
AxeTransformableConcuurentScatterPoint(List<LightPoint>, float, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableConcuurentScatterPoint
 
AxeTransformableFlatLine2d - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformableFlatLine2d(SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableFlatLine2d
 
AxeTransformableFlatLine2d(float[], float[], float, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableFlatLine2d
 
AxeTransformableLineStrip - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformableLineStrip(SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStrip
 
AxeTransformableLineStrip(int, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStrip
 
AxeTransformableLineStrip(List<Coord3d>, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStrip
 
AxeTransformableLineStrip(Point, Point, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStrip
 
AxeTransformableLineStripInterpolated - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformableLineStripInterpolated(IInterpolator, List<Coord3d>, int, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStripInterpolated
 
AxeTransformablePoint - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformablePoint(SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformablePoint
Intialize a point at the origin, with a white color and a width of 1.
AxeTransformablePoint(Coord3d, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformablePoint
Intialize a point with a white color and a width of 1.
AxeTransformablePoint(Coord3d, Color, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformablePoint
Intialize a point with a width of 1.
AxeTransformablePoint(Coord3d, Color, float, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformablePoint
 
AxeTransformablePolygon - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformablePolygon(SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformablePolygon
 
AxeTransformableQuad - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformableQuad(SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableQuad
 
AxeTransformableScatter - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformableScatter(SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableScatter
 
AxeTransformableScatter(Coord3d[], SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableScatter
 
AxeTransformableScatter(Coord3d[], Color, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableScatter
 
AxeTransformableScatter(Coord3d[], Color, float, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableScatter
 
AxeTransformableScatter(Coord3d[], Color[], SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableScatter
 
AxeTransformableScatter(Coord3d[], Color[], float, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableScatter
 
AxeTransformableScatterPoint - Class in org.jzy3d.plot3d.primitives.log
 
AxeTransformableScatterPoint(SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableScatterPoint
 
AxeTransformableScatterPoint(List<LightPoint>, float, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.log.AxeTransformableScatterPoint
 
AxeXLineAnnotation - Class in org.jzy3d.plot3d.primitives.axes
 
AxeXLineAnnotation() - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeXLineAnnotation
 
axeXquads - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
AxeXRectangleAnnotation - Class in org.jzy3d.plot3d.primitives.axes
 
AxeXRectangleAnnotation() - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeXRectangleAnnotation
 
AxeXRectangleAnnotation.PolygonMode - Enum in org.jzy3d.plot3d.primitives.axes
 
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
 
AxeYLineAnnotation - Class in org.jzy3d.plot3d.primitives.axes
 
AxeYLineAnnotation() - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
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
 

B

b - Variable in class org.jzy3d.colors.Color
 
b - Variable in class org.jzy3d.maths.Pair
b in the pair (a, b)
b - Variable in class org.jzy3d.maths.parameq.ParametricAbcd
 
b - Variable in class org.jzy3d.maths.parameq.ParametricHelix
 
b0 - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.BernsteinPolynomial
 
b1 - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.BernsteinPolynomial
 
b2 - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.BernsteinPolynomial
 
b3 - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.BernsteinPolynomial
 
background - Variable in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
backgroundColor - Variable in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
backgroundColor - Variable in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
backgroundViewPort - Variable in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
BarVBO - Class in org.jzy3d.plot3d.primitives.vbo.drawable
 
BarVBO(IGLLoader<DrawableVBO>) - Constructor for class org.jzy3d.plot3d.primitives.vbo.drawable.BarVBO
 
bary - Variable in class org.jzy3d.plot3d.rendering.view.annotation.BarycenterAnnotation
 
BarycenterAnnotation - Class in org.jzy3d.plot3d.rendering.view.annotation
Draws the barycenter of an AbstractGeometry and a line each point and the barycenter.
BarycenterAnnotation(AbstractGeometry) - Constructor for class org.jzy3d.plot3d.rendering.view.annotation.BarycenterAnnotation
 
barycentre - Variable in class org.jzy3d.maths.PolygonArray
 
BarycentreOrderingStrategy - Class in org.jzy3d.plot3d.rendering.ordering
The BarycentreOrderingStrategy compare two AbstractDrawables by computing their respective distances to the Camera, which must be referenced prior to any comparison.
BarycentreOrderingStrategy() - Constructor for class org.jzy3d.plot3d.rendering.ordering.BarycentreOrderingStrategy
 
BarycentreOrderingStrategy(View) - Constructor for class org.jzy3d.plot3d.rendering.ordering.BarycentreOrderingStrategy
 
bbox - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
bbox - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
before(GL) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
begin(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
begin(GL) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
begin(GL) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformablePolygon
 
begin(GL) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableQuad
 
begin(GL) - Method in class org.jzy3d.plot3d.primitives.Polygon
 
begin(GL) - Method in class org.jzy3d.plot3d.primitives.Quad
 
bernstein - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
BernsteinInterpolator - Class in org.jzy3d.maths.algorithms.interpolation.algorithms
 
BernsteinInterpolator() - Constructor for class org.jzy3d.maths.algorithms.interpolation.algorithms.BernsteinInterpolator
 
BernsteinPolynomial - Class in org.jzy3d.maths.algorithms.interpolation.algorithms
Helper class for the spline3d classes in this package.
BernsteinPolynomial(int) - Constructor for class org.jzy3d.maths.algorithms.interpolation.algorithms.BernsteinPolynomial
 
bgColor - Variable in class org.jzy3d.plot3d.rendering.view.View
 
bgImg - Variable in class org.jzy3d.plot3d.rendering.view.AWTView
 
bgMask - Variable in class org.jzy3d.plot3d.primitives.textured.MaskPair
 
bgOverlay - Variable in class org.jzy3d.plot3d.rendering.view.AWTView
 
bgViewport - Variable in class org.jzy3d.plot3d.rendering.view.AWTView
 
bi - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
black() - Method in class org.jzy3d.chart.Chart
 
BLACK - Static variable in class org.jzy3d.colors.Color
Black color.
blanks(int) - Static method in class org.jzy3d.maths.Utils
 
BLUE - Static variable in class org.jzy3d.colors.Color
Blue color.
borderColor - Variable in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
BoundingBox2d - Class in org.jzy3d.maths
A BoundingBox2d stores a couple of maximal and minimal limit on each dimension (x, y).
BoundingBox2d() - Constructor for class org.jzy3d.maths.BoundingBox2d
Initialize a BoundingBox by calling its reset method.
BoundingBox2d(List<Coord2d>) - Constructor for class org.jzy3d.maths.BoundingBox2d
 
BoundingBox2d(float, float, float, float) - Constructor for class org.jzy3d.maths.BoundingBox2d
Initialize a BoundingBox with raw values.
BoundingBox3d - Class in org.jzy3d.maths
A BoundingBox3d stores a couple of maximal and minimal limit on each dimension (x, y, and z).
BoundingBox3d() - Constructor for class org.jzy3d.maths.BoundingBox3d
Initialize a BoundingBox by calling its reset method, leaving the box in an inconsitent state, with minimums = Float.MAX_VALUE and maximums = -Float.MAX_VALUE.
BoundingBox3d(List<Coord3d>) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(Polygon) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(Coord3d, float) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(BoundingBox3d) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
BoundingBox3d(float, float, float, float, float, float) - Constructor for class org.jzy3d.maths.BoundingBox3d
Initialize a BoundingBox with raw values.
BoundingBox3d(Range, Range, Range) - Constructor for class org.jzy3d.maths.BoundingBox3d
 
boundingBoxColor - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
boundingBoxDisplayed - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
boundmode - Variable in class org.jzy3d.plot3d.rendering.view.View
 
bounds - Variable in class org.jzy3d.maths.Grid
 
boxBounds - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
brushSize - Variable in class org.jzy3d.picking.PickingSupport
 
bufferedImage - Variable in class org.jzy3d.plot3d.rendering.view.AWTRenderer3d
 
BufferedImageMapper - Class in org.jzy3d.plot3d.builder.concrete
Mapper which reads height information from the grayscale values of a BufferedImage, normalized to range [0..1].
BufferedImageMapper(BufferedImage) - Constructor for class org.jzy3d.plot3d.builder.concrete.BufferedImageMapper
 
BufferedImageTexture - Class in org.jzy3d.plot3d.rendering.textures
 
BufferedImageTexture(BufferedImage) - Constructor for class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
BufferedPanel - Interface in org.jzy3d.bridge
A BufferedPanel provides a common interface for AWT or Swing, and Simple or Double buffered panels.
bufferSize - Variable in class org.jzy3d.picking.PickingSupport
 
build(Chart, AWTAbstractMouseSelector) - Method in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
build(List<Coord3d>) - Method in class org.jzy3d.plot3d.builder.concrete.OldRingTesselator
Deprecated.
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.concrete.RingExtrapolator
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.concrete.RingTessellator
 
build(List<Coord3d>) - Method in class org.jzy3d.plot3d.builder.delaunay.DelaunayTessellator
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.delaunay.DelaunayTessellator
 
build(List<Coord3d>) - Method in class org.jzy3d.plot3d.builder.Tessellator
 
build(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.Tessellator
 
build2d(List<Coord3d>) - Static method in class org.jzy3d.maths.ConvexHull
 
build2d(PolygonArray) - Static method in class org.jzy3d.maths.ConvexHull
 
buildAnchors() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
buildAnchors(Coord3d, float) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
buildComposite(Shape) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildDelaunay(List<Coord3d>) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildDrawable(Histogram) - Method in class org.jzy3d.plot2d.primitives.Histogram2d
 
Builder - Class in org.jzy3d.plot3d.builder
 
Builder() - Constructor for class org.jzy3d.plot3d.builder.Builder
 
buildImage(int, int, double[][], IContourColoringPolicy) - Method in class org.jzy3d.contour.MapperContourPictureGenerator
 
buildMessageRenderer() - Method in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
buildOrthonormal(Mapper, Range, int) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildOrthonormal(OrthonormalGrid, Mapper) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildOrthonormalBig(OrthonormalGrid, Mapper) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildOrthonormalBigLog(OrthonormalGrid, Mapper, SpaceTransformer) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildOrthonormalLog(OrthonormalGrid, Mapper, SpaceTransformer) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildRing(OrthonormalGrid, Mapper, float, float) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildRing(OrthonormalGrid, Mapper, float, float, ColorMapper, Color) - Static method in class org.jzy3d.plot3d.builder.Builder
 
buildToggleKeyListener(Chart) - Method in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
byteOffset - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 

C

c - Variable in class org.jzy3d.maths.parameq.ParametricAbcd
 
c - Variable in class org.jzy3d.maths.RotationMatrix
 
C1 - Static variable in class org.jzy3d.io.matlab.MatlabDrawableLoader
 
C1 - Static variable in class org.jzy3d.io.matlab.MatlabVBOLoader
 
C2 - Static variable in class org.jzy3d.io.matlab.MatlabDrawableLoader
 
C2 - Static variable in class org.jzy3d.io.matlab.MatlabVBOLoader
 
C3 - Static variable in class org.jzy3d.io.matlab.MatlabDrawableLoader
 
C3 - Static variable in class org.jzy3d.io.matlab.MatlabVBOLoader
 
call(GL, Color) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
call(GL, Color, float) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
callPointForWireframe(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
Drawing the point list in wireframe mode if GL2 profile is available
callPointsForFace(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
Drawing the point list in face mode (polygon content)
callPointsForFaceGL2(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
Drawing the point list in face mode (polygon content) with GL2 profile
callPointsForFaceGLES2(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
Drawing the point list in face mode (polygon content) with GLES2 profile
callPointsForFaceGLES2(GL, List<Point>) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
Drawing the point list in face mode (polygon content) with GLES2 profile
callPointsForWireframeGL2(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
Drawing the point list in wireframe mode
callWithAlphaFactor(GL, Color, float) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
cam - Variable in class org.jzy3d.plot3d.rendering.view.View
 
camera - Variable in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
camera - Variable in class org.jzy3d.plot3d.rendering.ordering.PointOrderingStrategy
 
Camera - Class in org.jzy3d.plot3d.rendering.view
A Camera allow to define on the view and target points in a cartesian coordinate system.
Camera(Coord3d) - Constructor for class org.jzy3d.plot3d.rendering.view.Camera
Set up a Camera looking at target, with a viewpoint standing at target+(0,0,100).
CameraDistanceAnnotation - Class in org.jzy3d.plot3d.rendering.view.annotation
Draws all point distance to camera eye.
CameraDistanceAnnotation(View, Color) - Constructor for class org.jzy3d.plot3d.rendering.view.annotation.CameraDistanceAnnotation
 
CameraEyeOverlayAnnotation - Class in org.jzy3d.plot3d.rendering.view.annotation
Draws debug information concerning camera and view
CameraEyeOverlayAnnotation(View) - Constructor for class org.jzy3d.plot3d.rendering.view.annotation.CameraEyeOverlayAnnotation
 
CameraMode - Enum in org.jzy3d.plot3d.rendering.view.modes
 
cameraMode - Variable in class org.jzy3d.plot3d.rendering.view.View
 
CameraPathAnnotation - Class in org.jzy3d.plot3d.rendering.view.annotation
Record the camera position at regular interval and draws the path based on these point accumulation.
CameraPathAnnotation(View, Color) - Constructor for class org.jzy3d.plot3d.rendering.view.annotation.CameraPathAnnotation
 
CameraThreadController - Class in org.jzy3d.chart.controllers.thread.camera
The CameraThreadController provides a Thread for controlling the Camera and make it turn around the view point along its the azimuth dimension.
CameraThreadController() - Constructor for class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
 
CameraThreadController(Chart) - Constructor for class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
 
canvas - Variable in class org.jzy3d.chart.Chart
 
Canvas - Interface in org.jzy3d.plot2d.rendering
Canvas interface.
canvas - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
canvas - Variable in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
canvas - Variable in class org.jzy3d.plot3d.rendering.view.View
 
CanvasAWT - Class in org.jzy3d.plot2d.rendering
 
CanvasAWT(Graphics2D) - Constructor for class org.jzy3d.plot2d.rendering.CanvasAWT
Creates a new instance of Pencil2dAWT.
CanvasAWT - Class in org.jzy3d.plot3d.rendering.canvas
CanvasAWT is a base implementation that primarily allows to integrate a Jzy3d chart in an AWT application.
CanvasAWT(IChartComponentFactory, Scene, Quality) - Constructor for class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
CanvasAWT(IChartComponentFactory, Scene, Quality, GLCapabilitiesImmutable) - Constructor for class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
CanvasAWT(IChartComponentFactory, Scene, Quality, GLCapabilitiesImmutable, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
Initialize a CanvasAWT attached to a Scene, with a given rendering Quality.
CanvasNewtAwt - Class in org.jzy3d.plot3d.rendering.canvas
A Newt canvas wrapped in an AWT Panel.
CanvasNewtAwt(IChartComponentFactory, Scene, Quality, GLCapabilitiesImmutable) - Constructor for class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
CanvasNewtAwt(IChartComponentFactory, Scene, Quality, GLCapabilitiesImmutable, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
CanvasSwing - Class in org.jzy3d.plot3d.rendering.canvas
Deprecated.
CanvasSwing(IChartComponentFactory, Scene, Quality) - Constructor for class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
CanvasSwing(IChartComponentFactory, Scene, Quality, GLCapabilitiesImmutable) - Constructor for class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
Initialize a Canvas3d attached to a Scene, with a given rendering Quality.
CanvasSwing(IChartComponentFactory, Scene, Quality, GLCapabilitiesImmutable, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
Initialize a Canvas3d attached to a Scene, with a given rendering Quality.
canvasToViewport(MouseEvent, Rectangle) - Method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
Needed when wishing to adapt a coordinate relative to the canvas to the viewport frame.
canvasToViewport(IntegerCoord2d, Rectangle) - Method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
 
canvasToViewport(Rectangle, IntegerCoord2d) - Method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
 
canvasToViewport(PolygonArray, Rectangle) - Method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
 
canvasType - Variable in class org.jzy3d.analysis.AbstractAnalysis
 
capabilities - Variable in class org.jzy3d.chart.Chart
 
capabilities - Variable in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
cartesian() - Method in class org.jzy3d.maths.Coord2d
Converts the current Coord3d into cartesian coordinates and return the result in a new Coord3d.
cartesian() - Method in class org.jzy3d.maths.Coord3d
Converts the current Coord3d into cartesian coordinates and return the result in a new Coord3d.
cell(ICanvas, float, float, float, float) - Static method in class org.jzy3d.plot3d.rendering.view.ViewportBuilder
 
cell(int, int, float, float, float, float) - Static method in class org.jzy3d.plot3d.rendering.view.ViewportBuilder
 
center - Variable in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
center - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
center - Variable in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
center - Variable in class org.jzy3d.plot3d.rendering.view.View
 
chart - Variable in class org.jzy3d.analysis.AbstractAnalysis
 
Chart - Class in org.jzy3d.chart
Chart is a convenient object that gather all components required to render a 3d scene for plotting.
Chart() - Constructor for class org.jzy3d.chart.Chart
 
Chart(Quality) - Constructor for class org.jzy3d.chart.Chart
 
Chart(String) - Constructor for class org.jzy3d.chart.Chart
 
Chart(IChartComponentFactory, Quality) - Constructor for class org.jzy3d.chart.Chart
 
Chart(Quality, String) - Constructor for class org.jzy3d.chart.Chart
 
Chart(IChartComponentFactory, Quality, String) - Constructor for class org.jzy3d.chart.Chart
 
Chart(IChartComponentFactory, Quality, String, GLCapabilities) - Constructor for class org.jzy3d.chart.Chart
 
chart() - Method in class org.jzy3d.chart.controllers.AbstractController
 
chart - Variable in class org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
 
chart - Variable in class org.jzy3d.chart.controllers.keyboard.lights.NewtLightKeyController
 
chart - Variable in class org.jzy3d.chart.controllers.keyboard.screenshot.AbstractScreenshotKeyController
 
chart - Variable in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
chart - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
chart - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
chart - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
chart() - Static method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
chart(Quality) - Static method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
chart(String) - Static method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
chart(Quality, IChartComponentFactory.Toolkit) - Static method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
chart(Quality, String) - Static method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
chart() - Static method in class org.jzy3d.chart.factories.AWTLogChartComponentFactory
 
chart(Quality, SpaceTransformer) - Static method in class org.jzy3d.chart.factories.AWTLogChartComponentFactory
 
chart(String, SpaceTransformer) - Static method in class org.jzy3d.chart.factories.AWTLogChartComponentFactory
 
chart(Quality, IChartComponentFactory.Toolkit, SpaceTransformer) - Static method in class org.jzy3d.chart.factories.AWTLogChartComponentFactory
 
chart(Quality, String, SpaceTransformer) - Static method in class org.jzy3d.chart.factories.AWTLogChartComponentFactory
 
chart(Quality, IChartComponentFactory.Toolkit) - Static method in class org.jzy3d.chart.factories.ChartComponentFactory
 
chart() - Static method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
chart(Quality) - Static method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
chart(String) - Static method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
chart(Quality, IChartComponentFactory.Toolkit) - Static method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
chart(Quality, String) - Static method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
chart(Quality) - Static method in class org.jzy3d.chart.factories.SwingChartComponentFactory
Deprecated.
 
chart(String) - Static method in class org.jzy3d.chart.factories.SwingChartComponentFactory
Deprecated.
 
chart(Quality, IChartComponentFactory.Toolkit) - Static method in class org.jzy3d.chart.factories.SwingChartComponentFactory
Deprecated.
 
chart(Quality, String) - Static method in class org.jzy3d.chart.factories.SwingChartComponentFactory
Deprecated.
 
chart() - Static method in class org.jzy3d.chart2d.Chart2dComponentFactory
 
chart(Quality) - Static method in class org.jzy3d.chart2d.Chart2dComponentFactory
 
chart(String) - Static method in class org.jzy3d.chart2d.Chart2dComponentFactory
 
chart(Quality, IChartComponentFactory.Toolkit) - Static method in class org.jzy3d.chart2d.Chart2dComponentFactory
 
chart(Quality, String) - Static method in class org.jzy3d.chart2d.Chart2dComponentFactory
 
chart - Variable in class org.jzy3d.plot3d.rendering.legends.FpsInfoRenderer
 
chart - Variable in class org.jzy3d.plot3d.rendering.view.View
A view may optionnaly know its parent chart.
chart - Variable in class org.jzy3d.ui.editors.LightEditor
 
chart - Variable in class org.jzy3d.ui.editors.MaterialEditor
 
Chart2d - Class in org.jzy3d.chart2d
 
Chart2d() - Constructor for class org.jzy3d.chart2d.Chart2d
 
Chart2d(IChartComponentFactory.Toolkit) - Constructor for class org.jzy3d.chart2d.Chart2d
 
Chart2d(IChartComponentFactory, IChartComponentFactory.Toolkit) - Constructor for class org.jzy3d.chart2d.Chart2d
 
Chart2d(IChartComponentFactory, Quality) - Constructor for class org.jzy3d.chart2d.Chart2d
 
Chart2d(IChartComponentFactory, Quality, IChartComponentFactory.Toolkit) - Constructor for class org.jzy3d.chart2d.Chart2d
 
Chart2d(IChartComponentFactory, Quality, String, GLCapabilities) - Constructor for class org.jzy3d.chart2d.Chart2d
 
Chart2d(IChartComponentFactory, Quality, String) - Constructor for class org.jzy3d.chart2d.Chart2d
 
Chart2d(Quality, String) - Constructor for class org.jzy3d.chart2d.Chart2d
 
Chart2d(Quality) - Constructor for class org.jzy3d.chart2d.Chart2d
 
Chart2d(String) - Constructor for class org.jzy3d.chart2d.Chart2d
 
Chart2dComponentFactory - Class in org.jzy3d.chart2d
 
Chart2dComponentFactory() - Constructor for class org.jzy3d.chart2d.Chart2dComponentFactory
 
ChartComponentFactory - Class in org.jzy3d.chart.factories
This IChartComponentFactory returns non-displayable charts.
ChartComponentFactory() - Constructor for class org.jzy3d.chart.factories.ChartComponentFactory
 
ChartLauncher - Class in org.jzy3d.chart
 
ChartLauncher() - Constructor for class org.jzy3d.chart.ChartLauncher
 
ChartScene - Class in org.jzy3d.chart
The ChartScene provides ChartView to its target canvases and set a BarycentreOrderingStrategy as polygon ordering method.
ChartScene(boolean) - Constructor for class org.jzy3d.chart.ChartScene
 
ChartScene(boolean, IChartComponentFactory) - Constructor for class org.jzy3d.chart.ChartScene
 
ChartView - Class in org.jzy3d.chart
A ChartView allows displaying a 3d scene on the left, and a set of AbstractDrawable's AWTLegend on the right.
ChartView(Scene, ICanvas, Quality) - Constructor for class org.jzy3d.chart.ChartView
 
ChartView(IChartComponentFactory, Scene, ICanvas, Quality) - Constructor for class org.jzy3d.chart.ChartView
 
clear() - Method in class org.jzy3d.chart.Chart
 
clear() - Method in class org.jzy3d.chart.ChartScene
 
clear() - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
clear() - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
clear() - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
clear() - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
clear() - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Clear the list of Drawables from this composite.
clear() - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
Clear the list of Drawables from this composite.
clear() - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
 
clear() - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColorList
 
clear() - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
clear() - Method in class org.jzy3d.plot3d.primitives.Scatter
 
clear() - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
clear() - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
clear() - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
 
clear(GL) - Method in class org.jzy3d.plot3d.rendering.view.View
Clear the color and depth buffer.
clearColorAndDepth(GL) - Method in class org.jzy3d.plot3d.rendering.view.View
 
clearControllerList() - Method in class org.jzy3d.chart.Chart
 
clearHighlighted() - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
clearHighlighted() - Method in interface org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
 
clearLastSelection() - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
clearLastSelection() - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTScatterMouseSelector
 
clearLastSelection() - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTSphereMouseSelector
 
clearNormals() - Method in class org.jzy3d.io.obj.OBJFile
 
clearTooltips() - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
clearView(View) - Method in class org.jzy3d.chart.ChartScene
 
clearView(View) - Method in class org.jzy3d.plot3d.rendering.scene.Scene
 
Clockwise - Static variable in class org.jzy3d.maths.algorithms.convexhull.algorithms.ComputationalGeometry
 
clone() - Method in class org.jzy3d.colors.Color
 
clone(int[]) - Static method in class org.jzy3d.maths.Array
 
clone(float[]) - Static method in class org.jzy3d.maths.Array
 
clone(double[]) - Static method in class org.jzy3d.maths.Array
 
clone(int[], int) - Static method in class org.jzy3d.maths.Array
 
clone(float[], int) - Static method in class org.jzy3d.maths.Array
 
clone(double[], int) - Static method in class org.jzy3d.maths.Array
 
clone() - Method in class org.jzy3d.maths.BoundingBox3d
 
clone() - Method in class org.jzy3d.maths.Coord2d
Return a duplicate of this 3d coordinate.
clone() - Method in class org.jzy3d.maths.Coord3d
Return a duplicate of this 3d coordinate.
clone() - Method in class org.jzy3d.maths.Scale
 
clone() - Method in class org.jzy3d.plot3d.primitives.Point
 
cmap - Variable in class org.jzy3d.plot3d.builder.concrete.RingExtrapolator
 
cmap - Variable in class org.jzy3d.plot3d.builder.concrete.RingTessellator
 
cmapper - Variable in class org.jzy3d.contour.DefaultContourColoringPolicy
 
coeffA - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
Collinear - Static variable in class org.jzy3d.maths.algorithms.convexhull.algorithms.ComputationalGeometry
 
Color - Class in org.jzy3d.colors
Color interface.
Color(float, float, float) - Constructor for class org.jzy3d.colors.Color
Initialize a color with an alpha channel set to 1.
Color(int, int, int) - Constructor for class org.jzy3d.colors.Color
Initialize a color with an alpha channel set to 255.
Color(float, float, float, float) - Constructor for class org.jzy3d.colors.Color
Initialize a color with values between 0 and 1.
Color(int, int, int, int) - Constructor for class org.jzy3d.colors.Color
Initialize a color with values between 0 and 255.
color(int) - Static method in class org.jzy3d.colors.Color
Returns one of the main color based on id.
color - Variable in class org.jzy3d.plot3d.primitives.AbstractComposite
 
color - Variable in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
color - Variable in class org.jzy3d.plot3d.primitives.axes.AxeLineAnnotation
 
color - Variable in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
color - Variable in class org.jzy3d.plot3d.primitives.CompileableComposite
 
color - Variable in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
color - Variable in class org.jzy3d.plot3d.primitives.parameq.ParametricDrawable
 
color - Variable in class org.jzy3d.plot3d.primitives.parameq.ParametricDrawable2
 
color - Variable in class org.jzy3d.plot3d.primitives.Sphere
 
color - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
color - Variable in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
color - Variable in class org.jzy3d.plot3d.text.renderers.jogl.DefaultTextStyle
 
color(GL, Color) - Method in class org.jzy3d.plot3d.text.renderers.TextBitmapRenderer
 
ColorAWT - Class in org.jzy3d.colors
Color interface.
ColorAWT() - Constructor for class org.jzy3d.colors.ColorAWT
 
ColorbarViewportLayout - Class in org.jzy3d.plot3d.rendering.view.layout
 
ColorbarViewportLayout() - Constructor for class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
colorChannelNumber - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
colorComponentAbsolute(double, double, double, double, double) - Method in class org.jzy3d.colors.colormaps.AbstractColorMap
 
colorComponentAbsolute(double, double, double, double, double) - Method in interface org.jzy3d.colors.colormaps.IColorMap
Defines a simple function for a color.
colorComponentRelative(double, double, double, double) - Method in class org.jzy3d.colors.colormaps.AbstractColorMap
 
colorComponentRelative(double, double, double, double) - Method in interface org.jzy3d.colors.colormaps.IColorMap
Return the influence of a color, by comparing the input value to the color spectrum.
colorComponentRelativeNoLeftBorder(double, double, double, double) - Method in class org.jzy3d.colors.colormaps.AbstractColorMap
 
colorComponentRelativeNoRightBorder(double, double, double, double) - Method in class org.jzy3d.colors.colormaps.AbstractColorMap
 
ColorEditor - Class in org.jzy3d.ui.editors
 
ColorEditor(String) - Constructor for class org.jzy3d.ui.editors.ColorEditor
 
colorFactor - Static variable in class org.jzy3d.plot3d.builder.Builder
 
colorGL2(GL, Color) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
A helper to call glColor4f on the input color.
colorGLES2(Color) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
A helper to call glColor4f on the input color.
coloring - Variable in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilderListCoord3d
 
colormap - Variable in class org.jzy3d.colors.ColorMapper
 
colormap() - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
colorMap - Static variable in class org.jzy3d.plot3d.builder.Builder
 
ColorMapGrayscale - Class in org.jzy3d.colors.colormaps
 
ColorMapGrayscale() - Constructor for class org.jzy3d.colors.colormaps.ColorMapGrayscale
 
ColorMapHotCold - Class in org.jzy3d.colors.colormaps
 
ColorMapHotCold() - Constructor for class org.jzy3d.colors.colormaps.ColorMapHotCold
 
ColorMapper - Class in org.jzy3d.colors
A ColorMapper uses a IColorMap to process a color for a given Coord3d.
ColorMapper() - Constructor for class org.jzy3d.colors.ColorMapper
 
ColorMapper(IColorMap, Color) - Constructor for class org.jzy3d.colors.ColorMapper
 
ColorMapper(IColorMap, double, double) - Constructor for class org.jzy3d.colors.ColorMapper
 
ColorMapper(IColorMap, Range) - Constructor for class org.jzy3d.colors.ColorMapper
 
ColorMapper(IColorMap, double, double, Color) - Constructor for class org.jzy3d.colors.ColorMapper
 
ColorMapper(ColorMapper, Color) - Constructor for class org.jzy3d.colors.ColorMapper
 
colormapper(ColorMapRedAndGreen) - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
ColorMapperUpdater - Class in org.jzy3d.chart.controllers.targets
 
ColorMapperUpdater() - Constructor for class org.jzy3d.chart.controllers.targets.ColorMapperUpdater
 
ColorMapRainbow - Class in org.jzy3d.colors.colormaps
A rainbow colormap is a progressive transition from blue, to green and then red.
ColorMapRainbow() - Constructor for class org.jzy3d.colors.colormaps.ColorMapRainbow
 
ColorMapRainbowNoBorder - Class in org.jzy3d.colors.colormaps
A rainbow colormap is a progressive transition from blue, to green and then red.
ColorMapRainbowNoBorder() - Constructor for class org.jzy3d.colors.colormaps.ColorMapRainbowNoBorder
 
ColorMapRBG - Class in org.jzy3d.colors.colormaps
 
ColorMapRBG() - Constructor for class org.jzy3d.colors.colormaps.ColorMapRBG
 
ColorMapRedAndGreen - Class in org.jzy3d.colors.colormaps
 
ColorMapRedAndGreen() - Constructor for class org.jzy3d.colors.colormaps.ColorMapRedAndGreen
 
ColorMapWhiteBlue - Class in org.jzy3d.colors.colormaps
 
ColorMapWhiteBlue() - Constructor for class org.jzy3d.colors.colormaps.ColorMapWhiteBlue
 
ColorMapWhiteGreen - Class in org.jzy3d.colors.colormaps
 
ColorMapWhiteGreen() - Constructor for class org.jzy3d.colors.colormaps.ColorMapWhiteGreen
 
ColorMapWhiteRed - Class in org.jzy3d.colors.colormaps
 
ColorMapWhiteRed() - Constructor for class org.jzy3d.colors.colormaps.ColorMapWhiteRed
 
COLORS - Static variable in class org.jzy3d.colors.Color
 
colors - Variable in class org.jzy3d.plot3d.primitives.interactive.tools.PolygonProjection
 
colors - Variable in class org.jzy3d.plot3d.primitives.Scatter
 
colors - Variable in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
column(ICanvas, float, float) - Static method in class org.jzy3d.plot3d.rendering.view.ViewportBuilder
 
column(int, int, float, float) - Static method in class org.jzy3d.plot3d.rendering.view.ViewportBuilder
 
columnInstruction() - Method in class org.jzy3d.ui.MultiChartPanel
 
columnWidthPX - Variable in class org.jzy3d.ui.MultiChartPanel
 
compare(Coord2d, Coord2d) - Method in class org.jzy3d.maths.algorithms.convexhull.algorithms.RadialComparator
 
compare(Coord2d, Coord2d) - Method in class org.jzy3d.maths.algorithms.convexhull.algorithms.XYComparator
 
compare(T, T) - Method in interface org.jzy3d.maths.algorithms.convexhull.utils.IComparator
 
compare(IProjection, IProjection) - Method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionComparator
 
compare(AbstractDrawable, AbstractDrawable) - Method in class org.jzy3d.plot3d.rendering.ordering.BarycentreOrderingStrategy
Operation must be: symetric: compare(a,b)=-compare(b,a) transitive: ((compare(x, y)>0) && (compare(y, z)>0)) implies compare(x, z)>0 true if all Drawables and the Camera don't change position!
compare(AbstractDrawable, AbstractDrawable) - Method in class org.jzy3d.plot3d.rendering.ordering.DefaultOrderingStrategy
 
compare(Coord3d, Coord3d) - Method in class org.jzy3d.plot3d.rendering.ordering.PointOrderingStrategy
 
comparison(double, double) - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
Return the opposite of closest distance, so that closest distance is sorted after farest distance.
compile(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
If you call compile, the display list will be regenerated.
CompileableComposite - Class in org.jzy3d.plot3d.primitives
A CompileableComposite allows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.
CompileableComposite() - Constructor for class org.jzy3d.plot3d.primitives.CompileableComposite
 
compileModel() - Method in class org.jzy3d.io.obj.OBJFile
This function takes the raw model data in the internal structures, and attempts to bring it to a format directly accepted for vertex array style rendering.
components - Variable in class org.jzy3d.plot3d.primitives.AbstractComposite
 
components - Variable in class org.jzy3d.plot3d.primitives.CompileableComposite
 
components - Variable in class org.jzy3d.plot3d.rendering.scene.Graph
 
CompositeColorMapperUpdatePolicy - Class in org.jzy3d.colors
Allows only composite objects to call ColorMapper.preDraw(this), to avoid having all children re-initializing min/max score in the scenegraph
CompositeColorMapperUpdatePolicy() - Constructor for class org.jzy3d.colors.CompositeColorMapperUpdatePolicy
 
ComputationalGeometry - Class in org.jzy3d.maths.algorithms.convexhull.algorithms
 
ComputationalGeometry() - Constructor for class org.jzy3d.maths.algorithms.convexhull.algorithms.ComputationalGeometry
 
compute(Coord3d, Coord3d, Coord3d) - Static method in class org.jzy3d.maths.Normal
 
compute(Coord3d) - Method in class org.jzy3d.plot3d.transform.Rotate
 
compute(Coord3d) - Method in class org.jzy3d.plot3d.transform.Scale
 
compute(float) - Method in interface org.jzy3d.plot3d.transform.space.SpaceTransform
 
compute(Coord3d) - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
compute(Coord2d) - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
compute(float) - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformLog
 
compute(float) - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformLog2
 
compute(float) - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformNone
 
compute(Coord3d) - Method in class org.jzy3d.plot3d.transform.Transform
Apply the transformations to the input coordinate
compute(Coord3d) - Method in class org.jzy3d.plot3d.transform.Translate
 
compute(Coord3d) - Method in class org.jzy3d.plot3d.transform.TranslateDrawable
 
computeBoundingBox() - Method in class org.jzy3d.io.obj.OBJFile
Returns the points defining the axis-aligned bounding box containing the model.
computeCameraEye(Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.View
 
computeCameraEyeFree(Coord3d, Coord3d) - Static method in class org.jzy3d.plot3d.rendering.view.View
 
computeCameraEyeProfile(Coord3d, Coord3d) - Static method in class org.jzy3d.plot3d.rendering.view.View
 
computeCameraEyeTop(Coord3d, Coord3d) - Static method in class org.jzy3d.plot3d.rendering.view.View
 
computeCameraPosition() - Method in class org.jzy3d.plot3d.rendering.view.annotation.CameraDistanceAnnotation
 
computeCameraRenderingSphereRadius(GL, GLU, ViewportConfiguration, BoundingBox3d) - Method in class org.jzy3d.plot3d.rendering.view.View
 
computeCameraTarget() - Method in class org.jzy3d.plot3d.rendering.view.View
 
computeCameraUp() - Method in class org.jzy3d.plot3d.rendering.view.View
 
computeCameraUpAndTriggerEvents() - Method in class org.jzy3d.plot3d.rendering.view.View
 
computeContour(int, int, int) - Method in class org.jzy3d.contour.AbstractContourGenerator
Calculates the points in the XY plane that belong to a contour
computeContour(int, int, double[]) - Method in class org.jzy3d.contour.AbstractContourGenerator
Calculates the points in the XY plane that belong to a contour whose height is defined by the user in an array
computeFieldOfView(double, double) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Compute the field of View, in order to occupy the entire screen in PERSPECTIVE mode.
computeFilledContour(int, int, int) - Method in class org.jzy3d.contour.AbstractContourGenerator
To paint the contours in the XY plane filling with color between contour and contour
computeGeometrySize(DrawableVBO) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
computeHeightMatrix(double[][], int, int) - Method in class org.jzy3d.contour.AbstractContourGenerator
 
computeHeightMatrix(double[][], int, int) - Method in class org.jzy3d.contour.MapperContourMeshGenerator
Calculates the Height of the surface for each point in the XY plane
computeHeightMatrix(double[][], int, int) - Method in class org.jzy3d.contour.MapperContourPictureGenerator
Calculates the Height of the surface for each point in the XY plane
computeMaxCount() - Method in class org.jzy3d.maths.Histogram
 
computeMesh(IContourColoringPolicy, int, int, double[][], float) - Method in class org.jzy3d.contour.MapperContourMeshGenerator
 
computeOrientation(Coord2d, Coord2d, Coord2d) - Static method in class org.jzy3d.maths.algorithms.convexhull.algorithms.ComputationalGeometry
 
computePolygons(List<Coord3d>) - Method in class org.jzy3d.plot3d.builder.delaunay.DelaunayTessellator
 
computeScaledViewBounds() - Method in class org.jzy3d.plot3d.rendering.view.View
 
computeSceneScaling() - Method in class org.jzy3d.chart2d.View2d
 
computeSceneScaling() - Method in class org.jzy3d.plot3d.rendering.view.View
 
computeSeparator(ICanvas, List<ILegend>) - Method in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
computeTextBounds(GL, GLU, Camera, Coord3d, TextBillboardRenderer.BillBoardSize) - Method in class org.jzy3d.plot3d.text.renderers.TextBillboardRenderer
 
computeTextBounds(GL, GLU, Camera, Coord3d, float) - Method in class org.jzy3d.plot3d.text.renderers.TextBitmapRenderer
 
computeVerticeBufferSize(int, int, int, int, boolean, boolean) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
computeVertices(int) - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
Computes all curve vertices based on the resolution/number of subdivisions requested.
computeXWithAlign(Halign, Coord3d, float, float) - Method in class org.jzy3d.plot3d.text.renderers.TextBitmapRenderer
 
computeXYColors(int, int, int) - Method in class org.jzy3d.contour.AbstractContourGenerator
Having the colors of the surface on the XY plane gives a lot of info in some surfaces
computeYWithAlign(Valign, Coord3d, float) - Method in class org.jzy3d.plot3d.text.renderers.TextBitmapRenderer
 
ConcurrentLineStrip - Class in org.jzy3d.plot3d.primitives
 
ConcurrentLineStrip() - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
 
ConcurrentLineStrip(int) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
 
ConcurrentLineStrip(List<Coord3d>) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
 
ConcurrentLineStrip(Point, Point) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
 
ConcurrentLineStripSplitted - Class in org.jzy3d.plot3d.primitives
 
ConcurrentLineStripSplitted() - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
ConcurrentLineStripSplitted(int) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
ConcurrentLineStripSplitted(List<Coord3d>) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
ConcurrentLineStripSplitted(Point, Point) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
ConcurrentScatterMultiColor - Class in org.jzy3d.plot3d.primitives
 
ConcurrentScatterMultiColor(Coord3d[], Color[], ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColor
 
ConcurrentScatterMultiColor(Coord3d[], ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColor
 
ConcurrentScatterMultiColor(Coord3d[], Color[], ColorMapper, float) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColor
 
ConcurrentScatterMultiColorList - Class in org.jzy3d.plot3d.primitives
 
ConcurrentScatterMultiColorList(ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColorList
 
ConcurrentScatterMultiColorList(List<Coord3d>, ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColorList
 
ConcurrentScatterMultiColorList(List<Coord3d>, ColorMapper, float) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColorList
 
ConcurrentScatterPoint - Class in org.jzy3d.plot3d.primitives
 
ConcurrentScatterPoint() - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentScatterPoint
 
ConcurrentScatterPoint(List<LightPoint>, float) - Constructor for class org.jzy3d.plot3d.primitives.ConcurrentScatterPoint
 
configure(GL) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
configure(String, Coord3d, Color, Halign, Valign) - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
configureControllers(Chart, String, boolean, boolean) - Static method in class org.jzy3d.chart.ChartLauncher
 
configureText(Graphics2D) - Method in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
console() - Method in class org.jzy3d.maths.Histogram
 
contains(BoundingBox2d) - Method in class org.jzy3d.maths.BoundingBox2d
Return true if b2 is contained by this box.
contains(Coord2d) - Method in class org.jzy3d.maths.BoundingBox2d
Return true if coordinates is contained by this box.
contains(BoundingBox3d) - Method in class org.jzy3d.maths.BoundingBox3d
Return true if b2 is contained by this.
contains(Coord3d) - Method in class org.jzy3d.maths.BoundingBox3d
 
contains(float) - Method in class org.jzy3d.maths.Scale
 
contains(double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.TickLabelMap
 
content - Variable in class org.jzy3d.plot3d.rendering.tooltips.InteractiveTooltip
 
ContourAxeBox - Class in org.jzy3d.plot3d.primitives.axes
An axe box for displaying a contour map that remains on bottom of the box, whatever the box scale is.
ContourAxeBox(BoundingBox3d, IAxeLayout) - Constructor for class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
ContourAxeBox(BoundingBox3d) - Constructor for class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
ContourChart - Class in org.jzy3d.chart
 
ContourChart() - Constructor for class org.jzy3d.chart.ContourChart
 
ContourChart(Quality) - Constructor for class org.jzy3d.chart.ContourChart
 
ContourChart(String) - Constructor for class org.jzy3d.chart.ContourChart
 
ContourChart(Quality, String) - Constructor for class org.jzy3d.chart.ContourChart
 
ContourChartComponentFactory - Class in org.jzy3d.chart.factories
 
ContourChartComponentFactory() - Constructor for class org.jzy3d.chart.factories.ContourChartComponentFactory
 
contourImg - Variable in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
ContourLevel - Class in org.jzy3d.plot3d.primitives.contour
A ContourLevel is an AbstractComposite gathering a collection of LineStrips for a given contour level.
ContourLevel() - Constructor for class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
ContourLevel(float) - Constructor for class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
ContourLevel(int, float, List<LineStrip>) - Constructor for class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
ContourLevels - Class in org.jzy3d.plot3d.primitives.contour
 
ContourLevels() - Constructor for class org.jzy3d.plot3d.primitives.contour.ContourLevels
 
ContourMesh - Class in org.jzy3d.plot3d.primitives.contour
 
ContourMesh() - Constructor for class org.jzy3d.plot3d.primitives.contour.ContourMesh
 
contourTexture - Variable in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
control - Variable in class org.jzy3d.plot3d.rendering.legends.FpsInfoRenderer
 
controlCoords - Variable in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
ControllerEvent - Class in org.jzy3d.events
 
ControllerEvent(Object, ControllerType, Object) - Constructor for class org.jzy3d.events.ControllerEvent
 
controllerEventFired(ControllerEvent) - Method in interface org.jzy3d.events.ControllerEventListener
 
ControllerEventListener - Interface in org.jzy3d.events
 
controllerListeners - Variable in class org.jzy3d.chart.controllers.AbstractController
 
controllerListeners - Variable in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
controllers - Variable in class org.jzy3d.chart.Chart
 
ControllerType - Enum in org.jzy3d.chart.controllers
 
controlPoints - Variable in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
convert(List) - Static method in class org.jzy3d.io.SimpleCsv
 
convertARGBtoRGBA(int[]) - Static method in class org.jzy3d.plot3d.rendering.image.GLImage
Convert pixels from java default ARGB int format to byte array in RGBA format.
Converter - Class in org.jzy3d.maths.algorithms.convexhull.algorithms
Implements windowing transformation.
Converter(int, int, double, double) - Constructor for class org.jzy3d.maths.algorithms.convexhull.algorithms.Converter
 
convertEvent(KeyEvent, int) - Method in class org.jzy3d.bridge.newt.controllers.keyboard.AWTToNewtKeyListener
 
convertEvent(KeyEvent) - Method in class org.jzy3d.bridge.newt.controllers.keyboard.NewtToAWTKeyListener
 
convertEvent(MouseEvent, int) - Method in class org.jzy3d.bridge.newt.controllers.mouse.AWTToNewtMouseListener
 
convertEvent(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.NewtToAWTMouseListener
 
convertEvent(MouseWheelEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.NewtToAWTMouseListener
 
convertImagePixels(int[], int, int, boolean) - Static method in class org.jzy3d.plot3d.rendering.image.GLImage
Convert ARGB pixels to a ByteBuffer containing RGBA pixels.
convertWheelEvent(MouseEvent, int) - Method in class org.jzy3d.bridge.newt.controllers.mouse.AWTToNewtMouseListener
 
convertWheelRotation(MouseEvent, float, float) - Static method in class org.jzy3d.chart.controllers.mouse.NewtMouseUtilities
 
ConvexHull - Class in org.jzy3d.maths
 
ConvexHull() - Constructor for class org.jzy3d.maths.ConvexHull
 
ConvexHullFunction - Interface in org.jzy3d.maths.algorithms.convexhull
 
Coord2d - Class in org.jzy3d.maths
A Coord2d stores a 2 dimensional coordinate for cartesian (x,y) or polar (a,r) mode, and provide operators allowing to add, substract, multiply and divises coordinate values, as well as computing the distance between two points, and converting polar and cartesian coordinates.
Coord2d() - Constructor for class org.jzy3d.maths.Coord2d
Creates a 2d coordinate with the value 0 for each dimension.
Coord2d(float, float) - Constructor for class org.jzy3d.maths.Coord2d
Creates a 2d coordinate.
Coord2d(double, double) - Constructor for class org.jzy3d.maths.Coord2d
Creates a 2d coordinate.
Coord3d - Class in org.jzy3d.maths
A Coord3d stores a 3 dimensional coordinate for cartesian or polar mode, and provide few operators.
Coord3d() - Constructor for class org.jzy3d.maths.Coord3d
Create a 3d coordinate with value 0 for each dimension.
Coord3d(float, float, float) - Constructor for class org.jzy3d.maths.Coord3d
Create a 3d coordinate.
Coord3d(Coord2d, float) - Constructor for class org.jzy3d.maths.Coord3d
 
Coord3d(float[]) - Constructor for class org.jzy3d.maths.Coord3d
 
Coord3d(double, double, double) - Constructor for class org.jzy3d.maths.Coord3d
Create a 3d coordinate.
Coord3dEditor - Class in org.jzy3d.ui.editors
 
Coord3dEditor(String, Range, Range, Range) - Constructor for class org.jzy3d.ui.editors.Coord3dEditor
 
Coordinates - Class in org.jzy3d.maths
A simple utility class for storing a list of x, y, and z coordinates as arrays of float values.
Coordinates(float[], float[], float[]) - Constructor for class org.jzy3d.maths.Coordinates
Initialize a list of coordinates with X, Y, and Z values
Coordinates(Coord3d[]) - Constructor for class org.jzy3d.maths.Coordinates
Initialize a Grid with a list of coordinates values
Coordinates(Coord3d, Coord3d...) - Constructor for class org.jzy3d.maths.Coordinates
 
Coordinates(List<Coord3d>) - Constructor for class org.jzy3d.maths.Coordinates
Initialize a Grid with a list of coordinates values
coordinates - Variable in class org.jzy3d.plot3d.builder.concrete.CustomGrid
 
coordinates - Variable in class org.jzy3d.plot3d.primitives.Scatter
 
coordinates - Variable in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
coordinates - Variable in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
coordinates - Variable in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilderListCoord3d
 
CoordinateTooltipRenderer - Class in org.jzy3d.plot3d.rendering.tooltips
 
CoordinateTooltipRenderer() - Constructor for class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
CoordinateTooltipRenderer(IntegerCoord2d) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
CoordinateTooltipRenderer(IntegerCoord2d, Coord3d) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
CoordinateTooltipRenderer(String, String, String) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
CoordinateTooltipRenderer(String, String, String, IntegerCoord2d) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
CoordinateTooltipRenderer(String, String, String, IntegerCoord2d, Coord3d) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
CoordinateTooltipRenderer(String, String, String, IntegerCoord2d, Coord3d, boolean) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
CoordinateTooltipRenderer(String, String, String, boolean, boolean, boolean, IntegerCoord2d, Coord3d) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
CoordinateTooltipRenderer(String, String, String, boolean, boolean, boolean, IntegerCoord2d, Coord3d, boolean) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
coords - Variable in class org.jzy3d.plot3d.primitives.interactive.tools.PolygonProjection
 
coords - Variable in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
coords - Variable in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
correctCameraPositionForIncludingTextLabels(GL, GLU, float, float) - Method in class org.jzy3d.chart.graphs.GraphView
 
correctCameraPositionForIncludingTextLabels(GL, GLU, ViewportConfiguration) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
correctCameraPositionForIncludingTextLabels(GL, GLU, ViewportConfiguration) - Method in class org.jzy3d.plot3d.rendering.view.View
 
cos() - Method in class org.jzy3d.maths.Angle2d
Computes cosinus of the angle
cos() - Method in class org.jzy3d.maths.Angle3d
Computes cosinus of the angle
CounterClockwise - Static variable in class org.jzy3d.maths.algorithms.convexhull.algorithms.ComputationalGeometry
 
countNaNs(double[]) - Static method in class org.jzy3d.maths.Array
 
createEnlarge(double) - Method in class org.jzy3d.maths.Range
 
createParentFoldersIfNotExist(String) - Static method in class org.jzy3d.io.SimpleFile
 
createPolygon() - Method in class org.jzy3d.plot3d.primitives.ParallelepipedComposite
 
createSlider(String, int, int) - Method in class org.jzy3d.ui.editors.ColorEditor
 
createSlider(String, int, int) - Method in class org.jzy3d.ui.editors.Coord3dEditor
 
createTxtField(String) - Method in class org.jzy3d.ui.editors.ColorEditor
 
Croppable - Interface in org.jzy3d.plot3d.primitives
 
CroppableLineStrip - Class in org.jzy3d.plot3d.primitives
 
CroppableLineStrip() - Constructor for class org.jzy3d.plot3d.primitives.CroppableLineStrip
 
CroppingView - Class in org.jzy3d.plot3d.rendering.view
 
CroppingView(IChartComponentFactory, Scene, ICanvas, Quality) - Constructor for class org.jzy3d.plot3d.rendering.view.CroppingView
 
cross(Coord3d) - Method in class org.jzy3d.maths.Coord3d
 
cross(Vector3d) - Method in class org.jzy3d.maths.Vector3d
Computes the vectorial product of the current and the given vector.
cullingDisable(GL) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
cullingEnable(GL) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
current - Static variable in class org.jzy3d.plot3d.rendering.view.View
 
current() - Static method in class org.jzy3d.plot3d.rendering.view.View
 
CustomEventQueue - Class in org.jzy3d.plot3d.pipelines
Utility for debugging event queue related to 3d in AWT.
CustomEventQueue() - Constructor for class org.jzy3d.plot3d.pipelines.CustomEventQueue
 
CustomGrid - Class in org.jzy3d.plot3d.builder.concrete
CustomGrid allows using a specific projection mapping.
CustomGrid(double[][]) - Constructor for class org.jzy3d.plot3d.builder.concrete.CustomGrid
 
CYAN - Static variable in class org.jzy3d.colors.Color
Cyan color.
Cylinder - Class in org.jzy3d.plot3d.primitives
 
Cylinder() - Constructor for class org.jzy3d.plot3d.primitives.Cylinder
 

D

d - Variable in class org.jzy3d.maths.parameq.ParametricAbcd
 
dArrowDown - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
dArrowUp - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
dat2num(Date) - Static method in class org.jzy3d.maths.Utils
 
dat2str(Date) - Static method in class org.jzy3d.maths.Utils
Convert a date to the format "dd/MM/yyyy HH:mm:ss".
dat2str(Date, String) - Static method in class org.jzy3d.maths.Utils
Some example format dd.MM.yy 09.04.98 yyyy.MM.dd G 'at' hh:mm:ss z 1998.04.09 AD at 06:15:55 PDT EEE, MMM d, ''yy Thu, Apr 9, '98 h:mm a 6:15 PM H:mm 18:15 H:mm:ss:SSS 18:15:55:624 K:mm a,z 6:15 PM,PDT yyyy.MMMMM.dd GGG hh:mm aaa 1998.April.09 AD 06:15 PM
data - Variable in class org.jzy3d.maths.Histogram
 
DateTickRenderer - Class in org.jzy3d.plot3d.primitives.axes.layout.renderers
 
DateTickRenderer() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.DateTickRenderer
 
DateTickRenderer(String) - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.DateTickRenderer
 
dDiskDown - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
dDiskUp - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
deapness() - Method in interface org.jzy3d.plot3d.primitives.interactive.tools.IProjection
 
deapness() - Method in class org.jzy3d.plot3d.primitives.interactive.tools.PolygonProjection
 
debugGL - Variable in class org.jzy3d.plot3d.rendering.view.Renderer3d
 
debugMapping() - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
Decomposition - Class in org.jzy3d.plot3d.rendering.scene
 
Decomposition() - Constructor for class org.jzy3d.plot3d.rendering.scene.Decomposition
 
DEFAULT_CAMERA_DISTANCE_MODE - Static variable in class org.jzy3d.plot3d.rendering.view.Camera
Defines if camera distance is real, or only squared (squared distance avoid computing Math.sqrt() and is thus faster).
DEFAULT_CANVAS_TYPE - Static variable in class org.jzy3d.analysis.AnalysisLauncher
 
DEFAULT_FONT - Static variable in class org.jzy3d.plot3d.text.drawable.cells.DrawableTextCell
 
DEFAULT_FONT - Static variable in class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DEFAULT_FONT_NAME - Static variable in class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DEFAULT_FONT_SIZE - Static variable in class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DEFAULT_FONT_STYLE - Static variable in class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DEFAULT_QUALITY - Static variable in class org.jzy3d.chart.Chart
 
DEFAULT_TIGHTNESS - Static variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
DEFAULT_UPDATE_VIEW - Static variable in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
DEFAULT_VIEW - Static variable in class org.jzy3d.plot3d.rendering.view.Camera
The polar default view point, i.e.
DEFAULT_VIEW - Static variable in class org.jzy3d.plot3d.rendering.view.View
 
DEFAULT_WINDOW - Static variable in class org.jzy3d.analysis.AnalysisLauncher
 
DEFAULT_WINDOWING_TOOLKIT - Static variable in class org.jzy3d.chart.Chart
 
defaultColor - Variable in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
DefaultColorMapperUpdatePolicy - Class in org.jzy3d.colors
Allows any object to call ColorMapper.preDraw(this)
DefaultColorMapperUpdatePolicy() - Constructor for class org.jzy3d.colors.DefaultColorMapperUpdatePolicy
 
DefaultContourColoringPolicy - Class in org.jzy3d.contour
 
DefaultContourColoringPolicy(ColorMapper) - Constructor for class org.jzy3d.contour.DefaultContourColoringPolicy
 
DefaultDecimalTickRenderer - Class in org.jzy3d.plot3d.primitives.axes.layout.renderers
Force number to be represented with a given number of decimals
DefaultDecimalTickRenderer() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.DefaultDecimalTickRenderer
 
DefaultDecimalTickRenderer(int) - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.DefaultDecimalTickRenderer
 
DefaultDrawableGraph2d<V,E> - Class in org.jzy3d.plot3d.primitives.graphs.impl
 
DefaultDrawableGraph2d() - Constructor for class org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d
 
DefaultGraph<V,E> - Class in org.jzy3d.maths.graphs
 
DefaultGraph() - Constructor for class org.jzy3d.maths.graphs.DefaultGraph
 
DefaultGraphFormatter<V,E> - Class in org.jzy3d.plot3d.primitives.graphs.layout
 
DefaultGraphFormatter() - Constructor for class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
DefaultGraphFormatter(Color, Color) - Constructor for class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
DefaultGraphLayout2d<V> - Class in org.jzy3d.plot3d.primitives.graphs.layout
 
DefaultGraphLayout2d() - Constructor for class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphLayout2d
 
DefaultLineStripMergePolicy - Class in org.jzy3d.plot3d.primitives.contour
Tells if we should merge with any LineStrip according to a maximum distance threshold
DefaultLineStripMergePolicy() - Constructor for class org.jzy3d.plot3d.primitives.contour.DefaultLineStripMergePolicy
 
DefaultLineStripMergePolicy(double) - Constructor for class org.jzy3d.plot3d.primitives.contour.DefaultLineStripMergePolicy
 
DefaultOrderingStrategy - Class in org.jzy3d.plot3d.rendering.ordering
The default ordering strategy let drawables be displayed in their original order and as thus no computation cost.
DefaultOrderingStrategy() - Constructor for class org.jzy3d.plot3d.rendering.ordering.DefaultOrderingStrategy
 
DefaultTextStyle - Class in org.jzy3d.plot3d.text.renderers.jogl
 
DefaultTextStyle(Color) - Constructor for class org.jzy3d.plot3d.text.renderers.jogl.DefaultTextStyle
 
defSceneOffset - Variable in class org.jzy3d.plot3d.text.AbstractTextRenderer
 
defScreenOffset - Variable in class org.jzy3d.plot3d.text.AbstractTextRenderer
 
DelaunayTessellator - Class in org.jzy3d.plot3d.builder.delaunay
 
DelaunayTessellator() - Constructor for class org.jzy3d.plot3d.builder.delaunay.DelaunayTessellator
 
delta - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
detailedToString - Variable in class org.jzy3d.plot3d.primitives.AbstractComposite
 
detailedToString - Variable in class org.jzy3d.plot3d.primitives.CompileableComposite
 
detectProfile() - Static method in class org.jzy3d.chart.Settings
 
diffuseColor - Variable in class org.jzy3d.plot3d.rendering.lights.Light
 
diffuseColorControl - Variable in class org.jzy3d.ui.editors.LightEditor
 
diffuseColorControl - Variable in class org.jzy3d.ui.editors.MaterialEditor
 
Dimension - Class in org.jzy3d.maths
Replacement for java.awt.Dimension
Dimension(int, int) - Constructor for class org.jzy3d.maths.Dimension
 
dimensionDirty - Variable in class org.jzy3d.plot3d.rendering.view.View
 
dimensions - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
direction - Variable in class org.jzy3d.colors.colormaps.AbstractColorMap
 
disable(GL) - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
disable(GL2, int) - Static method in class org.jzy3d.plot3d.rendering.lights.LightSwitch
 
disableDepthBufferWhenAlpha - Variable in class org.jzy3d.plot3d.rendering.canvas.Quality
 
Disk - Class in org.jzy3d.plot3d.primitives
 
Disk() - Constructor for class org.jzy3d.plot3d.primitives.Disk
Initialize a Cylinder at the origin.
Disk(Coord3d, float, float, int, int, Color) - Constructor for class org.jzy3d.plot3d.primitives.Disk
Initialize a cylinder with the given parameters.
dispatchEvent(AWTEvent) - Method in class org.jzy3d.plot3d.pipelines.CustomEventQueue
 
display(Rectangle, String) - Method in class org.jzy3d.chart.Chart
 
display() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
display() - Method in interface org.jzy3d.plot3d.rendering.canvas.IScreenCanvas
 
display(GLAutoDrawable) - Method in class org.jzy3d.plot3d.rendering.view.AWTRenderer3d
Uses a dedicated AWTGLReadBufferUtil to read a buffered image.
display(GLAutoDrawable) - Method in class org.jzy3d.plot3d.rendering.view.Renderer3d
Called when the GLAutoDrawable requires a rendering.
DISPLAY_AXE_WHOLE_BOUNDS - Variable in class org.jzy3d.plot3d.rendering.view.View
display a magenta parallelepiped (debug).
displayed - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
displayMessage - Variable in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
dispose() - Method in class org.jzy3d.chart.Chart
 
dispose() - Method in class org.jzy3d.chart.controllers.AbstractController
 
dispose() - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
dispose() - Method in class org.jzy3d.chart.controllers.keyboard.camera.AWTCameraKeyController
 
dispose() - Method in class org.jzy3d.chart.controllers.keyboard.camera.NewtCameraKeyController
 
dispose() - Method in class org.jzy3d.chart.controllers.keyboard.screenshot.AbstractScreenshotKeyController
 
dispose() - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
dispose() - Method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
dispose() - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
dispose() - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
dispose() - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
dispose() - Method in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
 
dispose() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
Performs all required operation to cleanup the Drawable.
dispose() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
dispose() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
dispose() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBoxWithTxtRenderer
 
dispose() - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
dispose() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
dispose() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
dispose() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
dispose() - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
Performs all required cleanup when destroying a Canvas.
dispose() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
dispose() - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
dispose() - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
dispose() - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
dispose() - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Handles disposing of the Graph as well as all views pointing to this Graph.
dispose() - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
dispose() - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
dispose() - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
dispose(GLAutoDrawable) - Method in class org.jzy3d.plot3d.rendering.view.Renderer3d
 
dispose() - Method in class org.jzy3d.plot3d.rendering.view.View
 
dispose() - Method in class org.jzy3d.plot3d.text.overlay.TextOverlay
 
distance(Coord2d) - Method in class org.jzy3d.maths.Coord2d
Compute the distance between two coordinates.
distance(Coord3d) - Method in class org.jzy3d.maths.Coord3d
Compute the distance between two coordinates.
distance(Coord3d) - Method in class org.jzy3d.maths.Vector3d
Compute the distance between two coordinates.
distanceSq(Coord2d) - Method in class org.jzy3d.maths.Coord2d
 
distanceSq(Coord3d) - Method in class org.jzy3d.maths.Coord3d
 
div(Coord2d) - Method in class org.jzy3d.maths.Coord2d
Divise a Coord2d to the current one and return the result in a new Coord2d.
div(float) - Method in class org.jzy3d.maths.Coord2d
Divise all components of the current Coord by the same value and return the result in a new Coord3d.
div(float, float) - Method in class org.jzy3d.maths.Coord2d
 
div(Coord3d) - Method in class org.jzy3d.maths.Coord3d
Divise a Coord3d to the current one and return the result in a new Coord3d.
div(float) - Method in class org.jzy3d.maths.Coord3d
Divise all components of the current Coord by the same value and return the result in a new Coord3d.
divSelf(float) - Method in class org.jzy3d.maths.Coord2d
 
divSelf(Coord3d) - Method in class org.jzy3d.maths.Coord3d
 
doBindGL2(GL) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
doConfigure(int, int) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
doConfigure(int, int, int, int, int) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
doDrawBounds(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
doDrawCamera(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.rendering.view.annotation.CameraDistanceAnnotation
 
doDrawElements(GL) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
doLoadArrayFloatBuffer(GL, FloatBuffer) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
doLoadArrayFloatBuffer(GL, int, FloatBuffer) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
doLoadElementIntBuffer(GL, IntBuffer) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
doLoadElementIntBuffer(GL, int, IntBuffer) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
done - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
done - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
 
done - Static variable in class org.jzy3d.ui.LookAndFeel
 
doneScreenshot(String) - Method in interface org.jzy3d.chart.controllers.keyboard.screenshot.IScreenshotKeyController.IScreenshotEventListener
 
doRun() - Method in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
 
doScreenshotAtNextDisplay - Variable in class org.jzy3d.plot3d.rendering.view.Renderer3d
 
doSetBoundingBox(BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
doShoot(GL, GLU, CameraMode) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
dot(Coord3d) - Method in class org.jzy3d.maths.Coord3d
 
dot(Vector2d) - Method in class org.jzy3d.maths.Vector2d
Compute the dot product between and current and given vector.
dot(Vector3d) - Method in class org.jzy3d.maths.Vector3d
Compute the dot product between and current and given vector.
doTransform(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
doTransform(GL) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
reset to identity and apply scaling
DoubleBufferedPanelAWT - Class in org.jzy3d.bridge.awt
 
DoubleBufferedPanelAWT() - Constructor for class org.jzy3d.bridge.awt.DoubleBufferedPanelAWT
 
DoubleBufferedPanelSwing - Class in org.jzy3d.bridge.swing
 
DoubleBufferedPanelSwing() - Constructor for class org.jzy3d.bridge.swing.DoubleBufferedPanelSwing
 
dragging - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
dragSelection(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
draw(Graphics) - Method in class org.jzy3d.bridge.awt.DoubleBufferedPanelAWT
 
draw(Graphics) - Method in class org.jzy3d.bridge.awt.SimpleBufferedPanelAWT
 
draw(Graphics) - Method in interface org.jzy3d.bridge.BufferedPanel
The actual draw method that must be defined by a concrete BufferedPanel.
draw(Graphics) - Method in class org.jzy3d.bridge.swing.DoubleBufferedPanelSwing
 
draw(Graphics) - Method in class org.jzy3d.bridge.swing.SimpleBufferedPanelSwing
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Delegate rendering iteratively to all Drawable of this composite.
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
Call OpenGL2 routines for rendering the object.
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
draw(GL, AxeBox) - Method in interface org.jzy3d.plot3d.primitives.axes.AxeAnnotation
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Draws the AxeBox.
draw(GL, AxeBox) - Method in class org.jzy3d.plot3d.primitives.axes.AxeCrossAnnotation
 
draw(GL, AxeBox) - Method in class org.jzy3d.plot3d.primitives.axes.AxeXLineAnnotation
 
draw(GL, AxeBox) - Method in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
draw(GL, GLU, Camera) - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
Reset the object if required, compile the object if it is not compiled, and execute actual rendering.
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.Disk
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
draw(GL, GLU, Camera) - Method in interface org.jzy3d.plot3d.primitives.IGLRenderer
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformablePoint
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.Point
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.Scatter
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.SimplePolygon
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.Sphere
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.textured.TranslucentQuad
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.Tube
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Decompose all AbstractComposite objects, and sort the extracted monotype (i.e. non-AbstractComposite AbstractDrawables) in order to render them according to the default -or defined- AbstractOrderingStrategy.
draw(GL, GLU, Camera, List<AbstractDrawable>, boolean) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.rendering.view.annotation.BarycenterAnnotation
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.rendering.view.annotation.CameraDistanceAnnotation
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.rendering.view.annotation.CameraPathAnnotation
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
draw(Graphics2D, String, int, int) - Method in class org.jzy3d.plot3d.text.renderers.jogl.DefaultTextStyle
 
draw(Graphics2D, String, int, int) - Method in class org.jzy3d.plot3d.text.renderers.jogl.GradientTextStyle
 
draw(Graphics2D, String, int, int) - Method in class org.jzy3d.plot3d.text.renderers.jogl.ShadowedTextStyle
 
drawable - Variable in class org.jzy3d.plot2d.primitives.Histogram2d
 
drawable - Variable in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
drawable - Variable in class org.jzy3d.plot3d.transform.TranslateDrawable
 
drawableChanged(DrawableChangedEvent) - Method in interface org.jzy3d.events.IDrawableListener
 
drawableChanged(DrawableChangedEvent) - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
drawableChanged(DrawableChangedEvent) - Method in interface org.jzy3d.plot3d.rendering.legends.colorbars.IColorbarLegend
 
drawableChanged(DrawableChangedEvent) - Method in interface org.jzy3d.plot3d.rendering.legends.ILegend
 
DrawableChangedEvent - Class in org.jzy3d.events
 
DrawableChangedEvent(Object, int) - Constructor for class org.jzy3d.events.DrawableChangedEvent
 
DrawableTextBillboard - Class in org.jzy3d.plot3d.text.drawable
 
DrawableTextBillboard(String, Coord3d, Color) - Constructor for class org.jzy3d.plot3d.text.drawable.DrawableTextBillboard
 
DrawableTextBitmap - Class in org.jzy3d.plot3d.text.drawable
 
DrawableTextBitmap(String, Coord3d, Color) - Constructor for class org.jzy3d.plot3d.text.drawable.DrawableTextBitmap
 
DrawableTextCell - Class in org.jzy3d.plot3d.text.drawable.cells
 
DrawableTextCell(int, String, Coord2d, Coord2d) - Constructor for class org.jzy3d.plot3d.text.drawable.cells.DrawableTextCell
 
DrawableTextCell(TextCellRenderer, Coord2d, Coord2d) - Constructor for class org.jzy3d.plot3d.text.drawable.cells.DrawableTextCell
 
DrawableTextCell(BufferedImageTexture, Coord2d, Coord2d) - Constructor for class org.jzy3d.plot3d.text.drawable.cells.DrawableTextCell
 
DrawableTextCell(SharedTexture, PlaneAxis, float, List<Coord2d>, Color) - Constructor for class org.jzy3d.plot3d.text.drawable.cells.DrawableTextCell
 
DrawableTextTexture - Class in org.jzy3d.plot3d.text.drawable
 
DrawableTextTexture(String, Coord2d, Coord2d) - Constructor for class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DrawableTextTexture(String, int, Coord2d, Coord2d) - Constructor for class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DrawableTextTexture(SharedTexture) - Constructor for class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DrawableTextTexture(SharedTexture, PlaneAxis, float, Color) - Constructor for class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DrawableTextTexture(SharedTexture, PlaneAxis, float, List<Coord2d>) - Constructor for class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DrawableTextTexture(SharedTexture, PlaneAxis, float) - Constructor for class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DrawableTextTexture(SharedTexture, PlaneAxis) - Constructor for class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DrawableTextTexture(SharedTexture, PlaneAxis, float, List<Coord2d>, Color) - Constructor for class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
DrawableTexture - Class in org.jzy3d.plot3d.primitives.textured
A DrawableTexture can only mount its texture while the GL2 thread is current, so the best is to let draw() automount texture file the first time the resource is required.
DrawableTexture(SharedTexture) - Constructor for class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
DrawableTexture(SharedTexture, PlaneAxis) - Constructor for class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
DrawableTexture(SharedTexture, PlaneAxis, float) - Constructor for class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
DrawableTexture(SharedTexture, PlaneAxis, float, Color) - Constructor for class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
DrawableTexture(SharedTexture, PlaneAxis, float, List<Coord2d>) - Constructor for class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
DrawableTexture(SharedTexture, PlaneAxis, float, List<Coord2d>, Color) - Constructor for class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
DrawableTextWrapper - Class in org.jzy3d.plot3d.text
A DrawableTextWrapper wraps any text rendered by an ITextRenderer into an AbstractDrawable, meaning it can be injected in the scene graph, and be transformed.
DrawableTextWrapper(ITextRenderer) - Constructor for class org.jzy3d.plot3d.text.DrawableTextWrapper
 
DrawableTextWrapper(String, Coord3d, Color, ITextRenderer) - Constructor for class org.jzy3d.plot3d.text.DrawableTextWrapper
 
DrawableVBO - Class in org.jzy3d.plot3d.primitives.vbo.drawable
A DrawableVBO is able to efficiently draw a large collection of geometries.
DrawableVBO(IGLLoader<DrawableVBO>) - Constructor for class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
drawAxisLabel(GL, GLU, Camera, int, Color, BoundingBox3d, double, double, double, String) - Method in class org.jzy3d.chart2d.AxeBox2d
Draws Y axis label vertically.
drawAxisLabel(GL, GLU, Camera, int, Color, BoundingBox3d, double, double, double, String) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
drawAxisTickNumericLabel(GL, GLU, int, Camera, Color, Halign, Valign, BoundingBox3d, String, Coord3d) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
drawAxisTicks(GL, GLU, Camera, int, Color, Halign, Valign, float, BoundingBox3d, double, double, double, float, float, float, double[]) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
drawAxisTicks(GL, GLU, Camera, int, Color, Halign, Valign, float, BoundingBox3d, double, double, double, float, float, float, double[]) - Method in class org.jzy3d.plot3d.primitives.axes.LogAxeBox
 
drawBackground(int, int, Graphics2D) - Method in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
drawBackground(Color, int, int) - Method in interface org.jzy3d.plot2d.rendering.Canvas
Draws the picture background in the given color.
drawBackground(Color, int, int) - Method in class org.jzy3d.plot2d.rendering.CanvasAWT
 
drawBarColors(int, int, Graphics2D) - Method in class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
 
drawBarContour(int, int, Graphics2D) - Method in class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
 
drawBorder - Variable in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
drawCanvasAndViewportDiagonalComparison(Chart, Graphics2D) - Static method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
 
drawChartBorder(Graphics2D, Color, Chart) - Static method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
This shows a strange behaviour in the Overlay: when trying to draw a rectangle based on the CANVAS size (i.e. the window size), the border occupies the CHART (i.e. its actual viewport).
drawComponents(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
drawCube(GL, int) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Make all GL2 calls allowing to build a cube with 6 separate quads.
drawCube(GL, int) - Method in class org.jzy3d.plot3d.primitives.axes.LogAxeBox
Make all GL2 calls allowing to build a cube with 6 separate quads.
drawDecomposition(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
drawDiagonal(Graphics2D, Color, int, int, boolean) - Static method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
Diagonal made of points from (0,0) to (wmax, hmax).
drawDot(Color, int, int) - Method in interface org.jzy3d.plot2d.rendering.Canvas
Draws a dot, represented by a small rectangle.
drawDot(Color, int, int) - Method in class org.jzy3d.plot2d.rendering.CanvasAWT
 
drawEdge(GL, GLU, Camera, E, Coord2d, Coord2d, Color) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d
 
drawEdges(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
drawEdges(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d
 
drawFace(GL) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColor
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColorList
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterPoint
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableConcurrentScatterMultiColor
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableConcurrentScatterMultiColorList
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableConcuurentScatterPoint
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableScatter
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableScatterPoint
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.Scatter
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
drawGL2(GL) - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColor
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColorList
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterPoint
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableConcurrentScatterMultiColor
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableConcurrentScatterMultiColorList
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableConcuurentScatterPoint
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableScatter
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableScatterPoint
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.Scatter
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
drawGLES2() - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
 
drawGlyphVector(Graphics2D, GlyphVector, int, int) - Method in class org.jzy3d.plot3d.text.renderers.jogl.DefaultTextStyle
 
drawGlyphVector(Graphics2D, GlyphVector, int, int) - Method in class org.jzy3d.plot3d.text.renderers.jogl.GradientTextStyle
 
drawGlyphVector(Graphics2D, GlyphVector, int, int) - Method in class org.jzy3d.plot3d.text.renderers.jogl.ShadowedTextStyle
 
drawGrid(GL) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
drawGridOnQuad(GL, int) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Draw a grid on the desired quad.
drawGridOnQuad(GL, int) - Method in class org.jzy3d.plot3d.primitives.axes.LogAxeBox
Draw a grid on the desired quad.
drawHorizontalLineGL2(GL, Range, float) - Method in class org.jzy3d.plot3d.primitives.axes.AxeLineAnnotation
 
drawHorizontalLineGLES2(Range, float) - Method in class org.jzy3d.plot3d.primitives.axes.AxeLineAnnotation
 
drawLegendBorder(Graphics2D, int, int) - Method in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
drawLine(GL) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
 
drawLine(GL) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
drawLineGL2(GL, Range, Range) - Method in class org.jzy3d.plot3d.primitives.axes.AxeXRectangleAnnotation
 
drawLineGL2(GL, Range, Range) - Method in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
drawLineGL2(GL) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
drawLineGL2(GL) - Method in class org.jzy3d.plot3d.primitives.CroppableLineStrip
 
drawLineGL2(GL) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
drawLineGL2(GL) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStrip
 
drawLineGLES2(Range, Range) - Method in class org.jzy3d.plot3d.primitives.axes.AxeXRectangleAnnotation
 
drawLineGLES2(Range, Range) - Method in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
drawLineGLES2() - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
drawLineGLES2() - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStrip
 
drawLineSegmentsGL2ByPointColor(GL) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
drawLineSegmentsGL2ByWireColor(GL) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
drawMesh(GL, GLU, Camera, ContourMesh) - Method in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
drawOval(Color, int, int, int, int) - Method in interface org.jzy3d.plot2d.rendering.Canvas
Draws an oval.
drawOval(Color, int, int, int, int) - Method in class org.jzy3d.plot2d.rendering.CanvasAWT
 
drawPixel(Graphics2D, Color, int, int, int) - Static method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
 
drawPixel(Graphics2D, Color, int, int) - Static method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
 
drawPoints(GL) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
 
drawPoints(GL) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
drawPoints(GL) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStrip
 
drawPointsGL2(GL) - Method in class org.jzy3d.plot3d.primitives.CroppableLineStrip
 
drawPointsGL2(GL) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
drawPointsGL2(GL) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStrip
 
drawPointsGLES2() - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
drawPointsGLES2() - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStrip
 
drawRect(Color, int, int, int, int, boolean) - Method in interface org.jzy3d.plot2d.rendering.Canvas
Draws a rectangle.
drawRect(Color, int, int, int, int) - Method in interface org.jzy3d.plot2d.rendering.Canvas
Draws a rectangle.
drawRect(Color, int, int, int, int, boolean) - Method in class org.jzy3d.plot2d.rendering.CanvasAWT
 
drawRect(Color, int, int, int, int) - Method in class org.jzy3d.plot2d.rendering.CanvasAWT
 
drawRectangle(Graphics2D, IntegerCoord2d, IntegerCoord2d) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
drawSelection(Graphics2D, int, int) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
Drawing occurs in the selection renderer which as the dimension of the GL2 scene viewport.
drawSelection(Graphics2D, int, int) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTScatterMouseSelector
 
drawSelection(Graphics2D, int, int) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTSphereMouseSelector
 
drawSelection(Graphics2D, IntegerCoord2d, int, int) - Method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
 
drawSimple(GL, GLU, Camera, List<AbstractDrawable>) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
drawSimpleText(GL, GLU, Camera, String, Coord3d, Color) - Method in interface org.jzy3d.plot3d.text.ITextRenderer
 
drawSimpleText(GL, GLU, Camera, String, Coord3d, Color) - Method in class org.jzy3d.plot3d.text.renderers.jogl.JOGLTextRenderer
 
drawSimpleText(GL, GLU, Camera, String, Coord3d, Color) - Method in class org.jzy3d.plot3d.text.renderers.TextBillboardRenderer
 
drawSimpleText(GL, GLU, Camera, String, Coord3d, Color) - Method in class org.jzy3d.plot3d.text.renderers.TextBitmapRenderer
 
drawString(int, int, String) - Method in interface org.jzy3d.plot2d.rendering.Canvas
Draws a text.
drawString(int, int, String) - Method in class org.jzy3d.plot2d.rendering.CanvasAWT
 
drawText(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color, Coord2d, Coord3d) - Method in class org.jzy3d.chart2d.AxeBox2d.RotatedTextBitmapRenderer
 
drawText(Graphics2D, Color, int, int, String) - Static method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
 
drawText(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color) - Method in class org.jzy3d.plot3d.text.AbstractTextRenderer
 
drawText(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color, Coord2d) - Method in class org.jzy3d.plot3d.text.AbstractTextRenderer
 
drawText(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color, Coord3d) - Method in class org.jzy3d.plot3d.text.AbstractTextRenderer
 
drawText - Variable in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
drawText(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color) - Method in interface org.jzy3d.plot3d.text.ITextRenderer
 
drawText(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color, Coord2d, Coord3d) - Method in interface org.jzy3d.plot3d.text.ITextRenderer
 
drawText(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color, Coord2d) - Method in interface org.jzy3d.plot3d.text.ITextRenderer
 
drawText(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color, Coord3d) - Method in interface org.jzy3d.plot3d.text.ITextRenderer
 
drawText(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color, Coord2d, Coord3d) - Method in class org.jzy3d.plot3d.text.renderers.jogl.JOGLTextRenderer
 
drawText(GL, String, Coord3d, Halign, Valign, Color) - Method in class org.jzy3d.plot3d.text.renderers.TextBillboardRenderer
Draw a string at the specified position.
drawText(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color, Coord2d, Coord3d) - Method in class org.jzy3d.plot3d.text.renderers.TextBillboardRenderer
Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.
drawText(GL, GLU, Camera, String, Coord3d, Halign, Valign, Color, Coord2d, Coord3d) - Method in class org.jzy3d.plot3d.text.renderers.TextBitmapRenderer
Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.
drawTextAnnotations(int, int, Graphics2D) - Method in class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
 
drawTickLine(GL, Color, double, double, double, double, double, double) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
drawTicks(GL, GLU, Camera, int, int, Color) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
drawTicks(GL, GLU, Camera, int, int, Color, Halign, Valign) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Draws axis labels, tick lines and tick label
drawTicks(GL, GLU, Camera, int, int, Color, Halign, Valign) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBoxWithTxtRenderer
 
drawTicks(GL, GLU, Camera, int, int, Color, Halign, Valign) - Method in class org.jzy3d.plot3d.primitives.axes.LogAxeBox
 
drawTicksAndLabels(GL, GLU, Camera) - Method in class org.jzy3d.chart2d.AxeBox2d
Renders only X and Y ticks.
drawTicksAndLabels(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
drawTicksAndLabelsX(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
drawTicksAndLabelsY(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
drawTicksAndLabelsZ(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
drawVertexLabel(GL, GLU, Camera, V, Coord2d, Color) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d
 
drawVertexLabels(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
drawVertexLabels(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d
 
drawVertexNode(GL, GLU, Camera, V, Coord2d, Color) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d
 
drawVertexNode(GL, GLU, Camera, V, Coord2d, Color) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.PointGraph2d
 
drawVertexNode(GL, GLU, Camera, V, Coord2d, Color) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.TextureGraph2d
 
drawVerticalLineGL2(GL, Range, float) - Method in class org.jzy3d.plot3d.primitives.axes.AxeLineAnnotation
 
drawVerticalLineGLES2(Range, float) - Method in class org.jzy3d.plot3d.primitives.axes.AxeLineAnnotation
 
drawVertices(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
drawVertices(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d
 
drawVertices(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.PointGraph2d
 
drawVertices(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.TextureGraph2d
 
DROP_SHADOW_COLOR - Static variable in class org.jzy3d.plot3d.text.renderers.jogl.ShadowedTextStyle
 

E

east - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
eastBg - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
edgeColor - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
edgeDisplayed - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
edgeLabelColor - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
edges - Variable in class org.jzy3d.maths.graphs.DefaultGraph
 
edgeStart - Variable in class org.jzy3d.maths.graphs.DefaultGraph
 
edgeStop - Variable in class org.jzy3d.maths.graphs.DefaultGraph
 
edgeWidth - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
elapsed() - Method in class org.jzy3d.maths.Timer
 
elapsedMicrosecond() - Method in class org.jzy3d.maths.TicToc
 
elapsedMilisecond() - Method in class org.jzy3d.maths.TicToc
 
elapsedNanosecond() - Method in class org.jzy3d.maths.TicToc
 
elapsedSecond() - Method in class org.jzy3d.maths.TicToc
 
ElapsedTimeTickRenderer - Class in org.jzy3d.plot3d.primitives.axes.layout.renderers
Input value is expected to be a number of elapsed seconds
ElapsedTimeTickRenderer() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.ElapsedTimeTickRenderer
 
ElapsedTimeTickRenderer(String) - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.ElapsedTimeTickRenderer
 
elementName - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
enable(GL, boolean) - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
enable(GL, int) - Static method in class org.jzy3d.plot3d.rendering.lights.LightSwitch
 
enableColorBar(ITickProvider, ITickRenderer) - Method in class org.jzy3d.plot3d.primitives.AWTScatterMultiColor
 
enableColorBar(ITickProvider, ITickRenderer) - Method in class org.jzy3d.plot3d.primitives.AWTScatterMultiColorList
 
enabled - Variable in class org.jzy3d.plot3d.rendering.lights.Light
 
enableLightIfThereAreLights(GL) - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
end(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
end(GL) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
enlarge(Scale, float) - Static method in class org.jzy3d.maths.Scale
 
ENLARGE_STEP - Static variable in class org.jzy3d.plot3d.builder.concrete.RingGrid
 
enlargeSelf(double) - Method in class org.jzy3d.maths.Scale
 
enlightable - Variable in class org.jzy3d.ui.editors.MaterialEditor
 
EnlightableBar - Class in org.jzy3d.plot3d.primitives.enlightables
 
EnlightableBar(Coord3d, float, float, Color) - Constructor for class org.jzy3d.plot3d.primitives.enlightables.EnlightableBar
 
EnlightableDisk - Class in org.jzy3d.plot3d.primitives.enlightables
 
EnlightableDisk() - Constructor for class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
Initialize a Cylinder at the origin.
EnlightableDisk(Coord3d, float, float, int, int, Color, boolean) - Constructor for class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
Initialize a cylinder with the given parameters.
EnlightablePolygon - Class in org.jzy3d.plot3d.primitives.enlightables
 
EnlightablePolygon() - Constructor for class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
Initializes an empty Polygon with face status defaulting to true, and wireframe status defaulting to false.
EnlightableSphere - Class in org.jzy3d.plot3d.primitives.enlightables
A Sphere allows rendering a sphere.
EnlightableSphere() - Constructor for class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
Initialize a black sphere at the origin with a radius of 10, and slicing of 15.
EnlightableSphere(Coord3d, float, int, Color) - Constructor for class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
Initialize a sphere with the given parameters.
equals(Object) - Method in class org.jzy3d.maths.BoundingBox3d
 
equals(Object) - Method in class org.jzy3d.maths.Coord3d
 
equals(Object) - Method in class org.jzy3d.maths.Pair
 
equals(Object) - Method in class org.jzy3d.plot3d.primitives.pickable.PickablePoint
 
equals(Object) - Method in class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
execute(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
execute(GL) - Method in class org.jzy3d.plot3d.transform.Rotate
 
execute(GL) - Method in class org.jzy3d.plot3d.transform.Scale
 
execute(GL) - Method in class org.jzy3d.plot3d.transform.Transform
Load the identity matrix and executes the stored sequence of Transformer.
execute(GL, boolean) - Method in class org.jzy3d.plot3d.transform.Transform
 
execute(GL) - Method in class org.jzy3d.plot3d.transform.Translate
 
execute(GL) - Method in class org.jzy3d.plot3d.transform.TranslateDrawable
 
extractCountours(double[][], double[][], int, int) - Method in class org.jzy3d.contour.AbstractContourGenerator
A point belongs to the contour if it is bigger than anyone of the surrounding points of the Quantized matrix It is NOT part of the contour if it is equal (or smaller) to all the surrounding points
extrapolate(int) - Method in class org.jzy3d.maths.GridLoader
Deprecated.
Add extrapolated points on the grid.
extrapolate(int) - Method in class org.jzy3d.plot3d.builder.concrete.OldRingTesselator
Deprecated.
Add extrapolated points on the grid.
extrapolate(int) - Method in class org.jzy3d.plot3d.builder.concrete.RingExtrapolator
Add extrapolated points on the grid.
eye - Variable in class org.jzy3d.plot3d.rendering.view.Camera
 

F

f - Static variable in class org.jzy3d.maths.ConvexHull
 
f(double, double) - Method in class org.jzy3d.plot3d.builder.concrete.BufferedImageMapper
 
f(double, double) - Method in class org.jzy3d.plot3d.builder.Mapper
 
f(double[], double[]) - Method in class org.jzy3d.plot3d.builder.Mapper
 
f(double[][]) - Method in class org.jzy3d.plot3d.builder.Mapper
 
faceDisplayed - Static variable in class org.jzy3d.plot3d.builder.Builder
 
faceDisplayed - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
facestatus - Variable in class org.jzy3d.plot3d.primitives.AbstractWireframeable
 
factor - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
factor - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
factor - Variable in class org.jzy3d.colors.ColorMapper
 
factor - Variable in class org.jzy3d.plot3d.builder.concrete.RingExtrapolator
 
factor - Variable in class org.jzy3d.plot3d.builder.concrete.RingTessellator
 
factorViewPointDistance - Variable in class org.jzy3d.plot3d.rendering.view.View
Applies a factor to the default camera distance which is set to the radius of the scene bounds.
factory - Variable in class org.jzy3d.analysis.AbstractAnalysis
 
factory - Variable in class org.jzy3d.chart.Chart
 
factory - Variable in class org.jzy3d.plot3d.rendering.scene.Scene
 
failedProjection(String) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
failedScreenshot(String, Exception) - Method in interface org.jzy3d.chart.controllers.keyboard.screenshot.IScreenshotKeyController.IScreenshotEventListener
 
far - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
far - Variable in class org.jzy3d.plot3d.rendering.view.Camera
 
farBg - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
fAsFloat(double[], double[]) - Method in class org.jzy3d.plot3d.builder.Mapper
 
fAsFloat(float[], float[]) - Method in class org.jzy3d.plot3d.builder.Mapper
 
fAsFloat(double[][]) - Method in class org.jzy3d.plot3d.builder.Mapper
 
fAsFloat(float[][]) - Method in class org.jzy3d.plot3d.builder.Mapper
 
Fastest - Static variable in class org.jzy3d.plot3d.rendering.canvas.Quality
Minimal quality to allow fastest rendering (no alpha, interpolation or antialiasing).
FeedbackBufferAxeBox - Class in org.jzy3d.plot3d.primitives.axes
This AxeBox implementation was the first to appear in Jzy3d.
FeedbackBufferAxeBox(BoundingBox3d) - Constructor for class org.jzy3d.plot3d.primitives.axes.FeedbackBufferAxeBox
 
FeedbackBufferAxeBox(BoundingBox3d, IAxeLayout) - Constructor for class org.jzy3d.plot3d.primitives.axes.FeedbackBufferAxeBox
 
FIELD_COLOR - Static variable in class org.jzy3d.events.DrawableChangedEvent
 
FIELD_DATA - Static variable in class org.jzy3d.events.DrawableChangedEvent
 
FIELD_DISPLAYED - Static variable in class org.jzy3d.events.DrawableChangedEvent
 
FIELD_METADATA - Static variable in class org.jzy3d.events.DrawableChangedEvent
 
FIELD_TRANSFORM - Static variable in class org.jzy3d.events.DrawableChangedEvent
 
file - Variable in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
FileDataset - Class in org.jzy3d.io
 
FileDataset() - Constructor for class org.jzy3d.io.FileDataset
 
FileImage - Class in org.jzy3d.io
 
FileImage() - Constructor for class org.jzy3d.io.FileImage
 
filename - Variable in class org.jzy3d.io.matlab.MatlabVBOLoader
 
filename - Variable in class org.jzy3d.io.obj.OBJFileLoader
 
FileReader - Class in org.jzy3d.io
 
FileReader() - Constructor for class org.jzy3d.io.FileReader
 
fillWithCollection(DrawableVBO, Collection<Coord3d>, ColorMapper, FloatBuffer, IntBuffer, BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
fillWithCollection(DrawableVBO, List<Coord3d>, FloatVBO) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
fillWithCollection(DrawableVBO, List<Coord3d>, FloatVBO, ColorMapper) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
fillWithCollection(DrawableVBO, Collection<Coord3d>, FloatBuffer, IntBuffer, BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
fillWithRandomBar(int, DrawableVBO, FloatBuffer, IntBuffer, BoundingBox3d, ColorMapper) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
fillWithRandomBar(int, DrawableVBO, FloatVBO, ColorMapper) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
filter(BoundingBox3d) - Method in interface org.jzy3d.plot3d.primitives.Croppable
 
filter(BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.CroppableLineStrip
 
filter - Variable in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
filterNaNs(double[]) - Static method in class org.jzy3d.maths.Array
 
find(double[], double) - Static method in class org.jzy3d.maths.Array
 
find(int[], int) - Static method in class org.jzy3d.maths.Array
 
find(float[], float[], float, float) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
Search in a couple of array a combination of values vx and vy.
findClosestXaxe(Camera) - Method in class org.jzy3d.chart2d.AxeBox2d
Force given X axis to be used for tick placement
findClosestXaxe(Camera) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Selects the closest displayable X axe from camera
findClosestYaxe(Camera) - Method in class org.jzy3d.chart2d.AxeBox2d
Force given Y axis to be used for tick placement
findClosestYaxe(Camera) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Selects the closest displayable Y axe from camera
findClosestZaxe(Camera) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Selects the closest displayable Z axe from camera
findCPoints() - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
findNext(int, int, int, double[][], boolean[][]) - Method in class org.jzy3d.contour.MapperContourMeshGenerator
 
findxi - Variable in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
findyj - Variable in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
fireControllerEvent(ControllerType, Object) - Method in class org.jzy3d.chart.controllers.AbstractController
 
fireControllerEvent(ControllerType, Object) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
fireDone(String) - Method in class org.jzy3d.chart.controllers.keyboard.screenshot.AbstractScreenshotKeyController
 
fireDrawableChanged(int) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
fireDrawableChanged(DrawableChangedEvent) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
fireError(String, Exception) - Method in class org.jzy3d.chart.controllers.keyboard.screenshot.AbstractScreenshotKeyController
 
fireObjectPicked(List<? extends Object>) - Method in class org.jzy3d.picking.PickingSupport
 
fireViewLifecycleHasInit(ViewLifecycleEvent) - Method in class org.jzy3d.plot3d.rendering.view.View
 
fireViewLifecycleWillRender(ViewLifecycleEvent) - Method in class org.jzy3d.plot3d.rendering.view.View
 
fireViewOnTopEvent(boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
fireViewPointChangedEvent(ViewPointChangedEvent) - Method in class org.jzy3d.plot3d.rendering.view.View
 
firstRender - Variable in class org.jzy3d.plot3d.rendering.view.SelectableView
 
FixedDecimalTickRenderer - Class in org.jzy3d.plot3d.primitives.axes.layout.renderers
Force number to be represented with a given number of decimals
FixedDecimalTickRenderer() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.FixedDecimalTickRenderer
 
FixedDecimalTickRenderer(int) - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.FixedDecimalTickRenderer
 
fixZ(float) - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
FlatLine2d - Class in org.jzy3d.plot3d.primitives
 
FlatLine2d() - Constructor for class org.jzy3d.plot3d.primitives.FlatLine2d
 
FlatLine2d(float[], float[], float) - Constructor for class org.jzy3d.plot3d.primitives.FlatLine2d
 
flatten(double[][]) - Static method in class org.jzy3d.maths.Array
 
flatten(double[][], boolean) - Static method in class org.jzy3d.maths.Array
 
flatten(float[][]) - Static method in class org.jzy3d.maths.Array
 
flatten(float[][], boolean) - Static method in class org.jzy3d.maths.Array
 
flip(float) - Method in class org.jzy3d.chart.Chart
 
flipPixels(int[], int, int) - Static method in class org.jzy3d.plot3d.rendering.image.GLImage
Flip an array of pixels vertically
FloatVBO - Class in org.jzy3d.plot3d.primitives.vbo.buffers
 
FloatVBO(int, int) - Constructor for class org.jzy3d.plot3d.primitives.vbo.buffers.FloatVBO
 
followContourFrom(DefaultContourColoringPolicy, int, int, double[][], boolean[][], float) - Method in class org.jzy3d.contour.MapperContourMeshGenerator
 
font - Variable in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
font - Variable in class org.jzy3d.plot3d.text.drawable.TextImageRenderer
 
font - Variable in class org.jzy3d.plot3d.text.renderers.jogl.JOGLTextRenderer
 
font - Variable in class org.jzy3d.plot3d.text.renderers.TextBitmapRenderer
 
fontHeight - Variable in class org.jzy3d.plot3d.text.renderers.TextBitmapRenderer
 
forceRepaint() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
forceRepaint() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
forceRepaint() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
Force repaint and ensure that GL2 rendering will occur in the GUI thread, wherever the caller stands.
forceRepaint() - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
Invoked when a user requires the Canvas to be repainted (e.g. a non 3d layer has changed).
forceRepaint() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
forceRepaint() - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
foreground - Variable in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
foregroundColor - Variable in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
format - Variable in class org.jzy3d.plot3d.primitives.axes.layout.renderers.DateTickRenderer
 
format(double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.DateTickRenderer
 
format(double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.DefaultDecimalTickRenderer
 
format - Variable in class org.jzy3d.plot3d.primitives.axes.layout.renderers.ElapsedTimeTickRenderer
 
format(double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.ElapsedTimeTickRenderer
 
format(double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.FixedDecimalTickRenderer
 
format(double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.IntegerTickRenderer
 
format(double) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.renderers.ITickRenderer
 
format - Variable in class org.jzy3d.plot3d.primitives.axes.layout.renderers.PitchTickRenderer
 
format(double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.PitchTickRenderer
 
format(double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.ScientificNotationTickRenderer
 
format(double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.TickLabelMap
 
format(Coord3d) - Method in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
format(Coord3d) - Method in class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
formatter - Variable in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
FpsInfoRenderer - Class in org.jzy3d.plot3d.rendering.legends
 
FpsInfoRenderer(Chart) - Constructor for class org.jzy3d.plot3d.rendering.legends.FpsInfoRenderer
 
frame(Chart, Rectangle, String) - Static method in class org.jzy3d.chart.ChartLauncher
 
frame() - Method in class org.jzy3d.ui.MultiChartPanel
 
frame(JPanel) - Static method in class org.jzy3d.ui.MultiChartPanel
 
FrameAWT - Class in org.jzy3d.bridge.awt
 
FrameAWT() - Constructor for class org.jzy3d.bridge.awt.FrameAWT
 
FrameAWT(Chart, Rectangle, String) - Constructor for class org.jzy3d.bridge.awt.FrameAWT
 
FrameAWT(Chart, Rectangle, String, String) - Constructor for class org.jzy3d.bridge.awt.FrameAWT
 
FrameSwing - Class in org.jzy3d.bridge.swing
 
FrameSwing() - Constructor for class org.jzy3d.bridge.swing.FrameSwing
 
FrameSwing(Chart, Rectangle, String) - Constructor for class org.jzy3d.bridge.swing.FrameSwing
 
from(Coord2d) - Method in class org.jzy3d.maths.algorithms.convexhull.algorithms.Converter
World coordinate to Screen coordinate.
fromAWT(Color) - Method in class org.jzy3d.colors.ColorAWT
 
fullPolar() - Method in class org.jzy3d.maths.Coord2d
Return a real polar value, with an angle in the range [0;2*PI] http://fr.wikipedia.org/wiki/Coordonn%C3%A9es_polaires

G

g - Variable in class org.jzy3d.colors.Color
 
generate(float, int) - Static method in class org.jzy3d.plot3d.builder.concrete.SphereScatterGenerator
 
generate(Coord3d, float, int) - Static method in class org.jzy3d.plot3d.builder.concrete.SphereScatterGenerator
 
generate(Coord3d, float, int, boolean) - Static method in class org.jzy3d.plot3d.builder.concrete.SphereScatterGenerator
 
generateTicks(double, double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.providers.AbstractTickProvider
 
generateTicks(double, double) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.providers.ITickProvider
 
generateTicks(double, double, int) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.providers.ITickProvider
 
generateTicks(double, double, int) - Method in class org.jzy3d.plot3d.primitives.axes.layout.providers.RegularTickProvider
 
generateTicks(double, double, int) - Method in class org.jzy3d.plot3d.primitives.axes.layout.providers.SmartTickProvider
 
generateTicks(double, double, int) - Method in class org.jzy3d.plot3d.primitives.axes.layout.providers.StaticTickProvider
 
geometry - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
geometryTypeToMultiplier(int) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
get() - Static method in class org.jzy3d.chart2d.SerieManager
 
get() - Method in class org.jzy3d.maths.algorithms.convexhull.utils.Node
 
get(int) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Get a Drawable stored by this composite.
get(int) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
get(int) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
Get a Drawable stored by this composite.
get(int) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
Retrieve a point from the Polygon.
get(V) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphLayout2d
 
get(int) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
get(int) - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
get(String) - Static method in class org.jzy3d.plot3d.rendering.textures.TextureFactory
 
getAll() - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
getAllFiles(List<File>) - Static method in class org.jzy3d.io.SimpleDir
 
getAllFiles(File) - Static method in class org.jzy3d.io.SimpleDir
 
getAllFolders(File) - Static method in class org.jzy3d.io.SimpleDir
 
getAllGLBindedResources() - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
getAmbiantColor() - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
getAndPrintError(GL, String) - Static method in class org.jzy3d.plot3d.pipelines.GLErrorReader
If an error occured, print it and add an information string at the following line.
getAndPrintError(GL) - Static method in class org.jzy3d.plot3d.pipelines.GLErrorReader
If an error occured, print it.
getAngle() - Method in class org.jzy3d.plot3d.transform.Rotate
 
getAnimator() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
getAnimator() - Method in interface org.jzy3d.plot3d.rendering.canvas.IScreenCanvas
 
getAnnotations() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
getAnnotations() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
getAnnotations() - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
getAnnotations() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getAWTView() - Method in class org.jzy3d.chart.AWTChart
 
getAWTView() - Method in class org.jzy3d.chart.SwingChart
 
getAxe() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getAxeLayout() - Method in class org.jzy3d.chart.Chart
 
getAxisTicks(int) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
getBackground() - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
getBackgroundColor() - Method in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
getBackgroundColor() - Method in interface org.jzy3d.plot2d.primitive.AWTImageGenerator
 
getBackgroundColor() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getBackgroundImage() - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
getBarycentre() - Method in class org.jzy3d.maths.PolygonArray
 
getBarycentre() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
Return the barycentre of this object, which is computed as the center of its bounding box.
getBarycentre() - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
getBarycentre() - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
getBorderColor() - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
getBoundingBox() - Method in class org.jzy3d.maths.GridLoader
Deprecated.
Return a BoundingBox indicating the bounds of the loaded data.
getBoundingBoxColor() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
getBounds() - Method in class org.jzy3d.maths.Grid
 
getBounds() - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Creates and return a BoundingBox3d that embed all available Drawable bounds.
getBounds() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
Return the BoundingBox of this object.
getBounds() - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
getBounds() - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
getBounds() - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
getBounds() - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
getBounds() - Method in class org.jzy3d.plot3d.primitives.vbo.buffers.FloatVBO
 
getBounds() - Method in interface org.jzy3d.plot3d.primitives.vbo.buffers.VBO
 
getBounds() - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Creates and return a BoundingBox3d that embed all Drawable bounds, among those that have a defined bounding box.
getBounds() - Method in class org.jzy3d.plot3d.rendering.view.View
getBounds() - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
getBounds(CharSequence, Font, FontRenderContext) - Method in class org.jzy3d.plot3d.text.renderers.jogl.DefaultTextStyle
 
getBounds(String, Font, FontRenderContext) - Method in class org.jzy3d.plot3d.text.renderers.jogl.DefaultTextStyle
 
getBounds(GlyphVector, FontRenderContext) - Method in class org.jzy3d.plot3d.text.renderers.jogl.DefaultTextStyle
 
getBounds(CharSequence, Font, FontRenderContext) - Method in class org.jzy3d.plot3d.text.renderers.jogl.GradientTextStyle
 
getBounds(String, Font, FontRenderContext) - Method in class org.jzy3d.plot3d.text.renderers.jogl.GradientTextStyle
 
getBounds(GlyphVector, FontRenderContext) - Method in class org.jzy3d.plot3d.text.renderers.jogl.GradientTextStyle
 
getBounds(CharSequence, Font, FontRenderContext) - Method in class org.jzy3d.plot3d.text.renderers.jogl.ShadowedTextStyle
 
getBounds(String, Font, FontRenderContext) - Method in class org.jzy3d.plot3d.text.renderers.jogl.ShadowedTextStyle
 
getBounds(GlyphVector, FontRenderContext) - Method in class org.jzy3d.plot3d.text.renderers.jogl.ShadowedTextStyle
 
getBoundsMode() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getBoxBounds() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
getBoxBounds() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
getBoxBounds() - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
getCamera() - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
getCamera() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getCameraMode() - Method in class org.jzy3d.plot3d.rendering.view.View
Get the projection of this view, either CameraMode.ORTHOGONAL or CameraMode.PERSPECTIVE.
getCanvas() - Method in class org.jzy3d.chart.Chart
 
getCanvas() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
getCanvas() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getCanvasAsGLAutoDrawable() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getCanvasDimension(String) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
getCanvasType() - Method in class org.jzy3d.analysis.AbstractAnalysis
 
getCanvasType() - Method in interface org.jzy3d.analysis.IAnalysis
 
getCapabilities() - Method in class org.jzy3d.chart.Chart
 
getCapabilities() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
getCenter() - Method in class org.jzy3d.maths.BoundingBox2d
Compute and return the center point of the BoundingBox3d
getCenter() - Method in class org.jzy3d.maths.BoundingBox3d
Compute and return the center point of the BoundingBox3d
getCenter() - Method in class org.jzy3d.maths.Vector3d
Return the central point of this segment.
getCenter() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
Get the minimum values of the bounding box for each dimension.
getCenter() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
getCenter() - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
getCenter() - Method in class org.jzy3d.plot3d.rendering.view.View
Return the central point of the view scene, that is the last bounding box center set by View.lookToBox(BoundingBox3d box)
getCharacterWidth() - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
getChart() - Method in class org.jzy3d.analysis.AbstractAnalysis
 
getChart() - Method in interface org.jzy3d.analysis.IAnalysis
 
getChart() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getChartAsComponent(Chart) - Method in class org.jzy3d.ui.MultiChartPanel
 
getChartScreenshotAsComponent(Chart) - Method in class org.jzy3d.ui.MultiChartPanel
 
getClippedViewport(Rectangle) - Method in class org.jzy3d.plot3d.builder.concrete.BufferedImageMapper
Returns the intersection of this BufferedImage's dimensions with those passed in in Rectangle roi, if there is one.
getColor(Coord3d) - Method in class org.jzy3d.colors.ColorMapper
call a colormap with a three dimensions coordinate
getColor(double) - Method in class org.jzy3d.colors.ColorMapper
call a colormap with a single dimension coordinate
getColor(double, double, double, double, double) - Method in class org.jzy3d.colors.colormaps.AbstractColorMap
 
getColor(IColorMappable, double, double, double) - Method in class org.jzy3d.colors.colormaps.AbstractColorMap
 
getColor(IColorMappable, double) - Method in class org.jzy3d.colors.colormaps.AbstractColorMap
 
getColor(double, double, double, double, double) - Method in class org.jzy3d.colors.colormaps.ColorMapGrayscale
 
getColor(double, double, double, double, double) - Method in class org.jzy3d.colors.colormaps.ColorMapHotCold
 
getColor(double, double, double, double, double) - Method in class org.jzy3d.colors.colormaps.ColorMapRainbow
 
getColor(double, double, double, double, double) - Method in class org.jzy3d.colors.colormaps.ColorMapRainbowNoBorder
 
getColor(double, double, double, double, double) - Method in class org.jzy3d.colors.colormaps.ColorMapRBG
 
getColor(double, double, double, double, double) - Method in class org.jzy3d.colors.colormaps.ColorMapRedAndGreen
 
getColor(double, double, double, double, double) - Method in class org.jzy3d.colors.colormaps.ColorMapWhiteBlue
 
getColor(double, double, double, double, double) - Method in class org.jzy3d.colors.colormaps.ColorMapWhiteGreen
 
getColor(double, double, double, double, double) - Method in class org.jzy3d.colors.colormaps.ColorMapWhiteRed
 
getColor(IColorMappable, double, double, double) - Method in interface org.jzy3d.colors.colormaps.IColorMap
Computes the color of a IColorMappable object according to the Z value of each of its components.
getColor(IColorMappable, double) - Method in interface org.jzy3d.colors.colormaps.IColorMap
 
getColor() - Method in interface org.jzy3d.colors.ISingleColorable
Get the color.
getColor(Coord3d) - Method in class org.jzy3d.colors.OrderingStrategyScoreColorMapper
 
getColor() - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
getColor() - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
getColor() - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
getColor() - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
getColor() - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
getColor() - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
getColor() - Method in class org.jzy3d.plot3d.primitives.axes.AxeLineAnnotation
 
getColor() - Method in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
getColor() - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
getColor() - Method in class org.jzy3d.plot3d.primitives.Disk
 
getColor() - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
 
getColor() - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
getColor() - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
 
getColor() - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
getColor() - Method in class org.jzy3d.plot3d.primitives.Point
 
getColor() - Method in class org.jzy3d.plot3d.primitives.Scatter
 
getColor() - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
 
getColor() - Method in class org.jzy3d.plot3d.primitives.Sphere
 
getColor() - Method in class org.jzy3d.plot3d.primitives.Tube
 
getColor() - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
getColorFilter() - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
getColorMap() - Method in class org.jzy3d.colors.ColorMapper
 
getColorMapper() - Method in interface org.jzy3d.colors.IMultiColorable
Get the colormapper.
getColorMapper() - Method in class org.jzy3d.contour.DefaultContourColoringPolicy
 
getColorMapper() - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
getColorMapper() - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
getColorMapper() - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
getColorMapper() - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
getColorMapper() - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
getColorMapper() - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
getColorMapper() - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
getColors(Polygon) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
getColorsAsArrayList(Polygon) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
getCompiledIndices() - Method in class org.jzy3d.io.obj.OBJFile
 
getCompiledNormalOffset() - Method in class org.jzy3d.io.obj.OBJFile
 
getCompiledPositionOffset() - Method in class org.jzy3d.io.obj.OBJFile
 
getCompiledVertexCount() - Method in class org.jzy3d.io.obj.OBJFile
 
getCompiledVertexSize() - Method in class org.jzy3d.io.obj.OBJFile
 
getCompiledVertices() - Method in class org.jzy3d.io.obj.OBJFile
 
getContourImage(IContourColoringPolicy, int, int, int) - Method in interface org.jzy3d.contour.IContourPictureGenerator
 
getContourImage(IContourColoringPolicy, int, int, double[]) - Method in interface org.jzy3d.contour.IContourPictureGenerator
 
getContourImage(IContourColoringPolicy, int, int, int) - Method in class org.jzy3d.contour.MapperContourPictureGenerator
 
getContourImage(IContourColoringPolicy, int, int, double[]) - Method in class org.jzy3d.contour.MapperContourPictureGenerator
 
getContourImage() - Method in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
getContourLevel(double) - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevels
 
getContourLevels() - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevels
 
getContourMatrix(int, int, int) - Method in interface org.jzy3d.contour.IContourGenerator
 
getContourMatrix(int, int, int) - Method in class org.jzy3d.contour.MapperContourMeshGenerator
 
getContourMatrix(int, int, int) - Method in class org.jzy3d.contour.MapperContourPictureGenerator
 
getContourMesh(IContourColoringPolicy, int, int, int, float, boolean) - Method in interface org.jzy3d.contour.IContourMeshGenerator
 
getContourMesh(IContourColoringPolicy, int, int, double[], float, boolean) - Method in interface org.jzy3d.contour.IContourMeshGenerator
 
getContourMesh(IContourColoringPolicy, int, int, int, float, boolean) - Method in class org.jzy3d.contour.MapperContourMeshGenerator
Extracts contour lines from the contour dots matrix of nLevels number of contours.
getContourMesh(IContourColoringPolicy, int, int, double[], float, boolean) - Method in class org.jzy3d.contour.MapperContourMeshGenerator
Extracts contour lines from the contour dots matrix of contours at user-defined Heigths in sortedLevels
getContourMesh() - Method in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
getControlCoords() - Method in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
getControllers() - Method in class org.jzy3d.chart.Chart
 
getControlPoints() - Method in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
getConvexHull(Coord2d[]) - Method in interface org.jzy3d.maths.algorithms.convexhull.ConvexHullFunction
 
getConvexHull(Coord2d[]) - Method in class org.jzy3d.maths.algorithms.convexhull.GrahamScan
implements interface
getConvexHull(Coord2d[]) - Method in class org.jzy3d.maths.algorithms.convexhull.JarvisMarch
Palauttaa pinossa peitteen pisteet niin, että ensimmäinen ja viimeinen alkio ovat samat. .
getCoord(O) - Method in interface org.jzy3d.plot3d.builder.IObjectTopology
 
getCoord() - Method in class org.jzy3d.plot3d.primitives.Point
 
getCoordinates(double[][]) - Method in class org.jzy3d.maths.Mapper
Deprecated.
Return a structure containing X, Y, and Z coordinates as arrays of float.
getCoordinates(float[][]) - Method in class org.jzy3d.maths.Mapper
Deprecated.
Return a structure containing X, Y, and Z coordinates as arrays of float.
getCoordinates(double[]) - Method in class org.jzy3d.maths.Mapper
Deprecated.
Return a structure containing X, Y, and Z coordinates as arrays of float.
getCoordinates(float[]) - Method in class org.jzy3d.maths.Mapper
Deprecated.
Return a structure containing X, Y, and Z coordinates as arrays of float.
getCoordinates(Polygon) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
getCoordinatesAsArrayList(Polygon) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
getCoords() - Method in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
getCoords() - Method in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
getCount(int) - Method in class org.jzy3d.maths.Histogram
 
getCurrentContext() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getCurrentGL() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getData() - Method in class org.jzy3d.plot3d.primitives.Scatter
 
getData() - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
getData() - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
getData() - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
 
getData() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
getDebugInfo() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
getDebugInfo() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
getDebugInfo() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
getDebugInfo() - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
 
getDebugInfo() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
getDebugInfo() - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
getDecimatedVertices(float) - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
getDecomposition(List<AbstractDrawable>) - Static method in class org.jzy3d.plot3d.rendering.scene.Decomposition
 
getDecomposition(AbstractComposite) - Static method in class org.jzy3d.plot3d.rendering.scene.Decomposition
Recursively expand all monotype Drawables from the given Composite.
getDecomposition() - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Expand all AbstractComposites instance into a list of atomic AbstractDrawable types and return all the current Graph primitives decomposition.
getDefaultInsets() - Static method in class org.jzy3d.ui.LookAndFeel
 
getDefaultSteps() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.providers.ITickProvider
 
getDefaultSteps() - Method in class org.jzy3d.plot3d.primitives.axes.layout.providers.RegularTickProvider
 
getDefaultSteps() - Method in class org.jzy3d.plot3d.primitives.axes.layout.providers.SmartTickProvider
 
getDefaultSteps() - Method in class org.jzy3d.plot3d.primitives.axes.layout.providers.StaticTickProvider
 
getDefaultTextureMapping() - Method in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
getDefaultTextureMapping() - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
getDiffuseColor() - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
getDirection() - Method in class org.jzy3d.colors.colormaps.AbstractColorMap
 
getDirection() - Method in interface org.jzy3d.colors.colormaps.IColorMap
 
getDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
Return the distance of the object center to the Camera's eye.
getDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
getDistance(Camera) - Method in interface org.jzy3d.plot3d.primitives.ISortableDraw
 
getDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
getDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.Point
 
getDistance(AbstractDrawable) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Return the distance between the camera eye and the given drawable's barycenter.
getDistance(AbstractDrawable, Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Apply scaling before computing distance between the camera eye and the given drawable's barycenter.
getDistance(Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Return the distance between the camera eye and the given coordinate.
getDistance(Coord3d, Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Apply scaling before computing distance between the camera eye and the given coordinate.
getDrawable() - Method in class org.jzy3d.plot2d.primitives.Histogram2d
 
getDrawable() - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
getDrawable() - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
getDrawable() - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
getDrawable() - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
getDrawable() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
getDrawable() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
getDrawable() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
getDrawable() - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
Returns the GLDrawable associated with the canvas
getDrawable() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
getDrawable() - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
getDrawable() - Method in class org.jzy3d.plot3d.transform.TranslateDrawable
 
getDrawables() - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
getDrawables() - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
getEdgeColor() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getEdgeColor() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getEdgeLabelColor() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getEdgeLabelColor() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getEdges() - Method in class org.jzy3d.maths.graphs.DefaultGraph
 
getEdges() - Method in interface org.jzy3d.maths.graphs.IGraph
 
getEdgeStartVertex(E) - Method in class org.jzy3d.maths.graphs.DefaultGraph
 
getEdgeStartVertex(E) - Method in interface org.jzy3d.maths.graphs.IGraph
 
getEdgeStopVertex(E) - Method in class org.jzy3d.maths.graphs.DefaultGraph
 
getEdgeStopVertex(E) - Method in interface org.jzy3d.maths.graphs.IGraph
 
getEdgeWidth() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getEdgeWidth() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getEmptyTokens(int, float[], int) - Method in class org.jzy3d.plot3d.primitives.axes.FeedbackBufferAxeBox
This utility function inform wether a GL_PASS_THROUGH_TOKEN was followed by other OpenGL tokens (GL_POLYGON_TOKEN, GL_LINE_TOKEN, etc), or not.
getEstimatedQuadSurroundingPoint(int, int) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
getExperimentalTextRenderer() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBoxWithTxtRenderer
 
getExtrapolatedRingPolygons(float, IColorMap, Color) - Method in class org.jzy3d.maths.GridLoader
Deprecated.
 
getExtrapolatedRingPolygons(float, ColorMapper, Color) - Method in class org.jzy3d.plot3d.builder.concrete.OldRingTesselator
Deprecated.
 
getExtrapolatedRingPolygons() - Method in class org.jzy3d.plot3d.builder.concrete.RingExtrapolator
 
getEye() - Method in class org.jzy3d.plot3d.rendering.view.Camera
Returns the eye's position.
getFaceDisplayed() - Method in class org.jzy3d.plot3d.primitives.AbstractWireframeable
Get the face display status to on or off.
getFaceDisplayed() - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
getFactory() - Method in class org.jzy3d.analysis.AbstractAnalysis
 
getFactory() - Method in interface org.jzy3d.analysis.IAnalysis
 
getFactory() - Method in class org.jzy3d.chart.Chart
 
getFactory() - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
getFactory() - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
getFactory() - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
usefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factory
getFactory() - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
getFactory() - Method in class org.jzy3d.chart2d.Chart2dComponentFactory
 
getFar() - Method in class org.jzy3d.plot3d.rendering.view.Camera
Return the position of the "far" clipping plane
getFile() - Method in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
returns null
getFile() - Method in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
getFilledContourImage(IContourColoringPolicy, int, int, int) - Method in interface org.jzy3d.contour.IContourPictureGenerator
 
getFilledContourImage(IContourColoringPolicy, int, int, int) - Method in class org.jzy3d.contour.MapperContourPictureGenerator
 
getFilteredScale(double[], int) - Static method in class org.jzy3d.maths.algorithms.ScaleFinder
Apply an outlier remover on input data (OutlierRemover.getInlierValues) and retrieve the min and max values of the non-rejected values.
getFont() - Method in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
getFont() - Method in interface org.jzy3d.plot2d.primitive.AWTImageGenerator
 
getForeground() - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
getForegroundColor() - Method in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
getForegroundColor() - Method in interface org.jzy3d.plot2d.primitive.AWTImageGenerator
 
getGeometry() - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
getGl() - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
getGLCapabilities() - Method in class org.jzy3d.chart.Settings
Returns a copy of the current GL2 capabilities.
getGlpBuffer() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
Deprecated.
getGlu() - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
getGraph(int, int) - Static method in class org.jzy3d.maths.graphs.StringGraphGenerator
 
getGraph() - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Get the scene graph attached to this scene.
getGraphFormatter() - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
getGraphFormatter() - Method in interface org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
 
getGraphics() - Method in interface org.jzy3d.bridge.BufferedPanel
Supposed to be provided by the implementing abstract class.
getGraphLayout() - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
getGraphLayout() - Method in interface org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
 
getGraphModel() - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
getGraphModel() - Method in interface org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
 
getGridColor() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getGridColor() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getHalfHeight() - Method in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
getHalfHeight() - Method in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
getHalfWidth() - Method in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
getHalfWidth() - Method in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
getHalign() - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
getHeight() - Method in interface org.jzy3d.bridge.BufferedPanel
Supposed to be provided by the implementing abstract class.
getHeight() - Method in class org.jzy3d.plot3d.rendering.view.Renderer3d
Return the height that was given after the last resize event.
getHeight() - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
getHeightMap(IContourColoringPolicy, int, int, int) - Method in interface org.jzy3d.contour.IContourPictureGenerator
 
getHeightMap(IContourColoringPolicy, int, int, int) - Method in class org.jzy3d.contour.MapperContourPictureGenerator
 
getHiddenQuads(GL, Camera) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Computes the visibility of each cube face.
getHiddenQuads(GL) - Method in class org.jzy3d.plot3d.primitives.axes.FeedbackBufferAxeBox
Render the cube into the feedback buffer, in order to parse feedback and determine which quad where displayed or not.
getHighlightColor() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
getHighlighted(int) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
getHighlightedEdgeColor() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getHighlightedEdgeColor() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getHighlightedEdgeLabelColor() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getHighlightedEdgeLabelColor() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getHighlightedEdgeWidth() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getHighlightedEdgeWidth() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getHighlightedVertexColor() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getHighlightedVertexColor() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getHighlightedVertexLabelColor() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getHighlightedVertexLabelColor() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getHighlightedVertexWidth() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getHighlightedVertexWidth() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getHorizontalAlignement() - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
getHull2d() - Method in interface org.jzy3d.plot3d.primitives.selectable.Selectable
 
getHull2d() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
getHull2d() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
getHull2d() - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
getHull2d() - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
getId() - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
getId() - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
getImage() - Method in class org.jzy3d.plot3d.rendering.view.AWTImageViewport
Return the image rendered by the AWTImageViewport
getImage(float) - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
getImage() - Method in class org.jzy3d.plot3d.text.drawable.TextImageRenderer
 
getImage(float) - Method in class org.jzy3d.plot3d.text.drawable.TextImageRenderer
 
getImageAsGlByteBuffer(Image, int, int) - Static method in class org.jzy3d.plot3d.rendering.image.GLImage
 
getImagePixels(Image, int, int) - Static method in class org.jzy3d.plot3d.rendering.image.GLImage
Return the image pixels in default Java int ARGB format.
getIndexCount() - Method in class org.jzy3d.io.obj.OBJFile
 
getIndices() - Method in class org.jzy3d.plot3d.primitives.vbo.buffers.FloatVBO
 
getIndices() - Method in interface org.jzy3d.plot3d.primitives.vbo.buffers.VBO
 
getInfo() - Method in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
getInitBounds() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getInlierBounds(double[], int) - Static method in class org.jzy3d.maths.algorithms.OutlierRemover
 
getInlierIndices(double[], int) - Static method in class org.jzy3d.maths.algorithms.OutlierRemover
 
getInlierValues(double[], int) - Static method in class org.jzy3d.maths.algorithms.OutlierRemover
 
getInstance() - Static method in class org.jzy3d.chart.Settings
Return the single allowed instance of Settings.
getInterpolatedCoords() - Method in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
getInterpolatedPoints() - Method in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
getInterpolatedRingPolygons(float, float, IColorMap, Color) - Method in class org.jzy3d.maths.GridLoader
Deprecated.
Load data standing on an orthonormal grid.
getInterpolatedRingPolygons(float, float, ColorMapper, Color) - Method in class org.jzy3d.plot3d.builder.concrete.OldRingTesselator
Deprecated.
Load data standing on an orthonormal grid.
getInterpolatedRingPolygons() - Method in class org.jzy3d.plot3d.builder.concrete.RingTessellator
Load data standing on an orthonormal grid.
getLabels() - Method in class org.jzy3d.plot3d.primitives.contour.ContourMesh
 
getLabelSceneOffset() - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
getLabelScreenOffset() - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
getLastBounds() - Method in interface org.jzy3d.plot3d.rendering.tooltips.IInteractiveTooltipRenderer
 
getLastBounds() - Method in class org.jzy3d.plot3d.rendering.tooltips.InteractiveTooltip
Return screen bounds of the tooltip rectangle used at last call to render()
getLastPickPerfMs() - Method in class org.jzy3d.picking.PickingSupport
 
getLastPoint() - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
 
getLastPoint() - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
getLastProjection() - Method in interface org.jzy3d.plot3d.primitives.selectable.Selectable
 
getLastProjection() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
getLastProjection() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
getLastProjection() - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
getLastProjection() - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
getLastScreenshot() - Method in class org.jzy3d.plot3d.rendering.view.Renderer3d
 
getLastScreenshotImage() - Method in class org.jzy3d.plot3d.rendering.view.AWTRenderer3d
 
getLastViewPort() - Method in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
getLastViewPort() - Method in interface org.jzy3d.plot3d.rendering.view.IImageViewport
 
getLastViewScaling() - Method in class org.jzy3d.plot3d.rendering.view.View
Return the last used view scaling that was set according to the View.setSquared(boolean v) status.
getLayout() - Method in class org.jzy3d.chart.ChartView
 
getLayout() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
getLayout() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
getLayout() - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
getLegend() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
getLegends() - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Return the list of available AbstractDrawable's AWTLegend .
getLevelLabel(double) - Method in class org.jzy3d.plot3d.primitives.contour.ContourMesh
 
getLevels() - Method in class org.jzy3d.plot3d.primitives.contour.ContourMesh
 
getLightSet() - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Get the light set attached to this scene.
getLine() - Method in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
getLineElement(float, float, float, float, float) - Method in class org.jzy3d.plot3d.primitives.FlatLine2d
 
getLineElement(float, float, float, float, float) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableFlatLine2d
 
getLines() - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
getLongestDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
getLongestDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
getLongestDistance(Camera) - Method in interface org.jzy3d.plot3d.primitives.ISortableDraw
 
getLongestDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
getLongestDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.Point
 
getMainColor() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getMainColor() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getManualTextureMapping(float, float, float, float) - Static method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
Must supply the expected size of texture in 3d coordinates.
getManualTextureMapping(float, float) - Static method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
getMap() - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.TickLabelMap
 
getMapper() - Method in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
getMaterialAmbiantReflection() - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
LIGHT CONFIG
getMaterialDiffuseReflection() - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
getMaterialEmission() - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
getMaterialShininess() - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
getMaterialSpecularReflection() - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
getMax() - Method in class org.jzy3d.colors.ColorMapper
 
getMax() - Method in interface org.jzy3d.colors.IColorMappable
Retrieve the upper value boundary for a IColorMap.
getMax() - Method in class org.jzy3d.maths.GridLoader
Deprecated.
 
getMax() - Method in class org.jzy3d.maths.Scale
 
getMeanColor() - Method in class org.jzy3d.plot3d.primitives.interactive.tools.PolygonProjection
 
getMin() - Method in class org.jzy3d.colors.ColorMapper
 
getMin() - Method in interface org.jzy3d.colors.IColorMappable
Retrieve the lower value boundary for a IColorMap.
getMin() - Method in class org.jzy3d.maths.GridLoader
Deprecated.
 
getMin() - Method in class org.jzy3d.maths.Scale
 
getMinimumDimension() - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
getMinimumSize() - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
getMinimumSize() - Method in interface org.jzy3d.plot3d.rendering.legends.colorbars.IColorbarLegend
 
getMinimumSize() - Method in class org.jzy3d.plot3d.rendering.view.AWTImageViewport
Return the minimum size for this graphic.
getMinimumSize() - Method in interface org.jzy3d.plot3d.rendering.view.IImageViewport
Return the minimum size for this graphic.
getMinMaxScale(double[]) - Static method in class org.jzy3d.maths.algorithms.ScaleFinder
Simply returns the min and max values of the input array into a Scale object.
getMode() - Method in class org.jzy3d.events.ViewModeChangedEvent
 
getMode() - Method in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
getMode() - Method in interface org.jzy3d.plot3d.rendering.view.IImageViewport
 
getMode() - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
getModel() - Method in class org.jzy3d.plot2d.primitives.Histogram2d
 
getModelViewAsDouble(GL) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
getModelViewAsFloat(GL) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
getName() - Method in class org.jzy3d.analysis.AbstractAnalysis
 
getName() - Method in interface org.jzy3d.analysis.IAnalysis
 
getName() - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
getName() - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
getName() - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
getName() - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
getNear() - Method in class org.jzy3d.plot3d.rendering.view.Camera
Return the position of the "near" clipping plane
getNoInsets() - Static method in class org.jzy3d.ui.LookAndFeel
 
getNormalCount() - Method in class org.jzy3d.io.obj.OBJFile
 
getNormalIndices() - Method in class org.jzy3d.io.obj.OBJFile
 
getNormalizedTo(float) - Method in class org.jzy3d.maths.Coord3d
 
getNormals() - Method in class org.jzy3d.io.obj.OBJFile
 
getNormalSize() - Method in class org.jzy3d.io.obj.OBJFile
 
getNumCoordinates(List<AbstractDrawable>, boolean) - Method in class org.jzy3d.colors.OrderingStrategyScoreColorMapper
 
getNumPoints() - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
Returns the number of key points.
getOpenEdgeCount() - Method in class org.jzy3d.io.obj.OBJFile
 
getOrInitContourLevel(double) - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevels
 
getOutlierIndices(double[], int) - Static method in class org.jzy3d.maths.algorithms.OutlierRemover
 
getOutlierValues(double[], int) - Static method in class org.jzy3d.maths.algorithms.OutlierRemover
 
getParam() - Method in class org.jzy3d.plot3d.builder.SingleParameterMapper
 
getPercent(JSlider) - Method in class org.jzy3d.ui.editors.LightEditor
 
getPercent(JSlider) - Method in class org.jzy3d.ui.editors.MaterialEditor
 
getPickableObject(int) - Method in class org.jzy3d.picking.PickingSupport
 
getPickingId() - Method in interface org.jzy3d.plot3d.primitives.pickable.Pickable
 
getPickingId() - Method in class org.jzy3d.plot3d.primitives.pickable.PickablePoint
 
getPickingId() - Method in class org.jzy3d.plot3d.primitives.pickable.PickablePolygon
 
getPickingId() - Method in class org.jzy3d.plot3d.primitives.pickable.PickableSphere
 
getPickingId() - Method in class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
getPickingSupport() - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
getPickingSupport() - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
getPitch() - Method in class org.jzy3d.analysis.AbstractAnalysis
 
getPitch() - Method in interface org.jzy3d.analysis.IAnalysis
 
getPlanePosition() - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
getPointList() - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
getPoints() - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
getPoints() - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
getPolygonMode() - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
getPosition() - Method in class org.jzy3d.plot3d.primitives.Sphere
 
getPosition() - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
getPosition() - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
getPositionCount() - Method in class org.jzy3d.io.obj.OBJFile
 
getPositionIndices() - Method in class org.jzy3d.io.obj.OBJFile
 
getPositions() - Method in class org.jzy3d.io.obj.OBJFile
 
getPositionSize() - Method in class org.jzy3d.io.obj.OBJFile
 
getPreferedSize() - Method in class org.jzy3d.plot3d.rendering.view.AWTImageViewport
Return the prefered size for this graphic.
getPreferedSize() - Method in interface org.jzy3d.plot3d.rendering.view.IImageViewport
Return the prefered size for this graphic.
getProjection() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
getProjection() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
getProjectionAsDouble(GL) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
getProjectionAsFloat(GL) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
getQuadColor() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getQuadColor() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getQuality() - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
getRadius() - Method in class org.jzy3d.maths.BoundingBox2d
Return the radius of the Sphere containing the Bounding Box, i.e., the distance between the center and the point (xmin, ymin, zmin).
getRadius() - Method in class org.jzy3d.maths.BoundingBox3d
Return the radius of the Sphere containing the Bounding Box, i.e., the distance between the center and the point (xmin, ymin, zmin).
getRandomLayout(IGraph<String, String>, float) - Static method in class org.jzy3d.maths.graphs.StringGraphGenerator
 
getRandomVertex() - Method in class org.jzy3d.maths.graphs.DefaultGraph
 
getRandomVertex() - Method in interface org.jzy3d.maths.graphs.IGraph
 
getRange() - Method in class org.jzy3d.colors.ColorMapper
 
getRange() - Method in class org.jzy3d.maths.Scale
 
getRealQuadStandingOnPoint(int, int) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
getRectangle() - Method in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
Returns the (x,y) offset that was applied to make this AbstractViewportManager stand in the appropriate canvas part. and the actual width and height of the viewport.
getRenderer() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
getRenderer() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
getRenderer() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
getRenderer() - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
 
getRenderer() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
getRenderer() - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
getRenderer() - Static method in class org.jzy3d.plot3d.text.drawable.DrawableTextBillboard
 
getRenderer() - Static method in class org.jzy3d.plot3d.text.drawable.DrawableTextBitmap
 
getRendererHeight() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
Provide the actual renderer height for the open gl camera settings, which is obtained after a resize event.
getRendererHeight() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
Provide the actual renderer height for the open gl camera settings, which is obtained after a resize event.
getRendererHeight() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
Provide the actual renderer height for the open gl camera settings, which is obtained after a resize event.
getRendererHeight() - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
Returns the renderer's height, i.e. the display height.
getRendererHeight() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
getRendererHeight() - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
getRendererWidth() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
Provide the actual renderer width for the open gl camera settings, which is obtained after a resize event.
getRendererWidth() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
Provide the actual renderer width for the open gl camera settings, which is obtained after a resize event.
getRendererWidth() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
Provide the actual renderer width for the open gl camera settings, which is obtained after a resize event.
getRendererWidth() - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
Returns the renderer's width, i.e. the display width.
getRendererWidth() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
getRendererWidth() - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
getRenderingSphereRadius() - Method in class org.jzy3d.plot3d.rendering.view.Camera
Return the radius of the sphere that will be contained into the rendered view.
getRepresentationDisplayed() - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
getRepresentationRadius() - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
getResolution() - Method in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
getResource() - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
getRGB(double) - Method in class org.jzy3d.contour.DefaultContourColoringPolicy
 
getRGB(double) - Method in interface org.jzy3d.contour.IContourColoringPolicy
 
getRGBABytes(int[]) - Static method in class org.jzy3d.plot3d.rendering.image.GLImage
 
getRotate() - Method in class org.jzy3d.plot3d.transform.Rotate
 
getRotate() - Method in class org.jzy3d.plot3d.transform.Rotator
 
getScale() - Method in class org.jzy3d.chart.Chart
 
getScale() - Method in class org.jzy3d.colors.ColorMapper
 
getScale() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
getScale() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
getScale() - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
getScale() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getScaleId() - Method in class org.jzy3d.events.ScaleChangedEvent
 
getScaling() - Method in class org.jzy3d.events.ScaleChangedEvent
 
getScatter() - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
getScene() - Method in class org.jzy3d.chart.Chart
 
getScene() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getSceneGraphBounds() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getSceneGraphBounds(Scene) - Method in class org.jzy3d.plot3d.rendering.view.View
 
getSceneOffset() - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
getSceneViewportRectangle() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getSerie(String, Serie2d.Type) - Method in class org.jzy3d.chart2d.Chart2d
 
getSerie(String, Serie2d.Type) - Method in class org.jzy3d.chart2d.SerieManager
 
getSeries() - Method in class org.jzy3d.chart2d.SerieManager
 
getShortestDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
getShortestDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
getShortestDistance(Camera) - Method in interface org.jzy3d.plot3d.primitives.ISortableDraw
 
getShortestDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
getShortestDistance(Camera) - Method in class org.jzy3d.plot3d.primitives.Point
 
getSleep() - Method in class org.jzy3d.plot3d.transform.Rotator
 
getSlider(int) - Method in class org.jzy3d.ui.editors.ColorEditor
 
getSlider(int) - Method in class org.jzy3d.ui.editors.Coord3dEditor
 
getSpaceTransformer() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
getSpaceTransformer() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
getSpaceTransformer() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
getSpaceTransformer() - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
getSpaceTransformer() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getSpecularColor() - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
getSquared() - Method in class org.jzy3d.plot3d.rendering.view.View
 
getSquarePolygons(IColorMap, Color) - Method in class org.jzy3d.maths.GridLoader
Deprecated.
 
getSquarePolygonsAroundCoordinates() - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
getSquarePolygonsAroundCoordinates(ColorMapper, Color) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
getSquarePolygonsOnCoordinates() - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
getSquarePolygonsOnCoordinates(ColorMapper, Color) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
getStart() - Method in class org.jzy3d.maths.TicToc
 
getStep() - Method in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
 
getStop() - Method in class org.jzy3d.maths.TicToc
 
getStrategy() - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Get the @Drawable ordering strategy.
getSurface() - Method in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
getTarget() - Method in class org.jzy3d.plot3d.rendering.view.Camera
Returns the target's position that was set at the last call to lookAt().
getText() - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
getTextColor() - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
getTextRenderer() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
getTexture(GL) - Method in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
getTexture(GL) - Method in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
getTextureScale() - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
getTightness() - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
getToolkit(String) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
getTooltips() - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
getTransform() - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Return the transform that was affected to this composite.
getTransform() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
Get object's transformation that is applied at the beginning of a call to AbstractDrawable.draw(GL,GLU,Camera).
getTransform() - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
getTransform() - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Return the transform that was affected to this composite.
getTransformBefore() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
getTransformedCenter(SpaceTransformer) - Method in class org.jzy3d.maths.BoundingBox3d
 
getTransformedRadius(SpaceTransformer) - Method in class org.jzy3d.maths.BoundingBox3d
 
getType() - Method in class org.jzy3d.events.ControllerEvent
 
getUp() - Method in class org.jzy3d.plot3d.rendering.view.Camera
Returns the top of the camera.
getValign() - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
getValue() - Method in class org.jzy3d.events.ControllerEvent
 
getValue() - Method in class org.jzy3d.plot3d.primitives.axes.AxeCrossAnnotation
 
getValue() - Method in class org.jzy3d.plot3d.primitives.axes.AxeXLineAnnotation
 
getValue() - Method in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
getValue() - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
getVertex(int) - Method in class org.jzy3d.maths.graphs.DefaultGraph
 
getVertex(int) - Method in interface org.jzy3d.maths.graphs.IGraph
 
getVertexColor() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getVertexColor() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getVertexLabelColor() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getVertexLabelColor() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getVertexLabelHalign() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getVertexLabelHalign() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getVertexLabelValign() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getVertexLabelValign() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getVertexPosition(V) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphLayout2d
 
getVertexPosition(V) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphLayout2d
 
getVertexWidth() - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
getVertexWidth() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
getVertices() - Method in class org.jzy3d.maths.BoundingBox3d
 
getVertices() - Method in class org.jzy3d.maths.graphs.DefaultGraph
 
getVertices() - Method in interface org.jzy3d.maths.graphs.IGraph
 
getVertices() - Method in class org.jzy3d.plot3d.primitives.vbo.buffers.FloatVBO
 
getVertices() - Method in interface org.jzy3d.plot3d.primitives.vbo.buffers.VBO
 
getView() - Method in class org.jzy3d.chart.Chart
 
getView() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
getView() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
Provide a reference to the View that renders into this canvas.
getView() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
Provide a reference to the View that renders into this canvas.
getView() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
Provide a reference to the View that renders into this canvas.
getView() - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
Returns a reference to the held view.
getView() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
Provide a reference to the View that renders into this canvas.
getView() - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
getView() - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
getViewMode() - Method in class org.jzy3d.chart.Chart
 
getViewMode() - Method in class org.jzy3d.plot3d.rendering.view.View
Return the ViewPositionMode applied to this view.
getViewPoint() - Method in class org.jzy3d.chart.Chart
 
getViewPoint() - Method in class org.jzy3d.events.ViewPointChangedEvent
 
getViewPoint() - Method in class org.jzy3d.plot3d.rendering.view.View
Get the viewpoint.
getViewPortAsInt(GL) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
getWholeBounds() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Return the boundingBox of this axis, including the volume occupied by the texts.
getWidth() - Method in interface org.jzy3d.bridge.BufferedPanel
Supposed to be provided by the implementing abstract class.
getWidth() - Method in class org.jzy3d.plot3d.primitives.axes.AxeLineAnnotation
 
getWidth() - Method in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
getWidth() - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
getWidth() - Method in class org.jzy3d.plot3d.rendering.view.Renderer3d
Return the width that was given after the last resize event.
getWidth() - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
getWindow() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
getWindowingToolkit() - Method in class org.jzy3d.chart.Chart
 
getWireframeColor() - Method in class org.jzy3d.plot3d.primitives.AbstractWireframeable
Get the wireframe color.
getWireframeColor() - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
getWireframeDisplayed() - Method in class org.jzy3d.plot3d.primitives.AbstractWireframeable
Get the wireframe display status to on or off.
getWireframeDisplayed() - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
getWireframeWidth() - Method in class org.jzy3d.plot3d.primitives.AbstractWireframeable
Get the wireframe width.
getWireframeWidth() - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
getX() - Method in class org.jzy3d.maths.Coord2d
 
getX() - Method in class org.jzy3d.maths.Coordinates
Return the array of X values.
getX() - Method in class org.jzy3d.maths.Grid
 
getX() - Method in class org.jzy3d.maths.Point2D
 
getX() - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
getX() - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
getXAxeLabel() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getXAxeLabel() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getXAxisLabel() - Method in interface org.jzy3d.plot3d.builder.IObjectTopology
 
getXmax() - Method in class org.jzy3d.maths.BoundingBox3d
 
getXmin() - Method in class org.jzy3d.maths.BoundingBox3d
 
getXRange() - Method in class org.jzy3d.maths.BoundingBox3d
 
getXTickColor() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getXTickColor() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getXTickProvider() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getXTickProvider() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getXTickRenderer() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getXTickRenderer() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getXTicks(double, double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getXTicks() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getXTicks(double, double) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getXTicks() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getXY() - Method in class org.jzy3d.maths.Coord3d
Return the x and y component as a 2d coordinate.
getY() - Method in class org.jzy3d.maths.Coord2d
 
getY() - Method in class org.jzy3d.maths.Coordinates
Return the array of Y values.
getY() - Method in class org.jzy3d.maths.Grid
 
getY() - Method in class org.jzy3d.maths.Point2D
 
getY() - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
getY() - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
getYAxeLabel() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getYAxeLabel() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getYAxisLabel() - Method in interface org.jzy3d.plot3d.builder.IObjectTopology
 
getYmax() - Method in class org.jzy3d.maths.BoundingBox3d
 
getYmin() - Method in class org.jzy3d.maths.BoundingBox3d
 
getYRange() - Method in class org.jzy3d.maths.BoundingBox3d
 
getYTickColor() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getYTickColor() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getYTickProvider() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getYTickProvider() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getYTickRenderer() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getYTickRenderer() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getYTicks(double, double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getYTicks() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getYTicks(double, double) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getYTicks() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getZ() - Method in class org.jzy3d.maths.Coordinates
Return the array of Z values.
getZ() - Method in class org.jzy3d.maths.Grid
 
getZ(double[][]) - Method in class org.jzy3d.maths.Mapper
Deprecated.
Return an array of Z values according to the implemented function that provides an output according to an array of (X,Y) coordinates.
getZ(double[]) - Method in class org.jzy3d.maths.Mapper
Deprecated.
Return a Z value according to the implemented function that provides an output according to an (X,Y) coordinates.
getZ() - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
getZAxeLabel() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getZAxeLabel() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getZAxisLabel() - Method in interface org.jzy3d.plot3d.builder.IObjectTopology
 
getZmax() - Method in class org.jzy3d.maths.BoundingBox3d
 
getZmin() - Method in class org.jzy3d.maths.BoundingBox3d
 
getZRange() - Method in class org.jzy3d.maths.BoundingBox3d
 
getZRange(List<Coord3d>) - Static method in class org.jzy3d.maths.Coord3d
 
getZTickColor() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getZTickColor() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getZTickProvider() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getZTickProvider() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getZTickRenderer() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getZTickRenderer() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getZTicks(double, double) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getZTicks() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
getZTicks(double, double) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
getZTicks() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
gl - Variable in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
glBegin(int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glBindBuffer(int, int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glBitmap(int, int, float, float, float, float, byte[], int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glColor3f(float, float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glColor4f(float, float, float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glDisable(int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glDrawElements(int, int, int, int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glDrawPixels(int, int, int, int, ByteBuffer) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glEnable(int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glEnableClientState(int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glEnd() - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
GLErrorReader - Class in org.jzy3d.plot3d.pipelines
This utility allows checking the GL2 error bit after a call to a GL2 command.
GLErrorReader() - Constructor for class org.jzy3d.plot3d.pipelines.GLErrorReader
 
GLES2CompatUtils - Class in org.jzy3d.plot3d.rendering.compat
 
GLES2CompatUtils() - Constructor for class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glGetDoublev(int, double[], int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
GLImage - Class in org.jzy3d.plot3d.rendering.image
 
GLImage() - Constructor for class org.jzy3d.plot3d.rendering.image.GLImage
 
glLightfv(int, int, float[], int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glLineStipple(int, short) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glLineWidth(float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glLoadIdentity() - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glMaterialfv(int, int, float[], int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glMatrixMode(int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glMatrixMode(GL) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
glModelView(GL) - Method in class org.jzy3d.plot3d.rendering.view.View
 
glNormal3f(float, float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glNormalPointer(int, int, int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glOrtho(float, float, float, float, float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glPassThrough(float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glpBuffer - Variable in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
glPixelZoom(float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glPointSize(float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glPolygonMode(int, int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glPolygonOffset(float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glPopMatrix() - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glPushMatrix() - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glRaster(GL, Coord3d, Color) - Method in class org.jzy3d.plot3d.text.renderers.TextBillboardRenderer
 
glRasterPos(GL, Coord3d, Coord3d) - Method in class org.jzy3d.plot3d.text.renderers.TextBitmapRenderer
 
glRasterPos3f(float, float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glRotatef(float, float, float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glScalef(float, float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glShadeModel(int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glTexCoord2f(float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glTexEnvf(int, int, int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glTranslatef(float, float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glu - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
glu - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
glu - Variable in class org.jzy3d.chart.graphs.GraphView
 
glu - Variable in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
glu - Variable in class org.jzy3d.plot3d.rendering.view.Renderer3d
 
glu - Variable in class org.jzy3d.plot3d.rendering.view.View
 
glut - Static variable in class org.jzy3d.plot3d.primitives.Sphere
 
glut - Static variable in class org.jzy3d.plot3d.rendering.lights.Light
 
glut - Static variable in class org.jzy3d.plot3d.text.renderers.TextBitmapRenderer
 
glVertex3d(double, float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glVertex3f(float, float, float) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
GlVertexExecutor - Class in org.jzy3d.plot3d.primitives.log
 
GlVertexExecutor() - Constructor for class org.jzy3d.plot3d.primitives.log.GlVertexExecutor
 
glVertexPointer(int, int, int, int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
glViewport(int, int, int, int) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
GradientTextStyle - Class in org.jzy3d.plot3d.text.renderers.jogl
 
GradientTextStyle(float, Color, Color) - Constructor for class org.jzy3d.plot3d.text.renderers.jogl.GradientTextStyle
 
GrahamScan - Class in org.jzy3d.maths.algorithms.convexhull
 
GrahamScan() - Constructor for class org.jzy3d.maths.algorithms.convexhull.GrahamScan
 
graph - Variable in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
Graph - Class in org.jzy3d.plot3d.rendering.scene
The scene's Graph basically stores the scene content and facilitate objects control The graph may decompose all AbstractComposite into a list of their AbstractDrawables primitives if constructor is called with parameters enabling sorting.
Graph(Scene) - Constructor for class org.jzy3d.plot3d.rendering.scene.Graph
 
Graph(Scene, boolean) - Constructor for class org.jzy3d.plot3d.rendering.scene.Graph
 
Graph(Scene, AbstractOrderingStrategy) - Constructor for class org.jzy3d.plot3d.rendering.scene.Graph
 
Graph(Scene, AbstractOrderingStrategy, boolean) - Constructor for class org.jzy3d.plot3d.rendering.scene.Graph
 
graph - Variable in class org.jzy3d.plot3d.rendering.scene.Scene
 
GraphChart - Class in org.jzy3d.chart.graphs
 
GraphChart() - Constructor for class org.jzy3d.chart.graphs.GraphChart
 
GraphChart(Quality) - Constructor for class org.jzy3d.chart.graphs.GraphChart
 
GraphChart(String) - Constructor for class org.jzy3d.chart.graphs.GraphChart
 
GraphChart(Quality, String) - Constructor for class org.jzy3d.chart.graphs.GraphChart
 
GraphChartComponentFactory - Class in org.jzy3d.chart.graphs
 
GraphChartComponentFactory() - Constructor for class org.jzy3d.chart.graphs.GraphChartComponentFactory
 
GraphView - Class in org.jzy3d.chart.graphs
 
GraphView(IChartComponentFactory, Scene, ICanvas, Quality) - Constructor for class org.jzy3d.chart.graphs.GraphView
 
GRAY - Static variable in class org.jzy3d.colors.Color
Gray color.
GREEN - Static variable in class org.jzy3d.colors.Color
Green color.
Grid - Class in org.jzy3d.maths
 
Grid() - Constructor for class org.jzy3d.maths.Grid
 
Grid(float[], float[], float[][]) - Constructor for class org.jzy3d.maths.Grid
 
Grid(int[], int[], int[][]) - Constructor for class org.jzy3d.maths.Grid
 
Grid - Class in org.jzy3d.plot3d.builder
 
Grid(Range, int) - Constructor for class org.jzy3d.plot3d.builder.Grid
 
Grid(Range, int, Range, int) - Constructor for class org.jzy3d.plot3d.builder.Grid
 
gridColor - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
GridLoader - Class in org.jzy3d.maths
Deprecated.
GridLoader(float[], float[], float[]) - Constructor for class org.jzy3d.maths.GridLoader
Deprecated.
Initialize a GridLoader by parsing the square grid directly.
growCol - Variable in class org.jzy3d.ui.MultiChartPanel
 
growLine - Variable in class org.jzy3d.ui.MultiChartPanel
 
guessImageDimension(int, Font) - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
guessImageDimension(String) - Method in class org.jzy3d.plot3d.text.drawable.TextImageRenderer
 

H

h - Variable in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
halfHeight - Variable in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
halfHeight - Variable in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
halfWidth - Variable in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
halfWidth - Variable in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
Halign - Enum in org.jzy3d.plot3d.text.align
Provides constants for defining the horizontal alignment of a TextBillboardRenderer, w.r.t. its position.
halign - Variable in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
handleSlaveThread(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
handleSlaveThread(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
handleSlaveThread(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
handleSlaveThread(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
hasAlpha() - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
hasBackground - Variable in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
hasBackground() - Method in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
hasBackground() - Method in interface org.jzy3d.plot2d.primitive.AWTImageGenerator
 
hashCode() - Method in class org.jzy3d.maths.BoundingBox3d
 
hashCode() - Method in class org.jzy3d.maths.Coord3d
 
hashCode() - Method in class org.jzy3d.maths.Pair
 
hashCode() - Method in class org.jzy3d.plot3d.primitives.pickable.PickablePoint
 
hashCode() - Method in class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
hasLegend() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
hasLegends() - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Return true if the Graph contains at least one AbstractDrawable that has AWTLegend that must be displayed.
hasListeners - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
hasMeta - Variable in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
hasMountedOnce() - Method in interface org.jzy3d.plot3d.primitives.IGLBindedResource
Return true if mount(...) has been called at least one time
hasMountedOnce - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
hasMountedOnce() - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
hasMountedOnce() - Method in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
hasNormals() - Method in class org.jzy3d.io.obj.OBJFile
 
hasOverlayStuffs() - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
hasOwnChartControllers() - Method in class org.jzy3d.analysis.AbstractAnalysis
 
hasOwnChartControllers() - Method in interface org.jzy3d.analysis.IAnalysis
 
hasRenderedOnce() - Method in class org.jzy3d.plot3d.rendering.view.SelectableView
 
height - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTScatterMouseSelector
 
height - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTSphereMouseSelector
 
height - Variable in class org.jzy3d.maths.Dimension
 
height - Variable in class org.jzy3d.maths.Rectangle
 
height - Variable in class org.jzy3d.plot3d.primitives.Cylinder
 
height - Variable in class org.jzy3d.plot3d.rendering.view.Renderer3d
 
height - Variable in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
highlightColor - Variable in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
highlightedEdgeColor - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
highlightedEdgeLabelColor - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
highlightedEdgeWidth - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
highlightedVertexColor - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
highlightedVertexLabelColor - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
highlightedVertexWidth - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
highlights - Variable in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
Histogram - Class in org.jzy3d.maths
 
Histogram(float, float, int) - Constructor for class org.jzy3d.maths.Histogram
 
Histogram2d - Class in org.jzy3d.plot2d.primitives
 
Histogram2d(Histogram) - Constructor for class org.jzy3d.plot2d.primitives.Histogram2d
 
HistogramBar - Class in org.jzy3d.plot3d.primitives
 
HistogramBar() - Constructor for class org.jzy3d.plot3d.primitives.HistogramBar
 
HistogramBar(int) - Constructor for class org.jzy3d.plot3d.primitives.HistogramBar
 
hull - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTSphereMouseSelector
 
hull(List<Coord3d>) - Static method in class org.jzy3d.maths.ConvexHull
 

I

IAction - Interface in org.jzy3d.plot3d.rendering.tooltips
 
IAnalysis - Interface in org.jzy3d.analysis
 
IAxe - Interface in org.jzy3d.plot3d.primitives.axes
Specify services that a concrete Axe must provide.
IAxeLayout - Interface in org.jzy3d.plot3d.primitives.axes.layout
 
IBoundingPolicy - Interface in org.jzy3d.maths
 
ICameraKeyController - Interface in org.jzy3d.chart.controllers.keyboard.camera
 
ICameraMouseController - Interface in org.jzy3d.chart.controllers.mouse.camera
 
ICanvas - Interface in org.jzy3d.plot3d.rendering.canvas
A ICanvas represent the target component for rendering OpenGL.
IChartComponentFactory - Interface in org.jzy3d.chart.factories
 
IChartComponentFactory.Toolkit - Enum in org.jzy3d.chart.factories
 
IColorbarLegend - Interface in org.jzy3d.plot3d.rendering.legends.colorbars
 
IColorMap - Interface in org.jzy3d.colors.colormaps
This interface defines the set of methods that any concrete colormap should define in order to be used by an object implementing the IMultiColorable interface.
IColorMappable - Interface in org.jzy3d.colors
ColorMappable interface.
IColorMapperUpdatePolicy - Interface in org.jzy3d.colors
 
IComparator<T> - Interface in org.jzy3d.maths.algorithms.convexhull.utils
 
IContourColoringPolicy - Interface in org.jzy3d.contour
 
IContourGenerator - Interface in org.jzy3d.contour
 
IContourMeshGenerator - Interface in org.jzy3d.contour
 
IContourPictureGenerator - Interface in org.jzy3d.contour
 
id - Variable in class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
id - Variable in class org.jzy3d.plot3d.primitives.pickable.PickablePoint
 
id - Variable in class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
IDENTITY - Static variable in class org.jzy3d.maths.Coord3d
The origin is a Coord3d having value 1 for each dimension.
IDrawableGraph2d<V,E> - Interface in org.jzy3d.plot3d.primitives.graphs
 
IDrawableListener - Interface in org.jzy3d.events
 
IdxSet() - Constructor for class org.jzy3d.io.obj.OBJFile.IdxSet
 
IFrame - Interface in org.jzy3d.bridge
 
IGLBindedResource - Interface in org.jzy3d.plot3d.primitives
Defines an objects that uses resources that should be loaded using an available GL context.
IGLLoader<T extends AbstractDrawable> - Interface in org.jzy3d.io
Defines a loader that requires a GL context.
IGLRenderer - Interface in org.jzy3d.plot3d.primitives
 
IGraph<V,E> - Interface in org.jzy3d.maths.graphs
 
IGraphFormatter<V,E> - Interface in org.jzy3d.plot3d.primitives.graphs.layout
 
IGraphLayout2d<V> - Interface in org.jzy3d.plot3d.primitives.graphs.layout
 
IImageViewport - Interface in org.jzy3d.plot3d.rendering.view
 
IInteractiveTooltipRenderer - Interface in org.jzy3d.plot3d.rendering.tooltips
 
IInterpolator - Interface in org.jzy3d.maths.algorithms.interpolation
 
ILegend - Interface in org.jzy3d.plot3d.rendering.legends
 
ILineStripMergePolicy - Interface in org.jzy3d.plot3d.primitives.contour
 
ILoader - Interface in org.jzy3d.io
 
image - Variable in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
image - Variable in class org.jzy3d.plot3d.rendering.view.Renderer3d
 
imageGenerator - Variable in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
imageHeight - Variable in class org.jzy3d.plot3d.rendering.view.AWTImageViewport
 
imageObj - Variable in class org.jzy3d.plot3d.rendering.view.AWTImageViewport
 
ImagePanel - Class in org.jzy3d.ui.views
 
ImagePanel(String) - Constructor for class org.jzy3d.ui.views.ImagePanel
 
ImagePanel(Image) - Constructor for class org.jzy3d.ui.views.ImagePanel
 
ImageRenderer - Class in org.jzy3d.plot3d.rendering.view
 
ImageRenderer() - Constructor for class org.jzy3d.plot3d.rendering.view.ImageRenderer
 
imageWidth - Variable in class org.jzy3d.plot3d.rendering.view.AWTImageViewport
 
IMultiColorable - Interface in org.jzy3d.colors
IMultiColorable objects may have several colors interpolated between each of their individual points colors.
in - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
IncreaseParamRemapTask - Class in org.jzy3d.plot3d.builder
 
IncreaseParamRemapTask(Shape, SingleParameterMapper) - Constructor for class org.jzy3d.plot3d.builder.IncreaseParamRemapTask
 
indices_ - Variable in class org.jzy3d.io.obj.OBJFile
 
INewtLightKeyController - Interface in org.jzy3d.chart.controllers.keyboard.lights
 
info - Variable in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
INFO - Static variable in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
init() - Method in interface org.jzy3d.analysis.IAnalysis
 
init() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
init(ParametricEquation, double, double, int) - Method in class org.jzy3d.plot3d.primitives.parameq.ParametricDrawable
 
init(ParametricEquation2, double, double, int, double, double, int) - Method in class org.jzy3d.plot3d.primitives.parameq.ParametricDrawable2
 
init(GL, int, int, int, int, int, int, int, int, int, int, ShaderState) - Static method in class org.jzy3d.plot3d.rendering.compat.GLES2CompatUtils
 
init(GL) - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
init(GL) - Static method in class org.jzy3d.plot3d.rendering.textures.TextureFactory
 
init(GLAutoDrawable) - Method in class org.jzy3d.plot3d.rendering.view.Renderer3d
Called when the GLAutoDrawable is rendered for the first time.
init(GL) - Method in class org.jzy3d.plot3d.rendering.view.View
The initialization function: specifies general GL settings that impact the rendering quality and performance (computation speed).
init(ICanvas) - Method in class org.jzy3d.plot3d.text.overlay.SwingTextOverlay
 
init(ICanvas) - Method in class org.jzy3d.plot3d.text.overlay.TextOverlay
 
initBounds - Variable in class org.jzy3d.plot3d.rendering.view.View
 
initBoundsWithMapping() - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
initBoundsWithResources() - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
initBuffer(GLCapabilities, int, int) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
Initialize a GLPBuffer with desired capabilities.
initComponent(Component) - Method in class org.jzy3d.plot3d.text.overlay.TextOverlay
 
initFloatVBO(DrawableVBO, boolean, boolean, int, int) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
Setup buffers dimensions according to various parameters: target drawable representation type (point, line, etc), having color per vertex or not, having normals defined (default to false) number of dimensions (default to 3)
initFloatVBO(DrawableVBO, boolean, boolean, int) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
Setup buffers dimensions according to various parameters: target drawable representation type (point, line, etc), having color per vertex or not, having normals defined (default to false) 3 dimensions
initFloatVBO(DrawableVBO, boolean, int) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
Setup buffers dimensions according to various parameters: target drawable representation type (point, line, etc), having color per vertex or not, no normals defined 3 dimensions
initialize(Chart, Rectangle, String) - Method in class org.jzy3d.bridge.awt.FrameAWT
 
initialize(Chart, Rectangle, String, String) - Method in class org.jzy3d.bridge.awt.FrameAWT
 
initialize(Chart, Rectangle, String) - Method in interface org.jzy3d.bridge.IFrame
 
initialize(Chart, Rectangle, String, String) - Method in interface org.jzy3d.bridge.IFrame
 
initialize(Chart, Rectangle, String) - Method in class org.jzy3d.bridge.swing.FrameSwing
 
initialize(Chart, Rectangle, String, String) - Method in class org.jzy3d.bridge.swing.FrameSwing
 
initializeChart() - Method in class org.jzy3d.analysis.AbstractAnalysis
 
initializeChart(Quality) - Method in class org.jzy3d.analysis.AbstractAnalysis
 
initializeChart() - Method in interface org.jzy3d.analysis.IAnalysis
Use a factory to initialize a chart instance
initializeChart(Quality) - Method in interface org.jzy3d.analysis.IAnalysis
 
initImageGenerator(AbstractDrawable, ITickProvider, ITickRenderer) - Method in class org.jzy3d.plot3d.rendering.legends.colorbars.AWTColorbarLegend
 
initLight(GL) - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
initLights(GL) - Method in class org.jzy3d.plot3d.rendering.view.View
 
initQuality(GL) - Method in class org.jzy3d.plot3d.rendering.view.View
 
initRenderer2d(ICanvas) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
initResources(GL) - Method in class org.jzy3d.plot3d.rendering.view.View
 
insets0() - Method in class org.jzy3d.ui.MultiChartPanel
 
insetsDefault() - Method in class org.jzy3d.ui.MultiChartPanel
 
instructions() - Static method in class org.jzy3d.chart.ChartLauncher
 
IntegerCoord2d - Class in org.jzy3d.maths
 
IntegerCoord2d() - Constructor for class org.jzy3d.maths.IntegerCoord2d
 
IntegerCoord2d(int, int) - Constructor for class org.jzy3d.maths.IntegerCoord2d
 
IntegerTickRenderer - Class in org.jzy3d.plot3d.primitives.axes.layout.renderers
 
IntegerTickRenderer() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.IntegerTickRenderer
 
intensityOnly() - Method in class org.jzy3d.plot3d.text.renderers.jogl.DefaultTextStyle
 
intensityOnly() - Method in class org.jzy3d.plot3d.text.renderers.jogl.GradientTextStyle
 
intensityOnly() - Method in class org.jzy3d.plot3d.text.renderers.jogl.ShadowedTextStyle
 
InteractiveTooltip - Class in org.jzy3d.plot3d.rendering.tooltips
 
InteractiveTooltip(Coord3d, String, IntegerCoord2d) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.InteractiveTooltip
 
InteractiveTooltip(Coord3d, String, IntegerCoord2d, IAction) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.InteractiveTooltip
 
Intermediate - Static variable in class org.jzy3d.plot3d.rendering.canvas.Quality
Enables color interpolation.
interpolate(List<Coord3d>, int) - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.BernsteinInterpolator
 
interpolate(List<Coord3d>, int) - Method in interface org.jzy3d.maths.algorithms.interpolation.IInterpolator
 
interpolatedCoords - Variable in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
interpolatedPoints - Variable in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
interpolateTo(Coord3d, float) - Method in class org.jzy3d.maths.Coord3d
 
interpolation(Coord2d, float) - Method in class org.jzy3d.maths.Coord2d
Returns an interpolated point between the current and given point, according to an input ratio in [0;1] that indicates how near to the current point the new point will stand.
interpolator - Variable in class org.jzy3d.plot3d.builder.concrete.RingExtrapolator
 
intersect(BoundingBox2d) - Method in class org.jzy3d.maths.BoundingBox2d
Return true if intersect b2.
intersect(BoundingBox3d) - Method in class org.jzy3d.maths.BoundingBox3d
Return true if intersect b2.
intersection(Rectangle) - Method in class org.jzy3d.maths.Rectangle
 
INVALID - Static variable in class org.jzy3d.maths.Coord2d
An invalid Coord2d has value NaN for each dimension.
INVALID - Static variable in class org.jzy3d.maths.Coord3d
An invalid Coord2d has value NaN for each dimension.
invTightness - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
IObjectPickedListener - Interface in org.jzy3d.picking
 
IObjectTopology<O> - Interface in org.jzy3d.plot3d.builder
 
IProjection - Interface in org.jzy3d.plot3d.primitives.interactive.tools
 
IRunnableAnalysis - Interface in org.jzy3d.analysis
 
isAlphaActivated() - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isAnimated - Variable in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isAnimated() - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isAutoSwapBuffer - Variable in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isAutoSwapBuffer() - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isAxeBoxDisplayed() - Method in class org.jzy3d.plot3d.rendering.view.View
 
isBorderDisplayed() - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
isBoundingBoxDisplayed() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
IScaleChangedListener - Interface in org.jzy3d.events
 
IScreenCanvas - Interface in org.jzy3d.plot3d.rendering.canvas
An IScreenCanvas defines a panel into which rendering occurs, and that can be integrated in an existing GUI.
IScreenshotKeyController - Interface in org.jzy3d.chart.controllers.keyboard.screenshot
 
IScreenshotKeyController.IScreenshotEventListener - Interface in org.jzy3d.chart.controllers.keyboard.screenshot
 
isDepthActivated() - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isDetailedToString() - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
isDetailedToString() - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
isDisableDepthBufferWhenAlpha() - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isDisplayed() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
Return the display status of this object.
isDoubleClick(MouseEvent) - Static method in class org.jzy3d.chart.controllers.mouse.AWTMouseUtilities
 
isDoubleClick(MouseEvent) - Static method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
isDoubleClick(MouseEvent) - Static method in class org.jzy3d.chart.controllers.mouse.NewtMouseUtilities
 
isEdgeHighlighted(E) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
isEdgeHighlighted(E) - Method in interface org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
 
isEnabled() - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
isFaceDisplayed() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
isFaceDisplayed() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
isHardwareAccelerated() - Method in class org.jzy3d.chart.Settings
Returns true if hardware acceleration is used for 3d graphics.
isHasColorBuffer() - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
isHighlighted - Variable in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
isHighlighted - Variable in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
isHighlighted() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
isIn(float) - Method in class org.jzy3d.maths.Scale
 
isIn(float, boolean, boolean) - Method in class org.jzy3d.maths.Scale
 
ISingleColorable - Interface in org.jzy3d.colors
ISingleColorable objects have a single plain color and a must define a setter for it.
isInitialized() - Method in class org.jzy3d.analysis.AbstractAnalysis
 
isInitialized() - Method in interface org.jzy3d.analysis.IAnalysis
 
isInside(Point[], float[], float, float) - Method in class org.jzy3d.plot3d.builder.concrete.OldRingTesselator
Deprecated.
Indicates which point lies inside and outside the given min and max radius.
isInside(Point[], float[], float, float) - Method in class org.jzy3d.plot3d.builder.concrete.RingTessellator
Indicates which point lies inside and outside the given min and max radius.
isLeftDown(MouseEvent) - Static method in class org.jzy3d.chart.controllers.mouse.AWTMouseUtilities
 
isLeftDown(MouseEvent) - Static method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
isLeftDown(MouseEvent) - Static method in class org.jzy3d.chart.controllers.mouse.NewtMouseUtilities
 
isLegendDisplayed() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
isMaxNan() - Method in class org.jzy3d.maths.Scale
 
isMinNan() - Method in class org.jzy3d.maths.Scale
 
ISortableDraw - Interface in org.jzy3d.plot3d.primitives
 
isPolygonOffsetFillEnable() - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
isPreserveViewportSize() - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isReset() - Method in class org.jzy3d.maths.BoundingBox3d
 
isReverse() - Method in class org.jzy3d.plot3d.transform.TranslateDrawable
 
isRightClick(MouseEvent) - Static method in class org.jzy3d.chart.controllers.mouse.AWTMouseUtilities
 
isRightClick(MouseEvent) - Static method in class org.jzy3d.chart.controllers.mouse.NewtMouseUtilities
 
isRightDown(MouseEvent) - Static method in class org.jzy3d.chart.controllers.mouse.AWTMouseUtilities
 
isRightDown(MouseEvent) - Static method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
isRightDown(MouseEvent) - Static method in class org.jzy3d.chart.controllers.mouse.NewtMouseUtilities
 
isShowPoints() - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
isSlave() - Method in class org.jzy3d.plot3d.rendering.view.View
 
isSmoothColor() - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isSmoothLine() - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isSmoothPoint() - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isSmoothPolygon() - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
isTextDisplayed() - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
isTickLineDisplayed() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
isTickLineDisplayed() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
isTiltUp() - Method in class org.jzy3d.plot3d.rendering.view.Camera
Returns true if the camera is 'looking up', in other word if the eye's Z value is inferior to the target's Z value.
isUseSquaredDistance() - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
isVertexHighlighted(V) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
isVertexHighlighted(V) - Method in interface org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
 
isX(int) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
isXAxeLabelDisplayed() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
isXAxeLabelDisplayed() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
isXDisplayed(int) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
isXTickLabelDisplayed() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
isXTickLabelDisplayed() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
isY(int) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
isYAxeLabelDisplayed() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
isYAxeLabelDisplayed() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
isYDisplayed(int) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
isYounger(String, String) - Static method in class org.jzy3d.io.SimpleFile
Return true if file1 is younger than file2, meaning it was last modified after file2.
isYTickLabelDisplayed() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
isYTickLabelDisplayed() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
isZ(int) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
isZAxeLabelDisplayed() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
isZAxeLabelDisplayed() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
isZDisplayed(int) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
isZTickLabelDisplayed() - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
isZTickLabelDisplayed() - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
ITextRenderer - Interface in org.jzy3d.plot3d.text
 
ITextStyle - Interface in org.jzy3d.plot3d.text.renderers.jogl
 
ITickProvider - Interface in org.jzy3d.plot3d.primitives.axes.layout.providers
 
ITickRenderer - Interface in org.jzy3d.plot3d.primitives.axes.layout.renderers
 
ITooltipRenderer - Interface in org.jzy3d.plot3d.rendering.tooltips
 
ITranslucent - Interface in org.jzy3d.plot3d.primitives.textured
 
IViewIsVerticalEventListener - Interface in org.jzy3d.events
 
IViewLifecycleEventListener - Interface in org.jzy3d.events
 
IViewModeChangedListener - Interface in org.jzy3d.events
 
IViewPointChangedListener - Interface in org.jzy3d.events
 
IViewportLayout - Interface in org.jzy3d.plot3d.rendering.view.layout
 

J

j - Variable in class org.jzy3d.maths.parameq.ParametricAbcd
 
JarvisMarch - Class in org.jzy3d.maths.algorithms.convexhull
Luokka kääntyy, muttei toimi vielä.
JarvisMarch() - Constructor for class org.jzy3d.maths.algorithms.convexhull.JarvisMarch
 
JavaGraphics - Class in org.jzy3d.plot2d.rendering
 
JavaGraphics() - Constructor for class org.jzy3d.plot2d.rendering.JavaGraphics
 
JDTConverter - Class in org.jzy3d.plot3d.builder.delaunay
 
JDTConverter() - Constructor for class org.jzy3d.plot3d.builder.delaunay.JDTConverter
 
JOGLTextRenderer - Class in org.jzy3d.plot3d.text.renderers.jogl
 
JOGLTextRenderer() - Constructor for class org.jzy3d.plot3d.text.renderers.jogl.JOGLTextRenderer
 
JOGLTextRenderer(ITextStyle) - Constructor for class org.jzy3d.plot3d.text.renderers.jogl.JOGLTextRenderer
 

K

k - Variable in class org.jzy3d.maths.parameq.ParametricAbcd
 
keyPressed(KeyEvent) - Method in class org.jzy3d.bridge.newt.controllers.keyboard.AWTToNewtKeyListener
 
keyPressed(KeyEvent) - Method in class org.jzy3d.bridge.newt.controllers.keyboard.NewtToAWTKeyListener
 
keyPressed(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.camera.AWTCameraKeyController
 
keyPressed(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.camera.NewtCameraKeyController
 
keyPressed(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
 
keyPressed(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.lights.NewtLightKeyController
 
keyPressed(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.screenshot.AWTScreenshotKeyController
 
keyPressed(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.screenshot.NewtScreenshotKeyController
 
keyReleased(KeyEvent) - Method in class org.jzy3d.bridge.newt.controllers.keyboard.AWTToNewtKeyListener
 
keyReleased(KeyEvent) - Method in class org.jzy3d.bridge.newt.controllers.keyboard.NewtToAWTKeyListener
 
keyReleased(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.camera.AWTCameraKeyController
 
keyReleased(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.camera.NewtCameraKeyController
 
keyReleased(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
 
keyReleased(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.lights.NewtLightKeyController
 
keyReleased(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.screenshot.AWTScreenshotKeyController
 
keyReleased(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.screenshot.NewtScreenshotKeyController
 
keyTyped(KeyEvent) - Method in class org.jzy3d.bridge.newt.controllers.keyboard.NewtToAWTKeyListener
Deprecated. 
keyTyped(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.camera.AWTCameraKeyController
 
keyTyped(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.camera.NewtCameraKeyController
 
keyTyped(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
 
keyTyped(KeyEvent) - Method in class org.jzy3d.chart.controllers.keyboard.screenshot.AWTScreenshotKeyController
 

L

labels - Variable in class org.jzy3d.plot3d.primitives.contour.ContourMesh
 
labelSceneOffset - Variable in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
labelScreenOffset - Variable in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
last - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
lastBounds - Variable in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
lastBounds - Variable in class org.jzy3d.plot3d.rendering.tooltips.InteractiveTooltip
 
lastBounds - Variable in class org.jzy3d.plot3d.rendering.tooltips.TextTooltipRenderer
 
lastHull - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
lastHull - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
lastInc - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
lastInc - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
lastMouseX - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
lastMouseX - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
 
lastMouseY - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
lastMouseY - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
 
lastProjection - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
lastProjection - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
lastViewPort - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
lastXmax - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
lastXmin - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
lastYmax - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
lastYmin - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
lastZmax - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
lastZmin - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
layout - Variable in class org.jzy3d.chart.ChartView
 
layout(Chart) - Method in class org.jzy3d.plot2d.primitives.Histogram2d
Set global chart view settings to best draw this histogram.
layout - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
layout - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
layout - Variable in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
LAYOUT - Variable in class org.jzy3d.plot3d.text.renderers.jogl.JOGLTextRenderer
 
layout2d() - Method in class org.jzy3d.chart2d.Chart2d
 
layoutHorizontal(int, Camera, Halign, Coord3d) - Method in class org.jzy3d.chart2d.AxeBox2d
 
layoutHorizontal(int, Camera, Halign, Coord3d) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
layoutVertical(int, Valign, float) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
lazyLightInit - Variable in class org.jzy3d.plot3d.rendering.lights.LightSet
 
legend - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
legendDisplayed - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
length() - Method in class org.jzy3d.maths.PolygonArray
 
level(Level) - Static method in class org.jzy3d.utils.LoggerUtils
 
Light - Class in org.jzy3d.plot3d.rendering.lights
 
Light() - Constructor for class org.jzy3d.plot3d.rendering.lights.Light
 
Light(int) - Constructor for class org.jzy3d.plot3d.rendering.lights.Light
 
Light(int, boolean) - Constructor for class org.jzy3d.plot3d.rendering.lights.Light
 
Light(int, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.lights.Light
 
light - Variable in class org.jzy3d.ui.editors.LightEditor
 
lightCount - Static variable in class org.jzy3d.plot3d.rendering.lights.Light
 
LightEditor - Class in org.jzy3d.ui.editors
 
LightEditor(Chart) - Constructor for class org.jzy3d.ui.editors.LightEditor
 
lightId - Variable in class org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
 
lightId - Variable in class org.jzy3d.chart.controllers.keyboard.lights.NewtLightKeyController
 
lightId - Variable in class org.jzy3d.plot3d.rendering.lights.Light
 
LightPoint - Class in org.jzy3d.plot3d.primitives
 
LightPoint(Coord3d, Color) - Constructor for class org.jzy3d.plot3d.primitives.LightPoint
 
lights - Variable in class org.jzy3d.plot3d.rendering.lights.LightSet
 
LightSet - Class in org.jzy3d.plot3d.rendering.lights
 
LightSet() - Constructor for class org.jzy3d.plot3d.rendering.lights.LightSet
 
LightSet(List<Light>) - Constructor for class org.jzy3d.plot3d.rendering.lights.LightSet
 
lightSet - Variable in class org.jzy3d.plot3d.rendering.scene.Scene
 
LightSwitch - Class in org.jzy3d.plot3d.rendering.lights
 
LightSwitch() - Constructor for class org.jzy3d.plot3d.rendering.lights.LightSwitch
 
line - Variable in class org.jzy3d.plot2d.primitives.LineSerie2d
 
line() - Method in class org.jzy3d.plot2d.primitives.LineSerie2dSplitted
 
line - Variable in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
LINE_STRIP_WIDTH - Static variable in class org.jzy3d.contour.MapperContourMeshGenerator
 
LINE_STRIP_WIDTH - Static variable in class org.jzy3d.contour.MapperContourPictureGenerator
 
lineHeightPX - Variable in class org.jzy3d.ui.MultiChartPanel
 
lineInstruction() - Method in class org.jzy3d.ui.MultiChartPanel
 
lines - Variable in class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
lines - Variable in class org.jzy3d.plot3d.primitives.contour.ContourMesh
 
lines - Variable in class org.jzy3d.plot3d.rendering.view.annotation.BarycenterAnnotation
 
LineSerie2d - Class in org.jzy3d.plot2d.primitives
 
LineSerie2d(String) - Constructor for class org.jzy3d.plot2d.primitives.LineSerie2d
 
LineSerie2dSplitted - Class in org.jzy3d.plot2d.primitives
 
LineSerie2dSplitted(String) - Constructor for class org.jzy3d.plot2d.primitives.LineSerie2dSplitted
 
LineStrip - Class in org.jzy3d.plot3d.primitives
Color works as follow: If wireframe color is null (default), uses each point color and performs color interpolation Otherwise apply a uniform wireframe color.
LineStrip() - Constructor for class org.jzy3d.plot3d.primitives.LineStrip
 
LineStrip(int) - Constructor for class org.jzy3d.plot3d.primitives.LineStrip
 
LineStrip(List<Coord3d>) - Constructor for class org.jzy3d.plot3d.primitives.LineStrip
 
LineStrip(Point, Point) - Constructor for class org.jzy3d.plot3d.primitives.LineStrip
 
LineStripInterpolated - Class in org.jzy3d.plot3d.primitives
 
LineStripInterpolated() - Constructor for class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
LineStripInterpolated(IInterpolator, List<Coord3d>, int) - Constructor for class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
list(int) - Static method in class org.jzy3d.maths.Coord3d
 
listDir(File) - Static method in class org.jzy3d.io.SimpleDir
 
listeners - Variable in class org.jzy3d.chart.controllers.keyboard.screenshot.AbstractScreenshotKeyController
 
listeners - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
listFile(File) - Static method in class org.jzy3d.io.SimpleDir
 
load(String) - Static method in class org.jzy3d.io.FileImage
 
load(GL, T) - Method in interface org.jzy3d.io.IGLLoader
 
load(String) - Method in interface org.jzy3d.io.ILoader
 
load(String) - Method in class org.jzy3d.io.matlab.MatlabDrawableLoader
 
load(String, int) - Method in class org.jzy3d.io.matlab.MatlabDrawableLoader
 
load(GL, DrawableVBO) - Method in class org.jzy3d.io.matlab.MatlabVBOLoader
 
load(GL, DrawableVBO) - Method in class org.jzy3d.io.obj.OBJFileLoader
 
load(GL, DrawableVBO) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilderListCoord3d
 
load(GL, BufferedImage) - Method in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
load(GL, String) - Method in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
loadArray(String) - Static method in class org.jzy3d.io.FileDataset
 
loader - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
loadIdentity(GL) - Method in class org.jzy3d.chart2d.AxeBox2d.RotatedTextBitmapRenderer
 
loadList(String) - Static method in class org.jzy3d.io.FileDataset
 
loadModelFromFilename(String) - Method in class org.jzy3d.io.obj.OBJFile
 
loadModelFromURL(URL) - Method in class org.jzy3d.io.obj.OBJFile
This function attempts to determine the type of the filename passed as a parameter.
log2(float) - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformLog2
 
LogAxeBox - Class in org.jzy3d.plot3d.primitives.axes
TODO : have vertexGL method to override only this in LogAxeBox methode drawAxis avec plein d'argument devrait avoir un helper pour tous les passer Toutes les primitives QUad, Point doivent être des geometries et se basser sur vertexGL The AxeBox displays a box with front face invisible and ticks labels.
LogAxeBox(BoundingBox3d, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.axes.LogAxeBox
 
LogAxeBox(BoundingBox3d, IAxeLayout, SpaceTransformer) - Constructor for class org.jzy3d.plot3d.primitives.axes.LogAxeBox
 
LoggerUtils - Class in org.jzy3d.utils
Pattern Layout parameters %c class %t thread %p level (INFO, DEBUG, ERROR) %-5p include the word in a 5-character width column.
LoggerUtils() - Constructor for class org.jzy3d.utils.LoggerUtils
 
logTransformers - Variable in class org.jzy3d.chart.factories.AWTLogChartComponentFactory
 
LookAndFeel - Class in org.jzy3d.ui
 
LookAndFeel() - Constructor for class org.jzy3d.ui.LookAndFeel
 
lookToBox(BoundingBox3d) - Method in class org.jzy3d.plot3d.rendering.view.View
Set the surrounding AxeBox dimensions and the Camera target, and the colorbar range.
low - Variable in class org.jzy3d.plot3d.primitives.Cylinder
 

M

mad(double[]) - Static method in class org.jzy3d.maths.Statistics
Computes the mad statistic, that is the median of all distances to the median of input values.
MAGENTA - Static variable in class org.jzy3d.colors.Color
Magenta color.
magSquared() - Method in class org.jzy3d.maths.Coord3d
 
main(String[]) - Static method in class org.jzy3d.utils.Version
 
mainColor - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
MAINTAIN_ALL_OBJECTS_IN_VIEW - Variable in class org.jzy3d.plot3d.rendering.view.View
force to have all object maintained in screen, meaning axebox won't always keep the same size.
MAJOR - Static variable in class org.jzy3d.utils.Version
 
makeDrawable() - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
makeDrawable() - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
makeImage(int, String) - Static method in class org.jzy3d.plot3d.text.drawable.cells.DrawableTextCell
 
makeImage(String, Font) - Static method in class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
makeInstruction() - Static method in class org.jzy3d.chart.ChartLauncher
 
makeMapping(Coord2d) - Static method in class org.jzy3d.plot3d.text.drawable.cells.DrawableTextCell
 
makeMapping(Coord2d) - Static method in class org.jzy3d.plot3d.text.drawable.DrawableTextTexture
 
map(int, int, double[][]) - Method in class org.jzy3d.contour.MapperContourMeshGenerator
 
map(int, int, double, double[][]) - Method in class org.jzy3d.contour.MapperContourMeshGenerator
 
map - Static variable in class org.jzy3d.plot3d.rendering.textures.TextureFactory
 
mapKeyCode(KeyEvent) - Static method in class org.jzy3d.bridge.newt.controllers.AWTToNewtUtilities
 
mapper - Variable in class org.jzy3d.contour.MapperContourMeshGenerator
 
mapper - Variable in class org.jzy3d.contour.MapperContourPictureGenerator
 
Mapper - Class in org.jzy3d.maths
Deprecated.
Mapper() - Constructor for class org.jzy3d.maths.Mapper
Deprecated.
 
mapper - Variable in class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
 
mapper - Variable in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
Mapper - Class in org.jzy3d.plot3d.builder
 
Mapper() - Constructor for class org.jzy3d.plot3d.builder.Mapper
 
mapper - Variable in class org.jzy3d.plot3d.primitives.AbstractComposite
 
mapper - Variable in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
mapper - Variable in class org.jzy3d.plot3d.primitives.CompileableComposite
 
mapper - Variable in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
mapper - Variable in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
mapper - Variable in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
MapperContourMeshGenerator - Class in org.jzy3d.contour
Computes the contour matrix of a Mapper, and returns it as a ContourMesh.
MapperContourMeshGenerator(Mapper, Range, Range) - Constructor for class org.jzy3d.contour.MapperContourMeshGenerator
 
MapperContourPictureGenerator - Class in org.jzy3d.contour
Computes the contour matrix of a Mapper, and returns it as a BufferedImage.
MapperContourPictureGenerator(Mapper, Range, Range) - Constructor for class org.jzy3d.contour.MapperContourPictureGenerator
 
mapping - Variable in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
margin(float) - Method in class org.jzy3d.maths.BoundingBox3d
 
mask(MouseEvent) - Static method in class org.jzy3d.bridge.newt.controllers.AWTToNewtUtilities
 
mask(KeyEvent) - Static method in class org.jzy3d.bridge.newt.controllers.AWTToNewtUtilities
 
MaskPair - Class in org.jzy3d.plot3d.primitives.textured
 
MaskPair(SharedTexture, SharedTexture) - Constructor for class org.jzy3d.plot3d.primitives.textured.MaskPair
 
matchRectangleSelection(IntegerCoord2d, IntegerCoord2d, Coord3d, int, int) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
matchRectangleSelection(IntegerCoord2d, IntegerCoord2d, float, float, int, int) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
materialAmbiantReflection - Variable in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
materialDiffuseReflection - Variable in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
MaterialEditor - Class in org.jzy3d.ui.editors
 
MaterialEditor(Chart) - Constructor for class org.jzy3d.ui.editors.MaterialEditor
 
materialEmission - Variable in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
materialShininess - Variable in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
materialSpecularReflection - Variable in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
MatlabDrawableLoader - Class in org.jzy3d.io.matlab
Load a Matlab (TM) .mat file, assuming it contains at least three arrays named "X", "Y" and "Z".
MatlabDrawableLoader() - Constructor for class org.jzy3d.io.matlab.MatlabDrawableLoader
 
MatlabVBOLoader - Class in org.jzy3d.io.matlab
Load a Matlab (TM) .mat file, assuming it contains at least three arrays named "X", "Y" and "Z".
MatlabVBOLoader(String) - Constructor for class org.jzy3d.io.matlab.MatlabVBOLoader
 
max - Variable in class org.jzy3d.colors.ColorMapper
 
max - Variable in class org.jzy3d.maths.Scale
 
max(List<Float>) - Static method in class org.jzy3d.maths.Statistics
 
max(double[]) - Static method in class org.jzy3d.maths.Statistics
Computes the maximum value of an array of doubles.
max(float[]) - Static method in class org.jzy3d.maths.Statistics
 
max(float[][]) - Static method in class org.jzy3d.maths.Statistics
 
max(int[][]) - Static method in class org.jzy3d.maths.Statistics
 
max(Date[]) - Static method in class org.jzy3d.maths.Utils
Return the maximal date of an array
max - Variable in class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
 
maxId(int[]) - Static method in class org.jzy3d.maths.Statistics
 
maximal() - Static method in class org.jzy3d.utils.LoggerUtils
 
maxValue - Variable in class org.jzy3d.contour.AbstractContourGenerator
 
mean(double[]) - Static method in class org.jzy3d.maths.Statistics
Computes the mean value of an array of doubles.
mean(float[]) - Static method in class org.jzy3d.maths.Statistics
 
median(double[], boolean) - Static method in class org.jzy3d.maths.Statistics
Computes the median value of an array of doubles.
merge(double[], double[]) - Static method in class org.jzy3d.maths.Array
 
merge(LineStrip, LineStrip) - Static method in class org.jzy3d.plot3d.primitives.LineStrip
Merge lines by selecting the most relevant connection point: A-B to C-D if distance BC is shorter than distance DA C-D to A-B
MERGE_STRIP_DIST - Static variable in class org.jzy3d.contour.MapperContourMeshGenerator
 
MERGE_STRIP_DIST - Static variable in class org.jzy3d.contour.MapperContourPictureGenerator
 
mergeable(LineStrip, LineStrip) - Method in class org.jzy3d.plot3d.primitives.contour.DefaultLineStripMergePolicy
 
mergeable(LineStrip, LineStrip) - Method in interface org.jzy3d.plot3d.primitives.contour.ILineStripMergePolicy
 
mergeScore(LineStrip, LineStrip) - Method in class org.jzy3d.plot3d.primitives.contour.DefaultLineStripMergePolicy
 
mergeScore(LineStrip, LineStrip) - Method in interface org.jzy3d.plot3d.primitives.contour.ILineStripMergePolicy
 
mesh - Variable in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
message - Variable in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
MESSAGE_ROTATION_MODE - Static variable in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
MESSAGE_SELECTION_MODE - Static variable in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
messageRenderer - Variable in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
method - Static variable in class org.jzy3d.picking.PickingSupport
 
min - Variable in class org.jzy3d.colors.ColorMapper
 
min - Variable in class org.jzy3d.maths.Scale
 
min(List<Float>) - Static method in class org.jzy3d.maths.Statistics
 
min(double[]) - Static method in class org.jzy3d.maths.Statistics
Computes the minimum value of an array of doubles.
min(float[]) - Static method in class org.jzy3d.maths.Statistics
 
min(float[][]) - Static method in class org.jzy3d.maths.Statistics
 
min(int[][]) - Static method in class org.jzy3d.maths.Statistics
 
min(Date[]) - Static method in class org.jzy3d.maths.Utils
Return the minimal date of an array
min - Variable in class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
 
min(double[]) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Return the index of the minimum value contained in the input array of doubles.
MIN_BAR_HEIGHT - Static variable in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
MIN_BAR_WIDTH - Static variable in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
minDist(LineStrip, LineStrip) - Method in class org.jzy3d.plot3d.primitives.contour.DefaultLineStripMergePolicy
 
minId(double[]) - Static method in class org.jzy3d.maths.Statistics
Returns the id where the minimal value stands.
minId(float[]) - Static method in class org.jzy3d.maths.Statistics
 
minId(int[]) - Static method in class org.jzy3d.maths.Statistics
 
minimal() - Static method in class org.jzy3d.utils.LoggerUtils
 
minimalDated() - Static method in class org.jzy3d.utils.LoggerUtils
 
minimumDimension - Variable in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
MINOR - Static variable in class org.jzy3d.utils.Version
 
minValue - Variable in class org.jzy3d.contour.AbstractContourGenerator
 
mode - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
mode - Variable in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
model - Variable in class org.jzy3d.plot2d.primitives.Histogram2d
 
modelToScreen(GL, GLU, Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Transform a 3d point coordinate into its screen position.
modelToScreen(GL, GLU, Coord3d[]) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
modelToScreen(GL, GLU, Coord3d[][]) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
modelToScreen(GL, GLU, List<Coord3d>) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
modelToScreen(GL, GLU, ArrayList<ArrayList<Coord3d>>) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
modelToScreen(GL, GLU, PolygonArray) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
modelToScreen(GL, GLU, Grid) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
modelToScreen(GL, GLU, PolygonArray[][]) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
mostMergeableIfAny(LineStrip, List<LineStrip>) - Method in class org.jzy3d.plot3d.primitives.contour.DefaultLineStripMergePolicy
 
mostMergeableIfAny(LineStrip, List<LineStrip>) - Method in interface org.jzy3d.plot3d.primitives.contour.ILineStripMergePolicy
 
mount(GL) - Method in interface org.jzy3d.plot3d.primitives.IGLBindedResource
Mount resources to gl context
mount(GL) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
mount(GL) - Method in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
A GL2 context MUST be current.
mount(GL) - Method in class org.jzy3d.plot3d.rendering.textures.SharedTexture
A GL2 context MUST be current.
mountAllGLBindedResources(GL) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
mouse3d - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
mouse3d - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
mouseCamera - Variable in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
mouseClicked(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.AWTToNewtMouseListener
 
mouseClicked(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.NewtToAWTMouseListener
 
mouseClicked(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
mouseClicked(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
mouseClicked(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
mouseClicked(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
mouseClicked(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
mouseClicked(MouseEvent) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
mouseDragged(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.AWTToNewtMouseListener
 
mouseDragged(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.NewtToAWTMouseListener
 
mouseDragged(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
Compute shift or rotate
mouseDragged(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
Compute shift or rotate
mouseDragged(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
mouseDragged(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
mouseDragged(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
mouseDragged(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
*************
mouseDragged(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
mouseDragged(MouseEvent) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
Compute shift or rotate
mouseEntered(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.AWTToNewtMouseListener
 
mouseEntered(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.NewtToAWTMouseListener
 
mouseEntered(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
mouseEntered(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
mouseEntered(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
mouseEntered(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
mouseEntered(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
mouseEntered(MouseEvent) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
mouseExited(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.AWTToNewtMouseListener
 
mouseExited(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.NewtToAWTMouseListener
 
mouseExited(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
mouseExited(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
mouseExited(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
mouseExited(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
mouseExited(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
mouseExited(MouseEvent) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
mouseMoved(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.AWTToNewtMouseListener
 
mouseMoved(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.NewtToAWTMouseListener
 
mouseMoved(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
mouseMoved(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
mouseMoved(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
mouseMoved(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
mouseMoved(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
mouseMoved(MouseEvent) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
mousePressed(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.AWTToNewtMouseListener
 
mousePressed(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.NewtToAWTMouseListener
 
mousePressed(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
Handles toggle between mouse rotation/auto rotation: double-click starts the animated rotation, while simple click stops it.
mousePressed(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
Handles toggle between mouse rotation/auto rotation: double-click starts the animated rotation, while simple click stops it.
mousePressed(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
mousePressed(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
mousePressed(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
mousePressed(MouseEvent) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
Handles toggle between mouse rotation/auto rotation: double-click starts the animated rotation, while simple click stops it.
mouseReleased(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.AWTToNewtMouseListener
 
mouseReleased(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.NewtToAWTMouseListener
 
mouseReleased(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
mouseReleased(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
mouseReleased(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
mouseReleased(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
mouseReleased(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
mouseReleased(MouseEvent) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
mouseSelection - Variable in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
mouseWheelMoved(MouseEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.AWTToNewtMouseListener
 
mouseWheelMoved(MouseWheelEvent) - Method in class org.jzy3d.bridge.newt.controllers.mouse.NewtToAWTMouseListener
 
mouseWheelMoved(MouseWheelEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
Compute zoom
mouseWheelMoved(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
Compute zoom
mouseWheelMoved(MouseWheelEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
Compute zoom
mouseWheelMoved(MouseWheelEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
mouseWheelMoved(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
Compute zoom
mouseWheelMoved(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
 
mouseWheelMoved(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
mouseWheelMoved(MouseEvent) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
Compute zoom
move - Variable in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
 
mul(Color) - Method in class org.jzy3d.colors.Color
 
mul(Coord2d) - Method in class org.jzy3d.maths.Coord2d
Multiply a Coord2d to the current one and return the result in a new Coord2d.
mul(float, float) - Method in class org.jzy3d.maths.Coord2d
 
mul(float) - Method in class org.jzy3d.maths.Coord2d
Multiply all components of the current Coord and return the result in a new Coord3d.
mul(Coord3d) - Method in class org.jzy3d.maths.Coord3d
Multiply a Coord3d to the current one and return the result in a new Coord3d.
mul(float) - Method in class org.jzy3d.maths.Coord3d
Multiply all components of the current Coord and return the result in a new Coord3d.
mulSelf(Coord3d) - Method in class org.jzy3d.maths.Coord3d
 
MultiChartPanel - Class in org.jzy3d.ui
 
MultiChartPanel(List<Chart>) - Constructor for class org.jzy3d.ui.MultiChartPanel
 
MultiChartPanel(List<Chart>, boolean) - Constructor for class org.jzy3d.ui.MultiChartPanel
 
MultiChartPanel(List<Chart>, boolean, int, int) - Constructor for class org.jzy3d.ui.MultiChartPanel
 
MultiChartPanel(List<Chart>, boolean, int, int, boolean, boolean) - Constructor for class org.jzy3d.ui.MultiChartPanel
 
MultiChartPanel(Chart[][], boolean, int, int, boolean, boolean) - Constructor for class org.jzy3d.ui.MultiChartPanel
 
MultiChartPanel(Chart[][], String[], String[], boolean, int, int, boolean, boolean) - Constructor for class org.jzy3d.ui.MultiChartPanel
 

N

n - Variable in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
name - Variable in class org.jzy3d.plot2d.primitives.LineSerie2d
 
name - Variable in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
name - Variable in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
near - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
near - Variable in class org.jzy3d.plot3d.rendering.view.Camera
 
nearBg - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
negative() - Method in class org.jzy3d.colors.Color
 
negative() - Method in class org.jzy3d.maths.Coord3d
 
negative(Color) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
negativeSelf() - Method in class org.jzy3d.colors.Color
 
newAWTMouseController(Chart) - Method in class org.jzy3d.chart.graphs.GraphChartComponentFactory
 
newAxe(BoundingBox3d, View) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
newAxe(BoundingBox3d, View) - Method in class org.jzy3d.chart.factories.AWTLogChartComponentFactory
 
newAxe(BoundingBox3d, View) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newAxe(BoundingBox3d, View) - Method in class org.jzy3d.chart.factories.ContourChartComponentFactory
 
newAxe(BoundingBox3d, View) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newAxe(BoundingBox3d, View) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
newAxe(BoundingBox3d, View) - Method in class org.jzy3d.chart2d.Chart2dComponentFactory
 
newBoundingPolicy() - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newBoundingPolicy() - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newBoundsAtOrigin() - Static method in class org.jzy3d.maths.BoundingBox3d
 
newCamera(Coord3d) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newCamera(Coord3d) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newCanvas(IChartComponentFactory, Scene, Quality, String, GLCapabilities) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
newCanvas(Scene, Quality, String, GLCapabilities) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newCanvas(IChartComponentFactory, Scene, Quality, String, GLCapabilities) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newCanvas(Scene, Quality, String, GLCapabilities) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newCanvas(IChartComponentFactory, Scene, Quality, String, GLCapabilities) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newCanvas(IChartComponentFactory, Scene, Quality, String, GLCapabilities) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
newCanvas(IChartComponentFactory, Scene, Quality, String, GLCapabilities) - Method in class org.jzy3d.chart.factories.SwingChartComponentFactory
Deprecated.
 
newCanvasAWT(IChartComponentFactory, Scene, Quality, GLCapabilities, boolean, boolean) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
bypass reflection used in super implementation
newCanvasAWT(IChartComponentFactory, Scene, Quality, GLCapabilities, boolean, boolean) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newCanvasAWT(IChartComponentFactory, Scene, Quality, GLCapabilities, boolean, boolean) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
bypass reflection used in super implementation
newCanvasSwing(IChartComponentFactory, Scene, Quality, GLCapabilities, boolean, boolean) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
bypass reflection used in super implementation
newCanvasSwing(IChartComponentFactory, Scene, Quality, GLCapabilities, boolean, boolean) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newCanvasSwing(IChartComponentFactory, Scene, Quality, GLCapabilities, boolean, boolean) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
bypass reflection used in super implementation
newChart(IChartComponentFactory, Quality, String) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
newChart(Quality, IChartComponentFactory.Toolkit) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newChart(Quality, String) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newChart(IChartComponentFactory, Quality, String) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newChart(Quality, IChartComponentFactory.Toolkit) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newChart(Quality, String) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newChart(IChartComponentFactory, Quality, String) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newChart(IChartComponentFactory, Quality, String) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
newChart(IChartComponentFactory, Quality, String) - Method in class org.jzy3d.chart.factories.SwingChartComponentFactory
Deprecated.
 
newChart(IChartComponentFactory, Quality, String) - Method in class org.jzy3d.chart2d.Chart2dComponentFactory
 
newChart(Quality, IChartComponentFactory.Toolkit) - Method in class org.jzy3d.chart2d.Chart2dComponentFactory
 
newChart(Quality, String) - Method in class org.jzy3d.chart2d.Chart2dComponentFactory
 
newFrame(JPanel) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
newFrame(Chart, Rectangle, String) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
newFrame(Chart) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newFrame(Chart, Rectangle, String) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
Use reflexion to access AWT dependant classes.
newFrame(Chart) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newFrame(Chart, Rectangle, String) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newFrame(JPanel) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
newFrame(Chart, Rectangle, String) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
newFrameAWT(Chart, Rectangle, String, String) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
bypass reflection used in super implementation
newFrameAWT(Chart, Rectangle, String, String) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newFrameAWT(Chart, Rectangle, String, String) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
bypass reflection used in super implementation
newFrameSwing(Chart, Rectangle, String) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
bypass reflection used in super implementation
newFrameSwing(Chart, Rectangle, String) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newFrameSwing(Chart, Rectangle, String) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
bypass reflection used in super implementation
newGraph(Scene, AbstractOrderingStrategy, boolean) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newGraph(Scene, AbstractOrderingStrategy, boolean) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newKeyController(Chart) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
newKeyController(Chart) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newKeyController(Chart) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newKeyController(Chart) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
newLineAfterEachDim - Variable in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
newMouseController(Chart) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
newMouseController(Chart) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newMouseController(Chart) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newMouseController(Chart) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
newMouseController(Chart) - Method in class org.jzy3d.chart.graphs.GraphChartComponentFactory
 
newOrderingStrategy() - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newOrderingStrategy() - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newPoint(V) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.PointGraph2d
 
newQuad(Point[]) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
newQuad(Point[]) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellatorLog
 
newRenderer(View, boolean, boolean) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
Provide AWT Texture loading for screenshots
newRenderer(View, boolean, boolean) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newRenderer(View) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newRenderer(View) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newRenderer(View, boolean, boolean) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newRenderer(View, boolean, boolean) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
Provide AWT Texture loading for screenshots
newScene(boolean) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newScene(boolean) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newScreenshotKeyController(Chart) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
newScreenshotKeyController(Chart) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newScreenshotKeyController(Chart) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newScreenshotKeyController(Chart) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
newSerie(String, Serie2d.Type) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newSerie(String, Serie2d.Type) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newSerie(String, Serie2d.Type, Serie2d) - Method in class org.jzy3d.chart2d.SerieManager
 
NewtCameraKeyController - Class in org.jzy3d.chart.controllers.keyboard.camera
 
NewtCameraKeyController() - Constructor for class org.jzy3d.chart.controllers.keyboard.camera.NewtCameraKeyController
 
NewtCameraKeyController(Chart) - Constructor for class org.jzy3d.chart.controllers.keyboard.camera.NewtCameraKeyController
 
NewtCameraMouseController - Class in org.jzy3d.chart.controllers.mouse.camera
 
NewtCameraMouseController() - Constructor for class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
NewtCameraMouseController(Chart) - Constructor for class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
NewtChartComponentFactory - Class in org.jzy3d.chart.factories
Still using some AWT components
NewtChartComponentFactory() - Constructor for class org.jzy3d.chart.factories.NewtChartComponentFactory
 
newTexture(V) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.TextureGraph2d
 
NewtLightKeyController - Class in org.jzy3d.chart.controllers.keyboard.lights
 
NewtLightKeyController(Chart) - Constructor for class org.jzy3d.chart.controllers.keyboard.lights.NewtLightKeyController
 
NewtLightKeyController(Chart, int) - Constructor for class org.jzy3d.chart.controllers.keyboard.lights.NewtLightKeyController
 
NewtLightKeyController(Chart, Light) - Constructor for class org.jzy3d.chart.controllers.keyboard.lights.NewtLightKeyController
 
NewtMousePickingController<V,E> - Class in org.jzy3d.chart.controllers.mouse.picking
 
NewtMousePickingController() - Constructor for class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
NewtMousePickingController(Chart) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
NewtMousePickingController(Chart, int) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
NewtMousePickingController(Chart, int, int) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
NewtMousePickingPan2dController<V,E> - Class in org.jzy3d.chart.controllers.mouse.picking
 
NewtMousePickingPan2dController() - Constructor for class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
 
NewtMousePickingPan2dController(Chart) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
 
NewtMousePickingPan2dController(Chart, int) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
 
NewtMousePickingPan2dController(Chart, int, int) - Constructor for class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
 
NewtMouseUtilities - Class in org.jzy3d.chart.controllers.mouse
 
NewtMouseUtilities() - Constructor for class org.jzy3d.chart.controllers.mouse.NewtMouseUtilities
 
newTriangle() - Method in class org.jzy3d.plot3d.primitives.TesselatedPolygon
 
NewtScreenshotKeyController - Class in org.jzy3d.chart.controllers.keyboard.screenshot
Saves a screenshot in PNG format once key S is pressed.
NewtScreenshotKeyController(Chart, String) - Constructor for class org.jzy3d.chart.controllers.keyboard.screenshot.NewtScreenshotKeyController
 
NewtToAWTKeyListener - Class in org.jzy3d.bridge.newt.controllers.keyboard
 
NewtToAWTKeyListener(Window, KeyListener) - Constructor for class org.jzy3d.bridge.newt.controllers.keyboard.NewtToAWTKeyListener
 
NewtToAWTMouseListener - Class in org.jzy3d.bridge.newt.controllers.mouse
 
NewtToAWTMouseListener(Window, MouseListener) - Constructor for class org.jzy3d.bridge.newt.controllers.mouse.NewtToAWTMouseListener
 
newView() - Method in class org.jzy3d.chart.Chart
 
newView(ICanvas, Quality) - Method in class org.jzy3d.chart.ChartScene
 
newView(Scene, ICanvas, Quality) - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
The AWTView support Java2d defined components (tooltips, background images)
newView(Scene, ICanvas, Quality) - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newView(Scene, ICanvas, Quality) - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newView(Scene, ICanvas, Quality) - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
The AWTView support Java2d defined components (tooltips, background images)
newView(Scene, ICanvas, Quality) - Method in class org.jzy3d.chart2d.Chart2dComponentFactory
 
newView(ICanvas, Quality) - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Instantiate a View attached to the given Canvas, and return its reference.
newViewportLayout() - Method in class org.jzy3d.chart.factories.AWTChartComponentFactory
 
newViewportLayout() - Method in class org.jzy3d.chart.factories.ChartComponentFactory
 
newViewportLayout() - Method in interface org.jzy3d.chart.factories.IChartComponentFactory
 
newViewportLayout() - Method in class org.jzy3d.chart.factories.NewtChartComponentFactory
 
next() - Method in class org.jzy3d.maths.algorithms.convexhull.utils.Node
 
nextDisplayUpdateScreenshot() - Method in class org.jzy3d.plot3d.rendering.view.Renderer3d
 
Nicest - Static variable in class org.jzy3d.plot3d.rendering.canvas.Quality
Enables alpha, color interpolation and antialiasing on lines, points, and polygons.
nIndex_ - Variable in class org.jzy3d.io.obj.OBJFile
 
Node<T> - Class in org.jzy3d.maths.algorithms.convexhull.utils
Solmualkio.
Node(T, Node<T>) - Constructor for class org.jzy3d.maths.algorithms.convexhull.utils.Node
 
nodeDisplayed - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
nodeLabelDisplayed - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
nOffset_ - Variable in class org.jzy3d.io.obj.OBJFile
 
NON_CONTOUR - Static variable in class org.jzy3d.contour.AbstractContourGenerator
 
norm() - Method in class org.jzy3d.maths.Vector2d
Compute the norm of this vector.
norm() - Method in class org.jzy3d.maths.Vector3d
Compute the norm of this vector.
norm - Variable in class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
 
Normal - Class in org.jzy3d.maths
 
Normal() - Constructor for class org.jzy3d.maths.Normal
 
normalizeTo(float) - Method in class org.jzy3d.maths.Coord3d
 
normalOffset - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
normals_ - Variable in class org.jzy3d.io.obj.OBJFile
 
normx - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
normy - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
normz - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
north - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
northBg - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
NotImplementedException - Exception in org.jzy3d.plot3d.pipelines
 
NotImplementedException() - Constructor for exception org.jzy3d.plot3d.pipelines.NotImplementedException
 
nullifyChildrenTransforms() - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
When a drawable has a null transform, no transform is applied at draw(...).
num2dat(long) - Static method in class org.jzy3d.maths.Utils
 
num2str(char, double, int) - Static method in class org.jzy3d.maths.Utils
Convert a number into a string, with precision number of meaningfull digits.
num2str(char, double) - Static method in class org.jzy3d.maths.Utils
Same as Utils.num2str(char parseMode, double num, int precision) but does not query precision.
num2str(double, int) - Static method in class org.jzy3d.maths.Utils
 
num2str(double) - Static method in class org.jzy3d.maths.Utils
Convert a number into a string.
numP - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
NumPrimTypes - Static variable in class org.jzy3d.io.obj.OBJFile
 
nview - Variable in class org.jzy3d.chart.ChartScene
 

O

obj - Variable in class org.jzy3d.io.obj.OBJFileLoader
 
objectPicked(List<? extends Object>, PickingSupport) - Method in interface org.jzy3d.picking.IObjectPickedListener
 
OBJFile - Class in org.jzy3d.io.obj
Translated from C++ Version: nvModel.h - Model support class The nvModel class implements an interface for a multipurpose model object.
OBJFile() - Constructor for class org.jzy3d.io.obj.OBJFile
 
OBJFile.IdxSet - Class in org.jzy3d.io.obj
 
OBJFile.PrimType - Enum in org.jzy3d.io.obj
Enumeration of primitive types
OBJFileLoader - Class in org.jzy3d.io.obj
 
OBJFileLoader(String) - Constructor for class org.jzy3d.io.obj.OBJFileLoader
 
off - Variable in class org.jzy3d.colors.OrderingStrategyScoreColorMapper
 
OffscreenCanvas - Class in org.jzy3d.plot3d.rendering.canvas
An ICanvas implementation able to render the chart in an offscreen canvas, meaning no frame or GUI is needed to get a chart.
OffscreenCanvas(IChartComponentFactory, Scene, Quality, GLCapabilities, int, int) - Constructor for class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
OffscreenCanvas(IChartComponentFactory, Scene, Quality, GLCapabilities, int, int, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
OFFSET_CONSTANT - Static variable in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
OFFSET_CONSTANT - Static variable in class org.jzy3d.plot3d.text.drawable.TextImageRenderer
 
OldRingTesselator - Class in org.jzy3d.plot3d.builder.concrete
Deprecated.
OldRingTesselator() - Constructor for class org.jzy3d.plot3d.builder.concrete.OldRingTesselator
Deprecated.
 
open(IAnalysis) - Static method in class org.jzy3d.analysis.AnalysisLauncher
Opens a demo with mouse/key/thread controllers for viewpoint change.
open(IAnalysis, Rectangle) - Static method in class org.jzy3d.analysis.AnalysisLauncher
 
open(String, int, int) - Method in class org.jzy3d.chart.Chart
 
open(String, Rectangle) - Method in class org.jzy3d.chart.Chart
 
openChart(Chart) - Static method in class org.jzy3d.chart.ChartLauncher
 
openChart(Chart, Rectangle) - Static method in class org.jzy3d.chart.ChartLauncher
 
openChart(Chart, String) - Static method in class org.jzy3d.chart.ChartLauncher
 
openChart(Chart, Rectangle, String) - Static method in class org.jzy3d.chart.ChartLauncher
 
openChart(Chart, Rectangle, String, boolean) - Static method in class org.jzy3d.chart.ChartLauncher
 
openChart(Chart, Rectangle, String, boolean, boolean) - Static method in class org.jzy3d.chart.ChartLauncher
 
openEdges_ - Variable in class org.jzy3d.io.obj.OBJFile
 
openImagePanel(Image) - Static method in class org.jzy3d.chart.SwingChartLauncher
 
openImagePanel(Image, Rectangle) - Static method in class org.jzy3d.chart.SwingChartLauncher
 
openLightEditors(Chart) - Static method in class org.jzy3d.chart.SwingChartLauncher
 
openPanel(JPanel, Rectangle, String) - Static method in class org.jzy3d.chart.SwingChartLauncher
 
openStatic(IAnalysis) - Static method in class org.jzy3d.analysis.AnalysisLauncher
Opens an analysis without pluging mouse & key listeners
openStatic(IAnalysis, Rectangle) - Static method in class org.jzy3d.analysis.AnalysisLauncher
 
openStaticChart(Chart) - Static method in class org.jzy3d.chart.ChartLauncher
 
openStaticChart(Chart, Rectangle, String) - Static method in class org.jzy3d.chart.ChartLauncher
 
OrderingScoreColormapper - Class in org.jzy3d.colors
 
OrderingScoreColormapper() - Constructor for class org.jzy3d.colors.OrderingScoreColormapper
 
OrderingStrategyScoreColorMapper - Class in org.jzy3d.colors
A ColorMapper able to compute a coordinate color according to its score computed by the current Graph's AbstractOrderingStrategy.
OrderingStrategyScoreColorMapper(IColorMap, IColorMapperUpdatePolicy, Graph, Color) - Constructor for class org.jzy3d.colors.OrderingStrategyScoreColorMapper
 
org.jzy3d.analysis - package org.jzy3d.analysis
 
org.jzy3d.bridge - package org.jzy3d.bridge
 
org.jzy3d.bridge.awt - package org.jzy3d.bridge.awt
 
org.jzy3d.bridge.newt.controllers - package org.jzy3d.bridge.newt.controllers
 
org.jzy3d.bridge.newt.controllers.keyboard - package org.jzy3d.bridge.newt.controllers.keyboard
 
org.jzy3d.bridge.newt.controllers.mouse - package org.jzy3d.bridge.newt.controllers.mouse
 
org.jzy3d.bridge.swing - package org.jzy3d.bridge.swing
 
org.jzy3d.chart - package org.jzy3d.chart
 
org.jzy3d.chart.controllers - package org.jzy3d.chart.controllers
 
org.jzy3d.chart.controllers.camera - package org.jzy3d.chart.controllers.camera
 
org.jzy3d.chart.controllers.keyboard.camera - package org.jzy3d.chart.controllers.keyboard.camera
 
org.jzy3d.chart.controllers.keyboard.lights - package org.jzy3d.chart.controllers.keyboard.lights
 
org.jzy3d.chart.controllers.keyboard.screenshot - package org.jzy3d.chart.controllers.keyboard.screenshot
 
org.jzy3d.chart.controllers.mouse - package org.jzy3d.chart.controllers.mouse
 
org.jzy3d.chart.controllers.mouse.camera - package org.jzy3d.chart.controllers.mouse.camera
 
org.jzy3d.chart.controllers.mouse.picking - package org.jzy3d.chart.controllers.mouse.picking
 
org.jzy3d.chart.controllers.mouse.selection - package org.jzy3d.chart.controllers.mouse.selection
 
org.jzy3d.chart.controllers.targets - package org.jzy3d.chart.controllers.targets
 
org.jzy3d.chart.controllers.thread.camera - package org.jzy3d.chart.controllers.thread.camera
 
org.jzy3d.chart.factories - package org.jzy3d.chart.factories
 
org.jzy3d.chart.graphs - package org.jzy3d.chart.graphs
 
org.jzy3d.chart2d - package org.jzy3d.chart2d
 
org.jzy3d.colors - package org.jzy3d.colors
The Color package provide tools for mapping colors on graphical objects in two and three dimensions
org.jzy3d.colors.colormaps - package org.jzy3d.colors.colormaps
 
org.jzy3d.contour - package org.jzy3d.contour
 
org.jzy3d.events - package org.jzy3d.events
 
org.jzy3d.io - package org.jzy3d.io
 
org.jzy3d.io.matlab - package org.jzy3d.io.matlab
 
org.jzy3d.io.obj - package org.jzy3d.io.obj
 
org.jzy3d.maths - package org.jzy3d.maths
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
org.jzy3d.maths.algorithms - package org.jzy3d.maths.algorithms
 
org.jzy3d.maths.algorithms.convexhull - package org.jzy3d.maths.algorithms.convexhull
 
org.jzy3d.maths.algorithms.convexhull.algorithms - package org.jzy3d.maths.algorithms.convexhull.algorithms
 
org.jzy3d.maths.algorithms.convexhull.utils - package org.jzy3d.maths.algorithms.convexhull.utils
 
org.jzy3d.maths.algorithms.interpolation - package org.jzy3d.maths.algorithms.interpolation
 
org.jzy3d.maths.algorithms.interpolation.algorithms - package org.jzy3d.maths.algorithms.interpolation.algorithms
 
org.jzy3d.maths.graphs - package org.jzy3d.maths.graphs
 
org.jzy3d.maths.parameq - package org.jzy3d.maths.parameq
 
org.jzy3d.picking - package org.jzy3d.picking
 
org.jzy3d.plot2d.primitive - package org.jzy3d.plot2d.primitive
 
org.jzy3d.plot2d.primitives - package org.jzy3d.plot2d.primitives
 
org.jzy3d.plot2d.rendering - package org.jzy3d.plot2d.rendering
 
org.jzy3d.plot3d.builder - package org.jzy3d.plot3d.builder
 
org.jzy3d.plot3d.builder.concrete - package org.jzy3d.plot3d.builder.concrete
 
org.jzy3d.plot3d.builder.delaunay - package org.jzy3d.plot3d.builder.delaunay
 
org.jzy3d.plot3d.pipelines - package org.jzy3d.plot3d.pipelines
Provides the Plot3dException and a tool for reading and printing OpenGL errors
org.jzy3d.plot3d.primitives - package org.jzy3d.plot3d.primitives
 
org.jzy3d.plot3d.primitives.axes - package org.jzy3d.plot3d.primitives.axes
 
org.jzy3d.plot3d.primitives.axes.layout - package org.jzy3d.plot3d.primitives.axes.layout
 
org.jzy3d.plot3d.primitives.axes.layout.providers - package org.jzy3d.plot3d.primitives.axes.layout.providers
 
org.jzy3d.plot3d.primitives.axes.layout.renderers - package org.jzy3d.plot3d.primitives.axes.layout.renderers
 
org.jzy3d.plot3d.primitives.contour - package org.jzy3d.plot3d.primitives.contour
 
org.jzy3d.plot3d.primitives.enlightables - package org.jzy3d.plot3d.primitives.enlightables
 
org.jzy3d.plot3d.primitives.graphs - package org.jzy3d.plot3d.primitives.graphs
 
org.jzy3d.plot3d.primitives.graphs.impl - package org.jzy3d.plot3d.primitives.graphs.impl
 
org.jzy3d.plot3d.primitives.graphs.layout - package org.jzy3d.plot3d.primitives.graphs.layout
 
org.jzy3d.plot3d.primitives.interactive.tools - package org.jzy3d.plot3d.primitives.interactive.tools
 
org.jzy3d.plot3d.primitives.log - package org.jzy3d.plot3d.primitives.log
 
org.jzy3d.plot3d.primitives.parameq - package org.jzy3d.plot3d.primitives.parameq
 
org.jzy3d.plot3d.primitives.pickable - package org.jzy3d.plot3d.primitives.pickable
 
org.jzy3d.plot3d.primitives.selectable - package org.jzy3d.plot3d.primitives.selectable
 
org.jzy3d.plot3d.primitives.textured - package org.jzy3d.plot3d.primitives.textured
 
org.jzy3d.plot3d.primitives.vbo.buffers - package org.jzy3d.plot3d.primitives.vbo.buffers
 
org.jzy3d.plot3d.primitives.vbo.builders - package org.jzy3d.plot3d.primitives.vbo.builders
 
org.jzy3d.plot3d.primitives.vbo.drawable - package org.jzy3d.plot3d.primitives.vbo.drawable
 
org.jzy3d.plot3d.rendering.canvas - package org.jzy3d.plot3d.rendering.canvas
 
org.jzy3d.plot3d.rendering.compat - package org.jzy3d.plot3d.rendering.compat
 
org.jzy3d.plot3d.rendering.image - package org.jzy3d.plot3d.rendering.image
 
org.jzy3d.plot3d.rendering.legends - package org.jzy3d.plot3d.rendering.legends
 
org.jzy3d.plot3d.rendering.legends.colorbars - package org.jzy3d.plot3d.rendering.legends.colorbars
 
org.jzy3d.plot3d.rendering.lights - package org.jzy3d.plot3d.rendering.lights
 
org.jzy3d.plot3d.rendering.ordering - package org.jzy3d.plot3d.rendering.ordering
 
org.jzy3d.plot3d.rendering.scene - package org.jzy3d.plot3d.rendering.scene
 
org.jzy3d.plot3d.rendering.textures - package org.jzy3d.plot3d.rendering.textures
 
org.jzy3d.plot3d.rendering.tooltips - package org.jzy3d.plot3d.rendering.tooltips
 
org.jzy3d.plot3d.rendering.view - package org.jzy3d.plot3d.rendering.view
Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas.
org.jzy3d.plot3d.rendering.view.annotation - package org.jzy3d.plot3d.rendering.view.annotation
 
org.jzy3d.plot3d.rendering.view.controllers - package org.jzy3d.plot3d.rendering.view.controllers
 
org.jzy3d.plot3d.rendering.view.layout - package org.jzy3d.plot3d.rendering.view.layout
 
org.jzy3d.plot3d.rendering.view.modes - package org.jzy3d.plot3d.rendering.view.modes
 
org.jzy3d.plot3d.text - package org.jzy3d.plot3d.text
 
org.jzy3d.plot3d.text.align - package org.jzy3d.plot3d.text.align
 
org.jzy3d.plot3d.text.drawable - package org.jzy3d.plot3d.text.drawable
 
org.jzy3d.plot3d.text.drawable.cells - package org.jzy3d.plot3d.text.drawable.cells
 
org.jzy3d.plot3d.text.overlay - package org.jzy3d.plot3d.text.overlay
 
org.jzy3d.plot3d.text.renderers - package org.jzy3d.plot3d.text.renderers
 
org.jzy3d.plot3d.text.renderers.jogl - package org.jzy3d.plot3d.text.renderers.jogl
 
org.jzy3d.plot3d.transform - package org.jzy3d.plot3d.transform
Provides management of OpenGL ModelView Matrix for objects transformations.
org.jzy3d.plot3d.transform.space - package org.jzy3d.plot3d.transform.space
 
org.jzy3d.ui - package org.jzy3d.ui
 
org.jzy3d.ui.editors - package org.jzy3d.ui.editors
 
org.jzy3d.ui.views - package org.jzy3d.ui.views
 
org.jzy3d.utils - package org.jzy3d.utils
 
orientation - Variable in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
ORIGIN - Static variable in class org.jzy3d.maths.Coord2d
The origin is a Coord2d having value 0 for each dimension.
ORIGIN - Static variable in class org.jzy3d.maths.Coord3d
The origin is a Coord3d having value 0 for each dimension.
OrthonormalGrid - Class in org.jzy3d.plot3d.builder.concrete
 
OrthonormalGrid(Range, int) - Constructor for class org.jzy3d.plot3d.builder.concrete.OrthonormalGrid
 
OrthonormalGrid(Range, int, Range, int) - Constructor for class org.jzy3d.plot3d.builder.concrete.OrthonormalGrid
 
OrthonormalTessellator - Class in org.jzy3d.plot3d.builder.concrete
The OrthonormalTessellator checks that coordinates are lying on an orthormal grid, and is able to provide a AbstractComposite made of Polygons built according to this grid On this model, one input coordinate is represented by one Polygon, for which each point is a mean point between two grid ticks: ^ ^ | | - + + + - + + + | | *---* - + o + >> - + | o | + | | *---* - + + + - + + + | | |---|---|---|--> |---|---|---|--> In this figure, the representation of a coordinate ("o" on the left) is a polygon made of mean points ("*" on the right) that require the existence of four surrounding points (the "o" and the three "+")
OrthonormalTessellator() - Constructor for class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
OrthonormalTessellatorLog - Class in org.jzy3d.plot3d.builder.concrete
 
OrthonormalTessellatorLog(SpaceTransformer) - Constructor for class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellatorLog
 
out - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
OutlierRemover - Class in org.jzy3d.maths.algorithms
 
OutlierRemover() - Constructor for class org.jzy3d.maths.algorithms.OutlierRemover
 
outputFile - Variable in class org.jzy3d.chart.controllers.keyboard.screenshot.AbstractScreenshotKeyController
 
overlay - Variable in class org.jzy3d.plot3d.rendering.view.AWTView
 
OverlayUtils - Class in org.jzy3d.plot3d.rendering.view
Helps understanding how overlay is actually performed by JOGL2.
OverlayUtils() - Constructor for class org.jzy3d.plot3d.rendering.view.OverlayUtils
 

P

p - Variable in class org.jzy3d.plot3d.builder.SingleParameterMapper
 
paint(Graphics) - Method in class org.jzy3d.bridge.awt.DoubleBufferedPanelAWT
 
paint(Graphics) - Method in class org.jzy3d.bridge.awt.SimpleBufferedPanelAWT
 
paint(Graphics) - Method in class org.jzy3d.plot3d.rendering.legends.FpsInfoRenderer
 
paint(Graphics) - Method in class org.jzy3d.plot3d.rendering.view.annotation.CameraEyeOverlayAnnotation
 
paint(Graphics) - Method in interface org.jzy3d.plot3d.rendering.view.Renderer2d
 
paint(Graphics) - Method in class org.jzy3d.plot3d.text.overlay.TextOverlay
 
paintComponent(Graphics) - Method in class org.jzy3d.bridge.swing.DoubleBufferedPanelSwing
 
paintComponent(Graphics) - Method in class org.jzy3d.bridge.swing.SimpleBufferedPanelSwing
 
paintComponent(Graphics) - Method in class org.jzy3d.ui.views.ImagePanel
 
Pair<X,Y> - Class in org.jzy3d.maths
Class Pair.
Pair(X, Y) - Constructor for class org.jzy3d.maths.Pair
Construct a Pair(a, b)
pan(Coord3d, Coord3d) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
pan(Coord3d, Coord3d) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
 
PAN_FACTOR - Static variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
PAN_FACTOR - Static variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
 
Parallelepiped - Class in org.jzy3d.plot3d.primitives
A Parallelepiped is a parallelepiped rectangle that is Drawable and Wireframeable.
Parallelepiped() - Constructor for class org.jzy3d.plot3d.primitives.Parallelepiped
Initialize a parallelepiped.
Parallelepiped(BoundingBox3d) - Constructor for class org.jzy3d.plot3d.primitives.Parallelepiped
Initialize a parallelepiped.
ParallelepipedComposite - Class in org.jzy3d.plot3d.primitives
A composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.
ParallelepipedComposite() - Constructor for class org.jzy3d.plot3d.primitives.ParallelepipedComposite
Initialize a parallelepiped.
ParallelepipedComposite(ParallelepipedComposite.PolygonType) - Constructor for class org.jzy3d.plot3d.primitives.ParallelepipedComposite
 
ParallelepipedComposite(BoundingBox3d) - Constructor for class org.jzy3d.plot3d.primitives.ParallelepipedComposite
Initialize a parallelepiped.
ParallelepipedComposite(BoundingBox3d, ParallelepipedComposite.PolygonType) - Constructor for class org.jzy3d.plot3d.primitives.ParallelepipedComposite
 
ParallelepipedComposite.PolygonType - Enum in org.jzy3d.plot3d.primitives
 
ParametricAbcd - Class in org.jzy3d.maths.parameq
 
ParametricAbcd(double, double, double, double, double, double) - Constructor for class org.jzy3d.maths.parameq.ParametricAbcd
 
ParametricCircle - Class in org.jzy3d.maths.parameq
 
ParametricCircle() - Constructor for class org.jzy3d.maths.parameq.ParametricCircle
 
ParametricDrawable - Class in org.jzy3d.plot3d.primitives.parameq
 
ParametricDrawable() - Constructor for class org.jzy3d.plot3d.primitives.parameq.ParametricDrawable
 
ParametricDrawable(ParametricEquation, double, double, int, Color) - Constructor for class org.jzy3d.plot3d.primitives.parameq.ParametricDrawable
 
ParametricDrawable2 - Class in org.jzy3d.plot3d.primitives.parameq
 
ParametricDrawable2() - Constructor for class org.jzy3d.plot3d.primitives.parameq.ParametricDrawable2
 
ParametricDrawable2(ParametricEquation2, double, double, int, double, double, int, Color) - Constructor for class org.jzy3d.plot3d.primitives.parameq.ParametricDrawable2
 
ParametricEquation - Class in org.jzy3d.maths.parameq
 
ParametricEquation() - Constructor for class org.jzy3d.maths.parameq.ParametricEquation
 
ParametricEquation2 - Class in org.jzy3d.maths.parameq
 
ParametricEquation2() - Constructor for class org.jzy3d.maths.parameq.ParametricEquation2
 
ParametricHelix - Class in org.jzy3d.maths.parameq
 
ParametricHelix(double, double) - Constructor for class org.jzy3d.maths.parameq.ParametricHelix
 
ParametricTorus - Class in org.jzy3d.maths.parameq
 
ParametricTorus(double, double) - Constructor for class org.jzy3d.maths.parameq.ParametricTorus
 
PATCH - Static variable in class org.jzy3d.utils.Version
 
pauseAnimator() - Method in class org.jzy3d.chart.Chart
 
perf - Variable in class org.jzy3d.picking.PickingSupport
 
perform() - Method in interface org.jzy3d.plot3d.rendering.tooltips.IAction
 
PI_div2 - Static variable in class org.jzy3d.plot3d.rendering.view.View
 
pick(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
pick(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
Pickable - Interface in org.jzy3d.plot3d.primitives.pickable
 
PickablePoint - Class in org.jzy3d.plot3d.primitives.pickable
 
PickablePoint() - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickablePoint
 
PickablePoint(Coord3d, Color, float) - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickablePoint
 
PickablePoint(Coord3d, Color) - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickablePoint
 
PickablePoint(Coord3d) - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickablePoint
 
PickablePolygon - Class in org.jzy3d.plot3d.primitives.pickable
 
PickablePolygon() - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickablePolygon
 
pickables - Variable in class org.jzy3d.picking.PickingSupport
 
PickableSphere - Class in org.jzy3d.plot3d.primitives.pickable
 
PickableSphere() - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickableSphere
 
PickableSphere(Coord3d, float, int, Color) - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickableSphere
 
pickableTargets - Variable in class org.jzy3d.picking.PickingSupport
 
PickableTexture - Class in org.jzy3d.plot3d.primitives.pickable
 
PickableTexture(SharedTexture, PlaneAxis, float, List<Coord2d>, Color) - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
PickableTexture(SharedTexture, PlaneAxis, float, List<Coord2d>) - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
PickableTexture(SharedTexture, PlaneAxis, float) - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
PickableTexture(SharedTexture, PlaneAxis, float, Color) - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
PickableTexture(SharedTexture, PlaneAxis) - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
PickableTexture(SharedTexture) - Constructor for class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
pickId - Static variable in class org.jzy3d.picking.PickingSupport
 
picking - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
picking - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
PickingSupport - Class in org.jzy3d.picking
 
PickingSupport() - Constructor for class org.jzy3d.picking.PickingSupport
 
PickingSupport(int) - Constructor for class org.jzy3d.picking.PickingSupport
 
PickingSupport(int, int) - Constructor for class org.jzy3d.picking.PickingSupport
 
pickObjects(GL, GLU, View, Graph, IntegerCoord2d) - Method in class org.jzy3d.picking.PickingSupport
 
pid - Variable in class org.jzy3d.plot3d.primitives.pickable.PickablePolygon
 
pid - Variable in class org.jzy3d.plot3d.primitives.pickable.PickableSphere
 
pIndex_ - Variable in class org.jzy3d.io.obj.OBJFile
 
PitchTickProvider - Class in org.jzy3d.plot3d.primitives.axes.layout.providers
A tick provider for musical notation.
PitchTickProvider() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.providers.PitchTickProvider
 
PitchTickProvider(int) - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.providers.PitchTickProvider
 
PitchTickRenderer - Class in org.jzy3d.plot3d.primitives.axes.layout.renderers
Renders ticks to display a note name instead of frequency value.
PitchTickRenderer() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.PitchTickRenderer
 
PIXEL_NEIGHBOUR_THRESHOLD - Static variable in class org.jzy3d.contour.MapperContourMeshGenerator
 
PIXEL_NEIGHBOUR_THRESHOLD - Static variable in class org.jzy3d.contour.MapperContourPictureGenerator
 
PlaneAxis - Enum in org.jzy3d.maths
 
planePosition - Variable in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
pOffset_ - Variable in class org.jzy3d.io.obj.OBJFile
 
Point - Class in org.jzy3d.plot3d.primitives
A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.
Point() - Constructor for class org.jzy3d.plot3d.primitives.Point
Intialize a point at the origin, with a white color and a width of 1.
Point(Coord3d) - Constructor for class org.jzy3d.plot3d.primitives.Point
Intialize a point with a white color and a width of 1.
Point(Coord3d, Color) - Constructor for class org.jzy3d.plot3d.primitives.Point
Intialize a point with a width of 1.
Point(Coord3d, Color, float) - Constructor for class org.jzy3d.plot3d.primitives.Point
 
Point2D - Class in org.jzy3d.maths
 
Point2D(int, int) - Constructor for class org.jzy3d.maths.Point2D
 
pointColorSelf(GL, Point) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
pointColorWire(GL, Point) - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
 
pointer - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
PointGraph2d<V,E> - Class in org.jzy3d.plot3d.primitives.graphs.impl
 
PointGraph2d() - Constructor for class org.jzy3d.plot3d.primitives.graphs.impl.PointGraph2d
 
pointList - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
PointOrderingStrategy - Class in org.jzy3d.plot3d.rendering.ordering
 
PointOrderingStrategy() - Constructor for class org.jzy3d.plot3d.rendering.ordering.PointOrderingStrategy
 
points - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
points - Variable in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
points - Variable in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
points - Variable in class org.jzy3d.plot3d.primitives.LineStrip
 
points - Variable in class org.jzy3d.plot3d.primitives.ScatterPoint
 
polar() - Method in class org.jzy3d.maths.Coord2d
Converts the current Coord2d into polar coordinates and return the result in a new Coord2d.
polar() - Method in class org.jzy3d.maths.Coord3d
Converts the current Coord3d into polar coordinates and return the result in a new Coord3d.
policy - Variable in class org.jzy3d.colors.OrderingStrategyScoreColorMapper
 
policy - Variable in class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
Polygon - Class in org.jzy3d.plot3d.primitives
Supports additional settings
Polygon() - Constructor for class org.jzy3d.plot3d.primitives.Polygon
Initializes an empty Polygon with face status defaulting to true, and wireframe status defaulting to false.
Polygon2d - Class in org.jzy3d.maths
 
Polygon2d() - Constructor for class org.jzy3d.maths.Polygon2d
 
Polygon2d(Collection<? extends Coord2d>) - Constructor for class org.jzy3d.maths.Polygon2d
 
Polygon2d(int) - Constructor for class org.jzy3d.maths.Polygon2d
 
PolygonArray - Class in org.jzy3d.maths
 
PolygonArray(float[], float[], float[]) - Constructor for class org.jzy3d.maths.PolygonArray
 
polygonMode - Variable in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
polygonOffseFillEnable(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
polygonOffseFillEnable(GL) - Method in class org.jzy3d.plot3d.primitives.axes.AxeXRectangleAnnotation
 
polygonOffsetFillDisable(GL) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
polygonOffsetFillDisable(GL) - Method in class org.jzy3d.plot3d.primitives.axes.AxeXRectangleAnnotation
 
polygonOffsetFillEnable - Variable in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
PolygonProjection - Class in org.jzy3d.plot3d.primitives.interactive.tools
 
PolygonProjection(List<Coord3d>, List<Color>) - Constructor for class org.jzy3d.plot3d.primitives.interactive.tools.PolygonProjection
 
position - Variable in class org.jzy3d.plot3d.primitives.Sphere
 
position - Variable in class org.jzy3d.plot3d.rendering.lights.Light
 
position - Variable in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
positionControl - Variable in class org.jzy3d.ui.editors.LightEditor
 
positions_ - Variable in class org.jzy3d.io.obj.OBJFile
 
positionZero - Variable in class org.jzy3d.plot3d.rendering.lights.Light
 
posSize_ - Variable in class org.jzy3d.io.obj.OBJFile
 
postDraw(Object) - Method in class org.jzy3d.colors.ColorMapper
 
PRECISION - Static variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
precision - Variable in class org.jzy3d.plot3d.primitives.axes.layout.renderers.DefaultDecimalTickRenderer
 
precision - Variable in class org.jzy3d.plot3d.primitives.axes.layout.renderers.FixedDecimalTickRenderer
 
precision - Variable in class org.jzy3d.plot3d.primitives.axes.layout.renderers.ScientificNotationTickRenderer
 
PRECISION - Variable in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
preDraw(Object) - Method in class org.jzy3d.colors.ColorMapper
A hook method to implement to prepare colormapper for the current draw call.
preDraw(Object) - Method in class org.jzy3d.colors.OrderingStrategyScoreColorMapper
 
preload(List<String>) - Static method in class org.jzy3d.plot3d.rendering.textures.TextureFactory
 
preload(String) - Static method in class org.jzy3d.plot3d.rendering.textures.TextureFactory
 
prepare() - Method in class org.jzy3d.maths.RotationMatrix
 
preserveViewportSize - Variable in class org.jzy3d.plot3d.rendering.canvas.Quality
 
previousViewPointFree - Variable in class org.jzy3d.chart.Chart
 
previousViewPointProfile - Variable in class org.jzy3d.chart.Chart
 
previousViewPointTop - Variable in class org.jzy3d.chart.Chart
 
prevMouse - Variable in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
prevMouse - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
prevMouse - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
prevMouse - Variable in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
prevMouse3d - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
prevMouse3d - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
print(Coord3d[]) - Static method in class org.jzy3d.maths.Array
 
print(double[]) - Static method in class org.jzy3d.maths.Array
 
print(float[]) - Static method in class org.jzy3d.maths.Array
 
print(byte[]) - Static method in class org.jzy3d.maths.Array
 
print(int[]) - Static method in class org.jzy3d.maths.Array
 
print(char[]) - Static method in class org.jzy3d.maths.Array
 
print(double[][]) - Static method in class org.jzy3d.maths.Array
 
print(float[][]) - Static method in class org.jzy3d.maths.Array
 
print(int[][]) - Static method in class org.jzy3d.maths.Array
 
print3DcolorVertex(int, int, float[]) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Print out parameters of a gl call in 3dColor mode.
print3DcolorVertex(int, int, float[]) - Method in class org.jzy3d.plot3d.primitives.axes.FeedbackBufferAxeBox
Print out parameters of a gl call in 3dColor mode.
printGraphicParameters(Graphics2D) - Static method in class org.jzy3d.plot2d.rendering.JavaGraphics
 
printHiddenQuads() - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Print out display status of quads.
printHiddenQuads() - Method in class org.jzy3d.plot3d.primitives.axes.FeedbackBufferAxeBox
Print out display status of quads.
process - Variable in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
 
processHits(int, int[]) - Method in class org.jzy3d.picking.PickingSupport
Provides the number of picked object by a click.
processRelativeZValue(double, double, double) - Method in class org.jzy3d.colors.colormaps.AbstractColorMap
 
processSelection(Scene, View, int, int) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
processSelection(Scene, View, int, int) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTScatterMouseSelector
Make projection and match points belonging to selection.
processSelection(Scene, View, int, int) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTSphereMouseSelector
Make projection and match points belonging to selection.
project(Chart) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
project(GL, GLU, Camera, Graph) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
project(GL, GLU, Camera, List<AbstractDrawable>) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
project(GL, GLU, Camera, AbstractComposite) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
project(GL, GLU, Camera, ArrayList<AbstractDrawable>) - Static method in class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
project(GL, GLU, Camera) - Method in interface org.jzy3d.plot3d.primitives.selectable.Selectable
 
project(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
project(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
project(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
project(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
project(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Update all interactive AbstractDrawable projections
project() - Method in class org.jzy3d.plot3d.rendering.view.View
 
projection - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTSphereMouseSelector
 
projection - Variable in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
projection - Variable in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
ProjectionComparator - Class in org.jzy3d.plot3d.primitives.interactive.tools
 
ProjectionComparator() - Constructor for class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionComparator
 
projectionStat(PolygonArray[][]) - Method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
 
ProjectionUtils - Class in org.jzy3d.plot3d.primitives.interactive.tools
 
ProjectionUtils() - Constructor for class org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
 
projectMouse(int, int) - Method in class org.jzy3d.plot3d.rendering.view.View
 
provider - Variable in class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
 
provider - Variable in class org.jzy3d.plot3d.rendering.legends.colorbars.AWTColorbarLegend
 
putBar(FloatVBO, int, float, float, float, Color) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
putColor(FloatVBO, Color) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
putColor(FloatBuffer, Color) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
putCoord(FloatVBO, Coord3d) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
putCoord(FloatBuffer, Coord3d) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
putPoint(FloatVBO, int, Color, Coord3d) - Method in class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 

Q

Quad - Class in org.jzy3d.plot3d.primitives
A Quad extends a Polygon in order to provide a specific draw() method that relies on a dedicated GL2 call (GL_QUADS), and to ensure the number of points is never greater than 4.
Quad() - Constructor for class org.jzy3d.plot3d.primitives.Quad
Initializes an empty Quad with face status defaulting to true, and wireframe status defaulting to false.
quadColor - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
quadIsHidden - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
quads - Variable in class org.jzy3d.plot3d.primitives.ParallelepipedComposite
 
quads - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
quadx - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
quady - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
quadz - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
quality - Variable in class org.jzy3d.chart.Chart
 
quality - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
Quality - Class in org.jzy3d.plot3d.rendering.canvas
Provides a structure for setting the rendering quality, i.e., the tradeoff between computation speed, and graphic quality.
Quality(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.canvas.Quality
Initialize a Quality configuration for a View.
quality - Variable in class org.jzy3d.plot3d.rendering.view.View
 
quantile(double[], double[], boolean) - Static method in class org.jzy3d.maths.Statistics
Computes the quantiles of an array of doubles.
quantile(double[], double[]) - Static method in class org.jzy3d.maths.Statistics
A convenient shortcut for: quantile(values, levels, true);
quantizeMatrix(double[][], double[]) - Method in class org.jzy3d.contour.AbstractContourGenerator
Force the input matrix to have the minimum bigger value of the user provided sortedLevels list
quantizeMatrix(double[][], double, double, int) - Method in class org.jzy3d.contour.AbstractContourGenerator
Force the input matrix to have values rounded to one of the N steps in the range [min;max].
queryLazyLightInit() - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
QuickSort - Class in org.jzy3d.maths.algorithms.convexhull.utils
Pikalajittelu
QuickSort() - Constructor for class org.jzy3d.maths.algorithms.convexhull.utils.QuickSort
 

R

r - Variable in class org.jzy3d.colors.Color
 
R - Variable in class org.jzy3d.maths.parameq.ParametricTorus
 
r - Variable in class org.jzy3d.maths.parameq.ParametricTorus
 
RadialComparator - Class in org.jzy3d.maths.algorithms.convexhull.algorithms
 
RadialComparator(Coord2d) - Constructor for class org.jzy3d.maths.algorithms.convexhull.algorithms.RadialComparator
 
radius - Variable in class org.jzy3d.plot3d.primitives.Cylinder
 
radius - Variable in class org.jzy3d.plot3d.primitives.Sphere
 
radius - Variable in class org.jzy3d.plot3d.rendering.view.Camera
 
radius2d(Point) - Method in class org.jzy3d.plot3d.builder.concrete.OldRingTesselator
Deprecated.
 
radius2d(Point) - Method in class org.jzy3d.plot3d.builder.concrete.RingTessellator
 
random() - Static method in class org.jzy3d.colors.Color
 
Range - Class in org.jzy3d.maths
For some naming relevance, a simple extention of Scale.
Range(float, float) - Constructor for class org.jzy3d.maths.Range
 
ranges - Variable in class org.jzy3d.maths.Histogram
 
ranges() - Method in class org.jzy3d.maths.Histogram
 
ratio() - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
computes width/height
ratioHeight - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
ratioWidth - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
rawToc() - Method in class org.jzy3d.maths.TicToc
 
read(String) - Static method in class org.jzy3d.io.FileReader
 
read(String) - Static method in class org.jzy3d.io.SimpleFile
 
readAsString(String) - Static method in class org.jzy3d.io.SimpleFile
 
readAsString(String, String) - Static method in class org.jzy3d.io.SimpleFile
 
readFile(File) - Static method in class org.jzy3d.io.SimpleFile
 
readNLines(String) - Static method in class org.jzy3d.io.FileDataset
 
rebuildTexture() - Method in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
recompile() - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
Force the object to be rebuilt and stored as a display list at the next call to draw().
Rectangle - Class in org.jzy3d.maths
Replacement for java.awt.Rectangle
Rectangle(int, int, int, int) - Constructor for class org.jzy3d.maths.Rectangle
 
Rectangle(int, int) - Constructor for class org.jzy3d.maths.Rectangle
 
Rectangle(Dimension) - Constructor for class org.jzy3d.maths.Rectangle
 
Rectangle(Point) - Constructor for class org.jzy3d.maths.Rectangle
 
Rectangle(Point, Dimension) - Constructor for class org.jzy3d.maths.Rectangle
 
RED - Static variable in class org.jzy3d.colors.Color
Red color.
register(Chart) - Method in class org.jzy3d.chart.controllers.AbstractController
 
register(Chart) - Method in class org.jzy3d.chart.controllers.keyboard.camera.AWTCameraKeyController
 
register(Chart) - Method in class org.jzy3d.chart.controllers.keyboard.camera.NewtCameraKeyController
 
register(Chart) - Method in class org.jzy3d.chart.controllers.keyboard.screenshot.AbstractScreenshotKeyController
 
register(Chart) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
register(Chart) - Method in class org.jzy3d.chart.controllers.mouse.camera.NewtCameraMouseController
 
register(Chart) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
register(Chart) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
register(Chart) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
register(double, String) - Method in class org.jzy3d.plot3d.primitives.axes.layout.renderers.TickLabelMap
 
registerColorControl(ColorEditor, Color) - Method in class org.jzy3d.ui.editors.LightEditor
 
registerColorControl(ColorEditor, Color) - Method in class org.jzy3d.ui.editors.MaterialEditor
 
registerCoord3dControl(Coord3dEditor, Coord3d) - Method in class org.jzy3d.ui.editors.LightEditor
 
registerDrawableObject(AbstractDrawable, Object) - Method in class org.jzy3d.picking.PickingSupport
 
registerPickableObject(Pickable, Object) - Method in class org.jzy3d.picking.PickingSupport
 
RegularTickProvider - Class in org.jzy3d.plot3d.primitives.axes.layout.providers
 
RegularTickProvider() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.providers.RegularTickProvider
 
RegularTickProvider(int) - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.providers.RegularTickProvider
 
releaseCam() - Method in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
releaseCurrentName(GL) - Method in class org.jzy3d.picking.PickingSupport
 
releaseSelection(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
remap() - Method in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
remap() - Method in class org.jzy3d.plot3d.builder.IncreaseParamRemapTask
 
remap(AbstractComposite) - Method in class org.jzy3d.plot3d.builder.Mapper
Update the shape by remapping its polygon points' z coordinate according to f(x,y)
remapDrawable(AbstractDrawable) - Method in class org.jzy3d.plot3d.builder.Mapper
 
remapPolygon(Polygon) - Method in class org.jzy3d.plot3d.builder.Mapper
 
remove(AbstractDrawable) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Remove a Drawable from this composite.
remove(AbstractDrawable) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
Remove a Drawable from this composite.
remove(Light) - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
remove(AbstractDrawable, boolean) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Delete a Drawable from the SceneGraph and update all views' viewpoint in order to target the center of the scene.
remove(AbstractDrawable) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
 
remove(AbstractDrawable, boolean) - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Remove a drawable from the scene and refresh on demand.
remove(AbstractDrawable) - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Remove a drawable from the scene.
remove(Light) - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Remove a drawable from the scene.
removeController(AbstractCameraController) - Method in class org.jzy3d.chart.Chart
 
removeControllerEventListener(ControllerEventListener) - Method in class org.jzy3d.chart.controllers.AbstractController
 
removeControllerEventListener(ControllerEventListener) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
removeDrawable(AbstractDrawable) - Method in class org.jzy3d.chart.Chart
 
removeDrawable(AbstractDrawable, boolean) - Method in class org.jzy3d.chart.Chart
 
removeDrawableListener(IDrawableListener) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
removeKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
removeKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
removeKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
removeKeyController(Object) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
A generic interface for key listener to remain Windowing toolkit independant. * Implementation of this method should simply cast the input assuming it will correspond to canvas-compatible key listener.
removeKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
removeKeyController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
removeKeyListener(KeyListener) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
removeMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
removeMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
removeMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
removeMouseController(Object) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
A generic interface for key listener to remain Windowing toolkit independant. * Implementation of this method should simply cast the input assuming it will correspond to canvas-compatible key listener.
removeMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
removeMouseController(Object) - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
removeMouseListener(MouseListener) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
removeObjectPickedListener(IObjectPickedListener) - Method in class org.jzy3d.picking.PickingSupport
 
removeRenderer(Renderer2d) - Method in class org.jzy3d.chart.AWTChart
 
removeRenderer(Renderer2d) - Method in class org.jzy3d.chart.SwingChart
 
removeRenderer2d(Renderer2d) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
removeSlaveThreadController() - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
removeSlaveThreadController() - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
removeTarget(View) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
removeViewLifecycleChangedListener(IViewLifecycleEventListener) - Method in class org.jzy3d.plot3d.rendering.view.View
 
removeViewOnTopEventListener(IViewIsVerticalEventListener) - Method in class org.jzy3d.plot3d.rendering.view.View
 
removeViewPointChangedListener(IViewPointChangedListener) - Method in class org.jzy3d.plot3d.rendering.view.View
 
render() - Method in class org.jzy3d.chart.Chart
Trigger a chart rendering.
render(GL, GLU) - Method in class org.jzy3d.chart.ChartView
Set the camera held by this view, and draw the scene graph.
render(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.legends.colorbars.AWTColorbarLegend
 
render(GL, GLU) - Method in interface org.jzy3d.plot3d.rendering.legends.colorbars.IColorbarLegend
 
render(Graphics2D) - Method in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
render(Graphics2D) - Method in class org.jzy3d.plot3d.rendering.tooltips.InteractiveTooltip
 
render(Graphics2D) - Method in interface org.jzy3d.plot3d.rendering.tooltips.ITooltipRenderer
 
render(Graphics2D) - Method in class org.jzy3d.plot3d.rendering.tooltips.TextTooltipRenderer
 
render(Graphics2D, Tooltip) - Method in class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
render(Graphics2D, Tooltip, int) - Method in class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
render(Graphics2D, int, int, Coord3d) - Method in class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
render(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.view.AWTImageViewport
 
render(GL, GLU) - Method in interface org.jzy3d.plot3d.rendering.view.IImageViewport
Renders the picture into the window, according to the viewport settings.
render(GL, GLU, Chart) - Method in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
render(GL, GLU, Chart) - Method in interface org.jzy3d.plot3d.rendering.view.layout.IViewportLayout
 
render(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.view.SelectableView
If chart is rendered for the first time, or rendered because it, was resized, we need to update a projection for the CellSelector.
render(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.view.View
 
renderAnnotations(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.view.View
 
renderAxeBox(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
renderAxeBox(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.view.View
 
renderBackground(GL, GLU, float, float) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
renderBackground(GL, GLU, ViewportConfiguration) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
renderBackground(GL, GLU, float, float) - Method in class org.jzy3d.plot3d.rendering.view.View
To be implemented (see AWTView)
renderBackground(GL, GLU, ViewportConfiguration) - Method in class org.jzy3d.plot3d.rendering.view.View
To be implemented (see AWTView)
renderer - Variable in class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
 
renderer - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
renderer - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
renderer - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
renderer - Variable in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
renderer - Variable in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
renderer - Variable in class org.jzy3d.plot3d.rendering.legends.colorbars.AWTColorbarLegend
 
renderer - Variable in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
renderer - Variable in class org.jzy3d.plot3d.text.renderers.jogl.JOGLTextRenderer
 
Renderer2d - Interface in org.jzy3d.plot3d.rendering.view
 
Renderer3d - Class in org.jzy3d.plot3d.rendering.view
The Renderer3d object is a GLEventListener, that makes openGL calls necessary to initialize and render a Scene for an ICanvas.
Renderer3d(View) - Constructor for class org.jzy3d.plot3d.rendering.view.Renderer3d
Initialize a Renderer attached to the given View.
Renderer3d() - Constructor for class org.jzy3d.plot3d.rendering.view.Renderer3d
 
Renderer3d(View, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.view.Renderer3d
Initialize a Renderer attached to the given View, and activate GL trace and errors to console.
Renderer3d(View, boolean, boolean, GLU) - Constructor for class org.jzy3d.plot3d.rendering.view.Renderer3d
 
renderers - Variable in class org.jzy3d.plot3d.rendering.view.AWTView
 
renderImage(GL, ByteBuffer, int, int, int, int) - Static method in class org.jzy3d.plot3d.rendering.view.ImageRenderer
 
renderImage(GL, ByteBuffer, int, int, int, int, float) - Static method in class org.jzy3d.plot3d.rendering.view.ImageRenderer
 
renderLegends(GL, GLU, Chart) - Method in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
renderLegends(GL, GLU, float, float, List<ILegend>, ICanvas) - Method in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
Renders the legend within the screen slice given by the left and right parameters.
renderOverlay(GL, ViewportConfiguration) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
Renders all provided Tooltips and Renderer2ds on top of the scene.
renderOverlay(GL) - Method in class org.jzy3d.plot3d.rendering.view.View
 
renderOverlay(GL, ViewportConfiguration) - Method in class org.jzy3d.plot3d.rendering.view.View
 
renderScene(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.view.View
 
renderScene(GL, GLU, float, float) - Method in class org.jzy3d.plot3d.rendering.view.View
 
renderScene(GL, GLU, ViewportConfiguration) - Method in class org.jzy3d.plot3d.rendering.view.View
 
renderSceneGraph(GL, GLU, boolean) - Method in class org.jzy3d.plot3d.rendering.view.CroppingView
 
renderSceneGraph(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.view.View
 
renderSceneGraph(GL, GLU, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
renderSubScreenGrid(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
Renders a grid on the defined sub screen.
renderX - Variable in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
renderX - Variable in class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
renderY - Variable in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
renderY - Variable in class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
renderZ - Variable in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
renderZ - Variable in class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
representationDisplayed - Variable in class org.jzy3d.plot3d.rendering.lights.Light
 
representationRadius - Variable in class org.jzy3d.plot3d.rendering.lights.Light
 
reset() - Method in class org.jzy3d.maths.BoundingBox2d
Initialize the bounding box with Float.MAX_VALUE as minimum value, and -Float.MAX_VALUE as maximum value for each dimension.
reset() - Method in class org.jzy3d.maths.BoundingBox3d
Initialize the bounding box with Float.MAX_VALUE as minimum value, and -Float.MAX_VALUE as maximum value for each dimension.
reset(GL) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
resetFilter() - Method in interface org.jzy3d.plot3d.primitives.Croppable
 
resetFilter() - Method in class org.jzy3d.plot3d.primitives.CroppableLineStrip
 
resetHighlighting() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
resetHighlighting() - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
reshape(GLAutoDrawable, int, int, int, int) - Method in class org.jzy3d.plot3d.rendering.view.Renderer3d
Called when the GLAutoDrawable is resized.
resolution - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.BernsteinPolynomial
 
resolution - Variable in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
resource - Variable in class org.jzy3d.plot3d.primitives.graphs.impl.TextureGraph2d
 
resource - Variable in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
resumeAnimator() - Method in class org.jzy3d.chart.Chart
 
reverse - Variable in class org.jzy3d.plot3d.transform.TranslateDrawable
 
rgb - Variable in class org.jzy3d.plot3d.primitives.LightPoint
 
rgb - Variable in class org.jzy3d.plot3d.primitives.Point
 
rgb - Variable in class org.jzy3d.plot3d.primitives.Scatter
 
RingExtrapolator - Class in org.jzy3d.plot3d.builder.concrete
 
RingExtrapolator(float, ColorMapper, Color) - Constructor for class org.jzy3d.plot3d.builder.concrete.RingExtrapolator
 
RingGrid - Class in org.jzy3d.plot3d.builder.concrete
 
RingGrid(float, int) - Constructor for class org.jzy3d.plot3d.builder.concrete.RingGrid
 
RingGrid(float, int, int) - Constructor for class org.jzy3d.plot3d.builder.concrete.RingGrid
 
ringMax - Variable in class org.jzy3d.plot3d.builder.concrete.RingExtrapolator
 
ringMax - Variable in class org.jzy3d.plot3d.builder.concrete.RingTessellator
 
ringMin - Variable in class org.jzy3d.plot3d.builder.concrete.RingTessellator
 
RingTessellator - Class in org.jzy3d.plot3d.builder.concrete
 
RingTessellator(float, float, ColorMapper, Color) - Constructor for class org.jzy3d.plot3d.builder.concrete.RingTessellator
 
rng - Static variable in class org.jzy3d.colors.Color
 
RobustDeterminant - Class in org.jzy3d.maths.algorithms.convexhull.algorithms
 
RobustDeterminant() - Constructor for class org.jzy3d.maths.algorithms.convexhull.algorithms.RobustDeterminant
 
rollOver(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
rotate(Coord2d) - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
rotate(Coord2d, boolean) - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
rotate(float, Coord3d) - Method in class org.jzy3d.maths.Coord3d
Applies a rotation represented by the AxisAngle notation using the Rodrigues' rotation formula.
rotate(Coord3d) - Method in class org.jzy3d.maths.RotationMatrix
 
rotate(Coord2d) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
rotate(Coord2d) - Method in class org.jzy3d.plot3d.rendering.view.View
GENERAL DISPLAY CONTROLS
rotate(Coord2d, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
Rotate - Class in org.jzy3d.plot3d.transform
Rotate is a Transformer that stores the angle and rotate values required to perform the effective OpenGL rotation in the ModelView matrix.
Rotate(float, Coord3d) - Constructor for class org.jzy3d.plot3d.transform.Rotate
Initialize a Rotation.
Rotate(double, Coord3d) - Constructor for class org.jzy3d.plot3d.transform.Rotate
 
rotate - Variable in class org.jzy3d.plot3d.transform.Rotator
 
RotatedTextBitmapRenderer() - Constructor for class org.jzy3d.chart2d.AxeBox2d.RotatedTextBitmapRenderer
 
rotateOf(GL, double, int) - Method in class org.jzy3d.chart2d.AxeBox2d.RotatedTextBitmapRenderer
 
rotateSelf(Coord3d) - Method in class org.jzy3d.maths.RotationMatrix
glRotate produces a rotation of angle degrees around the vector (x,y,z).
rotateText(GL, Coord3d) - Method in class org.jzy3d.chart2d.AxeBox2d.RotatedTextBitmapRenderer
 
RotationMatrix - Class in org.jzy3d.maths
 
RotationMatrix(float, Coord3d) - Constructor for class org.jzy3d.maths.RotationMatrix
 
RotationMatrix(float, float, float, float) - Constructor for class org.jzy3d.maths.RotationMatrix
 
rotator(boolean) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
Returns a Rotator that can let the VBO turn around Z axis centered at X=0,Y=0.
rotator() - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
Rotator - Class in org.jzy3d.plot3d.transform
 
Rotator(int, Rotate) - Constructor for class org.jzy3d.plot3d.transform.Rotator
 
run() - Method in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
Run the animation.
run() - Method in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
running - Variable in class org.jzy3d.plot3d.transform.Rotator
 

S

s - Variable in class org.jzy3d.maths.RotationMatrix
 
saveImage(String) - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
savePNG(Image, String) - Static method in class org.jzy3d.io.FileImage
 
scale(Coord3d) - Method in class org.jzy3d.maths.BoundingBox2d
Return a copy of the current bounding box after scaling.
scale(Coord3d) - Method in class org.jzy3d.maths.BoundingBox3d
Return a copy of the current bounding box after scaling.
Scale - Class in org.jzy3d.maths
 
Scale(float, float) - Constructor for class org.jzy3d.maths.Scale
 
Scale(double, double) - Constructor for class org.jzy3d.maths.Scale
 
scale - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
scale - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
Scale - Class in org.jzy3d.plot3d.transform
Scale is a Transformer that stores the scaling factor required to perform the effective OpenGL2 scaling in the ModelView Matrix.
Scale(Coord3d) - Constructor for class org.jzy3d.plot3d.transform.Scale
Initialize a Scale.
scaleChanged(ScaleChangedEvent) - Method in interface org.jzy3d.events.IScaleChangedListener
 
ScaleChangedEvent - Class in org.jzy3d.events
 
ScaleChangedEvent(Object, Scale, int) - Constructor for class org.jzy3d.events.ScaleChangedEvent
 
ScaleChangedEvent(Object, Scale) - Constructor for class org.jzy3d.events.ScaleChangedEvent
 
ScaleFinder - Class in org.jzy3d.maths.algorithms
 
ScaleFinder() - Constructor for class org.jzy3d.maths.algorithms.ScaleFinder
 
scaling - Variable in class org.jzy3d.plot3d.rendering.view.View
 
scatter - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTScatterMouseSelector
 
scatter - Variable in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
scatter - Variable in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
Scatter - Class in org.jzy3d.plot3d.primitives
Experimental 3d object.
Scatter() - Constructor for class org.jzy3d.plot3d.primitives.Scatter
 
Scatter(Coord3d[]) - Constructor for class org.jzy3d.plot3d.primitives.Scatter
 
Scatter(Coord3d[], Color) - Constructor for class org.jzy3d.plot3d.primitives.Scatter
 
Scatter(Coord3d[], Color, float) - Constructor for class org.jzy3d.plot3d.primitives.Scatter
 
Scatter(Coord3d[], Color[]) - Constructor for class org.jzy3d.plot3d.primitives.Scatter
 
Scatter(Coord3d[], Color[], float) - Constructor for class org.jzy3d.plot3d.primitives.Scatter
 
ScatterMultiColor - Class in org.jzy3d.plot3d.primitives
A scatter plot supporting a colormap for shading each dot color and alpha.
ScatterMultiColor(Coord3d[], Color[], ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
ScatterMultiColor(Coord3d[], ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
ScatterMultiColor(Coord3d[], Color[], ColorMapper, float) - Constructor for class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
ScatterMultiColorList - Class in org.jzy3d.plot3d.primitives
A scatter plot supporting a List as input.
ScatterMultiColorList(ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
ScatterMultiColorList(List<Coord3d>, ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
ScatterMultiColorList(List<Coord3d>, ColorMapper, float) - Constructor for class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
ScatterPoint - Class in org.jzy3d.plot3d.primitives
Experimental 3d object.
ScatterPoint() - Constructor for class org.jzy3d.plot3d.primitives.ScatterPoint
 
ScatterPoint(List<LightPoint>, float) - Constructor for class org.jzy3d.plot3d.primitives.ScatterPoint
 
ScatterPointSerie2d - Class in org.jzy3d.plot2d.primitives
 
ScatterPointSerie2d(String) - Constructor for class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
ScatterSerie2d - Class in org.jzy3d.plot2d.primitives
 
ScatterSerie2d(String) - Constructor for class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
ScatterVBO - Class in org.jzy3d.plot3d.primitives.vbo.drawable
 
ScatterVBO(IGLLoader<DrawableVBO>) - Constructor for class org.jzy3d.plot3d.primitives.vbo.drawable.ScatterVBO
 
scene - Variable in class org.jzy3d.chart.Chart
 
scene - Variable in class org.jzy3d.plot3d.rendering.scene.Graph
 
Scene - Class in org.jzy3d.plot3d.rendering.scene
A Scene holds a Graph to be rendered by a list Views.
Scene() - Constructor for class org.jzy3d.plot3d.rendering.scene.Scene
 
Scene(boolean) - Constructor for class org.jzy3d.plot3d.rendering.scene.Scene
 
Scene(boolean, IChartComponentFactory) - Constructor for class org.jzy3d.plot3d.rendering.scene.Scene
 
scene - Variable in class org.jzy3d.plot3d.rendering.view.View
 
sceneGraph - Variable in class org.jzy3d.colors.OrderingStrategyScoreColorMapper
 
sceneOffset - Variable in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
sceneViewPort - Variable in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
ScientificNotationTickRenderer - Class in org.jzy3d.plot3d.primitives.axes.layout.renderers
Formats 1000 to '1.0e3'
ScientificNotationTickRenderer() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.ScientificNotationTickRenderer
 
ScientificNotationTickRenderer(int) - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.ScientificNotationTickRenderer
 
score(AbstractDrawable) - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
Returns a score for ranking this drawable among other drawables of the scenegraph.
score(Coord3d) - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
score(AbstractDrawable) - Method in class org.jzy3d.plot3d.rendering.ordering.BarycentreOrderingStrategy
 
score(Coord3d) - Method in class org.jzy3d.plot3d.rendering.ordering.BarycentreOrderingStrategy
 
score(AbstractDrawable) - Method in class org.jzy3d.plot3d.rendering.ordering.DefaultOrderingStrategy
 
score(Coord3d) - Method in class org.jzy3d.plot3d.rendering.ordering.DefaultOrderingStrategy
 
screenBottom - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
screenGridDisplayed - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
screenHeight - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
screenLeft - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
screenLocation - Variable in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
screenLocation - Variable in class org.jzy3d.plot3d.rendering.tooltips.InteractiveTooltip
 
screenLocation - Variable in class org.jzy3d.plot3d.rendering.tooltips.TextTooltipRenderer
 
screenSeparator - Variable in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
screenshot() - Method in class org.jzy3d.chart.Chart
 
screenshot(File) - Method in class org.jzy3d.chart.Chart
Compute screenshot and save to file
screenshot(Chart, String) - Static method in class org.jzy3d.chart.ChartLauncher
 
screenshot(Chart, String) - Method in class org.jzy3d.chart.controllers.keyboard.screenshot.AbstractScreenshotKeyController
 
screenshot(Chart, String) - Method in interface org.jzy3d.chart.controllers.keyboard.screenshot.IScreenshotKeyController
 
screenshot(File) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
screenshot() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
screenshot() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
screenshot(File) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
screenshot(File) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
screenshot() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
screenshot() - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
Returns an image with the current renderer's size
screenshot(File) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
 
screenshot() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
screenshot(File) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
screenshot() - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
screenshot(File) - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
SCREENSHOT_FOLDER - Static variable in class org.jzy3d.chart.ChartLauncher
 
SCREENSHOT_FOLDER - Static variable in class org.jzy3d.chart.factories.ChartComponentFactory
 
screenSquaredDim - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
screenToModel(GL, GLU, Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Transform a 2d screen coordinate into a 3d coordinate.
screenWidth - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
screenXOffset - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
screenYOffset - Variable in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
Selectable - Interface in org.jzy3d.plot3d.primitives.selectable
An Selectable object is supposed to be able to compute its projection on the screen according to the Camera settings (viewport, viewpoint, etc).
SelectableScatter - Class in org.jzy3d.plot3d.primitives.selectable
A Scatter that supports an "highlighted status" to change selected point color
SelectableScatter(Coord3d[], Color[]) - Constructor for class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
SelectableSphere - Class in org.jzy3d.plot3d.primitives.selectable
 
SelectableSphere() - Constructor for class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
SelectableSphere(Coord3d, float, int, Color) - Constructor for class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
SelectableView - Class in org.jzy3d.plot3d.rendering.view
An handles 2d projection updates to ensure mouse is always computing intersection with objects in a relevant state.
SelectableView(IChartComponentFactory, Scene, ICanvas, Quality) - Constructor for class org.jzy3d.plot3d.rendering.view.SelectableView
 
selectionRenderer - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
selfMargin(float) - Method in class org.jzy3d.maths.BoundingBox3d
 
Serie2d - Interface in org.jzy3d.plot2d.primitives
 
Serie2d.Type - Enum in org.jzy3d.plot2d.primitives
 
SerieManager - Class in org.jzy3d.chart2d
 
SerieManager() - Constructor for class org.jzy3d.chart2d.SerieManager
 
series - Variable in class org.jzy3d.chart2d.Chart2d
 
series - Variable in class org.jzy3d.chart2d.SerieManager
 
set(Coord2d) - Method in class org.jzy3d.maths.Coord2d
 
set(float, float) - Method in class org.jzy3d.maths.Coord2d
 
set(Coord3d) - Method in class org.jzy3d.maths.Coord3d
 
set(float, float, float) - Method in class org.jzy3d.maths.Coord3d
 
setAll(GL, GLU, Camera, Transform) - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
setAlphaActivated(boolean) - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
setAlphaFactor(float) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
setAlphaFactor(float) - Method in interface org.jzy3d.plot3d.primitives.textured.ITranslucent
 
setAlphaFactor(float) - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
setAlphaFactor(float) - Method in class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
setAlphaFactor(float) - Method in class org.jzy3d.plot3d.primitives.textured.TranslucentQuad
 
setAmbiantColor(Color) - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
setAngle(float) - Method in class org.jzy3d.plot3d.transform.Rotate
 
setAnimated(boolean) - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
setAnnotations(List<AxeAnnotation>) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
setAnnotations(List<AxeAnnotation>) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
setAnnotations(List<AxeAnnotation>) - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
setAutoSwapBuffer(boolean) - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
setAxe(BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
setAxe(BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
setAxe(BoundingBox3d) - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
setAxe(IAxe) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setAxeBox(float, float, float, float, float, float) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Set the parameters and data of the AxeBox.
setAxeBox(float, float, float, float, float, float) - Method in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
setAxeBoxDisplayed(boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setAxeDisplayed(boolean) - Method in class org.jzy3d.chart.Chart
 
setBackground(Color) - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
setBackgroundColor(Color) - Method in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
setBackgroundColor(Color) - Method in interface org.jzy3d.plot2d.primitive.AWTImageGenerator
 
setBackgroundColor(Color) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setBackgroundImage(BufferedImage) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
Set a buffered image, or null to desactivate background image
setBorderColor(Color) - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
setBorderDisplayed(boolean) - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
setBoundingBoxColor(Color) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
setBoundingBoxDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
setBoundManual(BoundingBox3d) - Method in class org.jzy3d.plot3d.rendering.view.CroppingView
 
setBoundManual(BoundingBox3d) - Method in class org.jzy3d.plot3d.rendering.view.View
Set a manual bounding box and switch the bounding mode to {ViewBoundMode.MANUAL}, meaning that any call to View.updateBounds() will update view bounds to the current bounds.
setBoundMode(ViewBoundMode) - Method in class org.jzy3d.plot3d.rendering.view.View
Select between an automatic bounding (that allows fitting the entire scene graph), or a custom bounding.
setBounds(BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.vbo.buffers.FloatVBO
 
setBounds(BoundingBox3d) - Method in interface org.jzy3d.plot3d.primitives.vbo.buffers.VBO
 
setCamera(Camera) - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
setCameraMode(CameraMode) - Method in class org.jzy3d.plot3d.rendering.view.View
Set the projection of this view, either Camera.ORTHOGONAL or Camera.PERSPECTIVE.
setCanvasType(String) - Method in class org.jzy3d.analysis.AbstractAnalysis
 
setCanvasType(String) - Method in interface org.jzy3d.analysis.IAnalysis
Determine the canvas, "awt", "swing", "newt", "offscreen".
setCellRenderer(TextCellRenderer) - Method in class org.jzy3d.plot3d.text.drawable.cells.DrawableTextCell
 
setCharacterWidth(int) - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
setChart(Chart) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setColor(Color) - Method in interface org.jzy3d.colors.ISingleColorable
Set the color.
setColor(Color) - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
setColor(Color) - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
setColor(Color) - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
setColor(Color) - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.axes.AxeLineAnnotation
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.Disk
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.Point
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.Scatter
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.Sphere
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.Tube
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
setColor(Color) - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
setColorFilter(Color) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
setColorMapper(ColorMapper) - Method in interface org.jzy3d.colors.IMultiColorable
Set the colormapper that will be used by the Drawable, instead of using precomputed colors.
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
setColorMmapper(ColorMapper) - Method in class org.jzy3d.contour.DefaultContourColoringPolicy
 
setColors(Color[]) - Method in class org.jzy3d.plot3d.primitives.Scatter
 
setColors(Color[]) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
setContourImg(BufferedImage, Range, Range) - Method in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
setContourMesh(ContourMesh) - Method in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
setCoord(Coord3d) - Method in class org.jzy3d.plot3d.primitives.Point
 
setCount(int, int) - Method in class org.jzy3d.maths.Histogram
 
setCurrentName(GL, Pickable) - Method in class org.jzy3d.picking.PickingSupport
 
setCustomEventQueue() - Static method in class org.jzy3d.plot3d.pipelines.CustomEventQueue
 
setData(T) - Method in class org.jzy3d.maths.algorithms.convexhull.utils.Node
 
setData(float[], float[], float[][]) - Method in class org.jzy3d.maths.Grid
 
setData(int[], int[], int[][]) - Method in class org.jzy3d.maths.Grid
 
setData(float[], float[], float[]) - Method in class org.jzy3d.maths.GridLoader
Deprecated.
Set the array of data.
setData(float[], float[], float[]) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
Set the array of data.
setData(Coord3d, float, float, int, int, Color) - Method in class org.jzy3d.plot3d.primitives.Cylinder
 
setData(Coord3d, float, float, int, int) - Method in class org.jzy3d.plot3d.primitives.Disk
 
setData(Coord3d, float, float, Color) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableBar
 
setData(Coord3d, float, float, int, int) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
 
setData(Coord3d, float, float, int, int) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
Set the sphere data.
setData(float[], float[], float) - Method in class org.jzy3d.plot3d.primitives.FlatLine2d
 
setData(Coord3d, float, float, Color) - Method in class org.jzy3d.plot3d.primitives.HistogramBar
 
setData(BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
Set the parallelepiped data.
setData(BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.ParallelepipedComposite
Set the parallelepiped data.
setData(Coord3d) - Method in class org.jzy3d.plot3d.primitives.Point
Set the coordinates of the point.
setData(Coord3d[]) - Method in class org.jzy3d.plot3d.primitives.Scatter
Set the coordinates of the point.
setData(Coord3d[]) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
Set the coordinates of the point.
setData(List<Coord3d>) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
Set the coordinates of the point.
setData(Coord3d[]) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
Set the coordinates of the point.
setData(Coord3d, float, float, int, int) - Method in class org.jzy3d.plot3d.primitives.Sphere
Set the sphere data.
setData(Coord3d, float, float, float, int, int) - Method in class org.jzy3d.plot3d.primitives.Tube
Set the Tube data.
setData(GL, FloatVBO) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
To be called by the VBOBuilder
setData(GL, IntBuffer, FloatBuffer, BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
setData(GL2, IntBuffer, FloatBuffer, BoundingBox3d, int) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
setDepthActivated(boolean) - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
setDetailedToString(boolean) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
When to true, the AbstractComposite.toString() method will give the detail of each element of this composite object in a tree like layout.
setDetailedToString(boolean) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
When to true, the CompileableComposite.toString() method will give the detail of each element of this composite object in a tree like layout.
setDiffuseColor(Color) - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
setDirection(boolean) - Method in class org.jzy3d.colors.colormaps.AbstractColorMap
 
setDirection(boolean) - Method in interface org.jzy3d.colors.colormaps.IColorMap
Indicates if the colormap use the standard or reverted color direction
setDisableDepthBufferWhenAlpha(boolean) - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
setDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
setDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
Set to true or false the displayed status of this object.
setDrawable(AbstractDrawable) - Method in class org.jzy3d.plot3d.transform.TranslateDrawable
 
setEdgeColor(Color) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setEdgeColor(Color) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setEdgeLabelColor(Color) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setEdgeLabelColor(Color) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setEdgesDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setEdgesDisplayed(boolean) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setEdgeWidth(int) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setEdgeWidth(int) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setEnabled(boolean) - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
setExperimentalTextOverlayRenderer(ICanvas) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBoxWithTxtRenderer
Initialize a text renderer that will reference the target canvas for getting its dimensions (in order to convert coordinates from OpenGL2 to Java2d).
setEye(Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Set the eye's position.
setFaceDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
setFaceDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.AbstractWireframeable
Set the face display status to on or off.
setFaceDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setFaceDisplayed(boolean) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setFaceDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
setFaceDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
setFactory(IChartComponentFactory) - Method in class org.jzy3d.analysis.AbstractAnalysis
 
setFactory(IChartComponentFactory) - Method in interface org.jzy3d.analysis.IAnalysis
 
setFileLogger(String) - Static method in class org.jzy3d.utils.LoggerUtils
 
setFont(Font) - Method in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
setFont(Font) - Method in interface org.jzy3d.plot2d.primitive.AWTImageGenerator
 
setForeground(Color) - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
setForegroundColor(Color) - Method in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
setForegroundColor(Color) - Method in interface org.jzy3d.plot2d.primitive.AWTImageGenerator
 
setGeneratorColors() - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
setGeometry(int) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
Set geometry, use: GL.GL_TRIANGLES (default) ...
setGl(GL) - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
setGlu(GLU) - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
setGraph(Graph) - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Attach a scene graph to this scene.
setGraphFormatter(IGraphFormatter<V, E>) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
setGraphFormatter(IGraphFormatter<V, E>) - Method in interface org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
 
setGraphLayout(IGraphLayout2d<V>) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
setGraphLayout(IGraphLayout2d<V>) - Method in interface org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
 
setGraphModel(IGraph<V, E>, PickingSupport) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
setGraphModel(IGraph<V, E>) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
setGraphModel(IGraph<V, E>) - Method in interface org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
 
setGraphModel(IGraph<V, E>, PickingSupport) - Method in interface org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
 
setGraphModel(IGraph<V, E>, PickingSupport) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.PointGraph2d
 
setGraphModel(IGraph<V, E>) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.PointGraph2d
 
setGraphModel(IGraph<V, E>, PickingSupport) - Method in class org.jzy3d.plot3d.primitives.graphs.impl.TextureGraph2d
 
setGridColor(Color) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setGridColor(Color) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setHalign(Halign) - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
setHardwareAccelerated(boolean) - Method in class org.jzy3d.chart.Settings
Modifies the acceleration status for all ICanvas.Canvas instantiations.
setHasBackground(boolean) - Method in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
setHasBackground(boolean) - Method in interface org.jzy3d.plot2d.primitive.AWTImageGenerator
 
setHasColorBuffer(boolean) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
setHeight(int) - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
setHighlightColor(Color) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
setHighlighted(int, boolean) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableScatter
 
setHighlighted(boolean) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
setHighlightedEdgeColor(Color) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setHighlightedEdgeColor(Color) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setHighlightedEdgeLabelColor(Color) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setHighlightedEdgeLabelColor(Color) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setHighlightedEdgeWidth(int) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setHighlightedEdgeWidth(int) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setHighlightedVertexColor(Color) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setHighlightedVertexColor(Color) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setHighlightedVertexLabelColor(Color) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setHighlightedVertexLabelColor(Color) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setHighlightedVertexWidth(int) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setHighlightedVertexWidth(int) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setHorizontalAlignement(Halign) - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
setImage(Image, int, int) - Method in class org.jzy3d.plot3d.rendering.view.AWTImageViewport
Set the Image that will be displayed by the layer.
setImage(Image, int, int, ByteBuffer) - Method in class org.jzy3d.plot3d.rendering.view.AWTImageViewport
 
setImage(Image) - Method in class org.jzy3d.plot3d.rendering.view.AWTImageViewport
 
setIndices(IntBuffer) - Method in class org.jzy3d.plot3d.primitives.vbo.buffers.FloatVBO
 
setIndices(IntBuffer) - Method in interface org.jzy3d.plot3d.primitives.vbo.buffers.VBO
 
setInfo(String) - Method in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
setInitBounds(BoundingBox3d) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setLabelSceneOffset(Coord3d) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
setLabelScreenOffset(Coord2d) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
setLayout(IViewportLayout) - Method in class org.jzy3d.chart.ChartView
 
setLegend(ILegend) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
setLegendDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
setLevelLabel(double, String) - Method in class org.jzy3d.plot3d.primitives.contour.ContourMesh
 
setLevelLine(double, LineStrip) - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevels
 
setLightSet(LightSet) - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Attach a light set to this scene.
setMainColor(Color) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setMainColor(Color) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setMapper(SingleParameterMapper) - Method in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
setMaterialAmbiantReflection(Color) - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
setMaterialDiffuseReflection(Color) - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
setMaterialEmission(Color) - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
setMaterialShininess(float) - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
setMaterialSpecularReflection(Color) - Method in class org.jzy3d.plot3d.primitives.enlightables.AbstractEnlightable
 
setMax(double) - Method in class org.jzy3d.colors.ColorMapper
 
setMax(double) - Method in interface org.jzy3d.colors.IColorMappable
Set the upper value boundary for a IColorMap.
setMax(double) - Method in class org.jzy3d.maths.GridLoader
Deprecated.
 
setMax(float) - Method in class org.jzy3d.maths.Scale
 
setMaximized(boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setMin(double) - Method in class org.jzy3d.colors.ColorMapper
 
setMin(double) - Method in interface org.jzy3d.colors.IColorMappable
Set the lower value boundary for a IColorMap.
setMin(double) - Method in class org.jzy3d.maths.GridLoader
Deprecated.
 
setMin(float) - Method in class org.jzy3d.maths.Scale
 
setMinimumDimension(Dimension) - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
setMinimumSize(Dimension) - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
setMinimumSize(Dimension) - Method in interface org.jzy3d.plot3d.rendering.legends.colorbars.IColorbarLegend
 
setMode(ViewportMode) - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
setModel(Histogram) - Method in class org.jzy3d.plot2d.primitives.Histogram2d
 
setName(String) - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
setNext(Node<T>) - Method in class org.jzy3d.maths.algorithms.convexhull.utils.Node
 
setOrigin(Coord2d) - Method in class org.jzy3d.maths.algorithms.convexhull.algorithms.RadialComparator
 
setParam(double) - Method in class org.jzy3d.plot3d.builder.SingleParameterMapper
 
setPickingId(int) - Method in interface org.jzy3d.plot3d.primitives.pickable.Pickable
 
setPickingId(int) - Method in class org.jzy3d.plot3d.primitives.pickable.PickablePoint
 
setPickingId(int) - Method in class org.jzy3d.plot3d.primitives.pickable.PickablePolygon
 
setPickingId(int) - Method in class org.jzy3d.plot3d.primitives.pickable.PickableSphere
 
setPickingId(int) - Method in class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
setPickingSupport(PickingSupport) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
setPickingSupport(PickingSupport) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
setPixelScale(float[]) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
setPixelScale(float[]) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
setPixelScale(float[]) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
setPixelScale(float[]) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
Defines pixel scale.
setPixelScale(float[]) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
setPixelScale(float[]) - Method in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
setPlanePosition(Coord2d) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
setPointList(List<Coord3d>) - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
setPoints(List<LightPoint>) - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
 
setPolygonMode(AbstractGeometry.PolygonMode) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
A null polygonMode imply no any call to gl.glPolygonMode(...) at rendering
setPolygonMode(AbstractGeometry.PolygonMode) - Method in class org.jzy3d.plot3d.primitives.ParallelepipedComposite
 
setPolygonOffsetFill(boolean) - Method in class org.jzy3d.plot3d.primitives.ParallelepipedComposite
 
setPolygonOffsetFillEnable(boolean) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
Enable offset fill, which let a polygon with a wireframe render cleanly without weird depth incertainty between face and border.
setPolygonOffsetFillEnable(AbstractComposite, boolean) - Static method in class org.jzy3d.plot3d.primitives.AbstractGeometry
A utility to change polygon offset fill status of a AbstractComposite containing AbstractGeometrys.
setPosition(Coord3d) - Method in class org.jzy3d.plot3d.primitives.Disk
 
setPosition(Coord3d) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
 
setPosition(Coord3d) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
Set the position of the Sphere and the dimensions of its boundingbox.
setPosition(Coord3d) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
setPosition(Coord3d) - Method in class org.jzy3d.plot3d.primitives.Sphere
Set the position of the Sphere and the dimensions of its boundingbox.
setPosition(Coord3d) - Method in class org.jzy3d.plot3d.primitives.Tube
Set the position of the Cylinder and the dimensions of its boundingbox.
setPosition(Coord3d) - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
setPosition(Coord3d) - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
setPreserveViewportSize(boolean) - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
setQuadColor(Color) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setQuadColor(Color) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setQuality(Quality) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
setRange(Range) - Method in class org.jzy3d.colors.ColorMapper
 
setRenderingDepth(float, float) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Manually set the rendering depth (near and far clipping planes).
setRenderingSphereRadius(float) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Set the radius of the sphere that will be contained into the rendered view.
setRepresentationDisplayed(boolean) - Method in class org.jzy3d.plot3d.rendering.lights.Light
Indicates if a square is drawn to show the light position.
setRepresentationRadius(float) - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
setResource(SharedTexture) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
setReverse(boolean) - Method in class org.jzy3d.plot3d.transform.TranslateDrawable
 
setRotate(Coord3d) - Method in class org.jzy3d.plot3d.transform.Rotate
 
setRotate(Rotate) - Method in class org.jzy3d.plot3d.transform.Rotator
 
setScale(Scale, boolean) - Method in class org.jzy3d.chart.Chart
 
setScale(Scale) - Method in class org.jzy3d.chart.Chart
 
setScale(Scale) - Method in class org.jzy3d.colors.ColorMapper
 
setScale(Coord3d) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
Set the scaling factor that are applied on this object before GL2 commands.
setScale(Coord3d) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
Set the scaling factor that are applyed on this object before GL2 commands.
setScale(Coord3d) - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
setScale(Scale) - Method in class org.jzy3d.plot3d.rendering.view.View
Z scale.
setScale(Scale, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
Z scale.
setScaleX(Scale) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setScaleX(Scale, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setScaleY(Scale) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setScaleY(Scale, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setScaleZ(Scale) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setScaleZ(Scale, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setScatter(ConcurrentScatterPoint) - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
setSceneOffset(Coord3d) - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
setScreenGridDisplayed(boolean) - Method in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
Set the status of the screen grid.
setShowPoints(boolean) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
setSlave(boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setSleep(int) - Method in class org.jzy3d.plot3d.transform.Rotator
 
setSlicing(int, int) - Method in class org.jzy3d.plot3d.primitives.Disk
 
setSlicing(int, int) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
 
setSlicing(int, int) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
Set the sphere slicing parameters, i.e. the subtlety of the circle estimation.
setSlicing(int, int) - Method in class org.jzy3d.plot3d.primitives.Sphere
Set the sphere slicing parameters, i.e. the subtlety of the circle estimation.
setSlicing(int, int) - Method in class org.jzy3d.plot3d.primitives.Tube
Set the cylinder slicing parameters, i.e. the subtlety of the circle estimation.
setSmoothColor(boolean) - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
setSmoothEdge(boolean) - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
setSmoothPoint(boolean) - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
setSmoothPolygon(boolean) - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
setSpaceTransformer(SpaceTransformer) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
setSpaceTransformer(SpaceTransformer) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
setSpaceTransformer(SpaceTransformer) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
setSpaceTransformer(SpaceTransformer) - Method in interface org.jzy3d.plot3d.primitives.axes.IAxe
 
setSpaceTransformer(SpaceTransformer) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setSpecularColor(Color) - Method in class org.jzy3d.plot3d.rendering.lights.Light
 
setSquared(boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setStep(float) - Method in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
 
setStrategy(AbstractOrderingStrategy) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Set the @Drawable ordering strategy.
setSurface(Shape) - Method in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
setTarget(Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Set the target point of the camera.
setTarget(Light) - Method in class org.jzy3d.ui.editors.LightEditor
 
setTarget(AbstractEnlightable) - Method in class org.jzy3d.ui.editors.MaterialEditor
 
setText(String) - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
setTextColor(Color) - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
setTextDisplayed(boolean) - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
setTextRenderer(ITextRenderer) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
setTextureScale(Transform) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
setTickLineDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setTickLineDisplayed(boolean) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setTightness(float) - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
Sets the tightness for future curve interpolation calls.
Settings - Class in org.jzy3d.chart
Settings is a singleton that holds general settings that configure Imaging classes instantiation.
setTooltip(ITooltipRenderer) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
setTooltips(List<ITooltipRenderer>) - Method in class org.jzy3d.plot3d.rendering.view.AWTView
 
setTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Delegate transforming iteratively to all Drawable of this composite and stores the given transform for keeping the ability of retrieving it.
setTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
Set object's transformation that is applied at the beginning of a call to AbstractDrawable.draw(GL,GLU,Camera).
setTransform(Transform) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
setTransform(Transform) - Method in interface org.jzy3d.plot3d.primitives.pickable.Pickable
 
setTransform(Transform) - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
setTransform(Transform) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Delegate transforming iteratively to all Drawable of this graph and stores the given transform for keeping the ability of retrieving it.
setTransformBefore(Transform) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
setTransformBefore(Transform) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
setup(Shape, Chart) - Static method in class org.jzy3d.colors.OrderingScoreColormapper
 
setUp(Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Set the top of the camera.
setUseSquaredDistance(boolean) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Defines what getDistance(...) will return, either: Squared distance (faster to compute since no Math.sqrt(...) at the end) Real distance Default value is set to true, meaning it use the faster squared distance.
setValign(Valign) - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
setValue(Coord2d) - Method in class org.jzy3d.plot3d.primitives.axes.AxeCrossAnnotation
 
setValue(float) - Method in class org.jzy3d.plot3d.primitives.axes.AxeXLineAnnotation
 
setValue(float) - Method in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
setVertexColor(Color) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setVertexColor(Color) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setVertexHighlighted(V, boolean) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
setVertexHighlighted(V, boolean) - Method in interface org.jzy3d.plot3d.primitives.graphs.IDrawableGraph2d
 
setVertexLabelColor(Color) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setVertexLabelColor(Color) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setVertexLabelHalign(Halign) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setVertexLabelHalign(Halign) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setVertexLabelsDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setVertexLabelsDisplayed(boolean) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setVertexLabelValign(Valign) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setVertexLabelValign(Valign) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setVertexPosition(V, Coord2d) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphLayout2d
 
setVertexPosition(V, Coord2d) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphLayout2d
 
setVertexWidth(int) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setVertexWidth(int) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setVertices(FloatBuffer) - Method in class org.jzy3d.plot3d.primitives.vbo.buffers.FloatVBO
 
setVertices(T) - Method in interface org.jzy3d.plot3d.primitives.vbo.buffers.VBO
 
setVerticesDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
setVerticesDisplayed(boolean) - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphFormatter
 
setView(View) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
When setting a current view, the AxeBox can know the view is on mode CameraMode.TOP, and optimize some axis placement.
setView(View) - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
setViewMode(ViewPositionMode) - Method in class org.jzy3d.chart.Chart
 
setViewPoint(Coord3d) - Method in class org.jzy3d.chart.Chart
 
setViewPoint(Coord3d, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
Set the viewpoint using polar coordinates relative to the target (i.e.
setViewPoint(Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.View
Set the viewpoint and query a view update.
setViewPort(int, int, float, float) - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
Defines viewport dimensions, and precompute an image if required (i.e. if the viewport dimension have changed
setViewPort(int, int) - Method in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
Set the view port (size of the renderer).
setViewPort(int, int, float, float) - Method in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
Set the view port (size of the renderer).
setViewPort(ViewportConfiguration) - Method in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
setViewPort(int, int) - Method in interface org.jzy3d.plot3d.rendering.view.IImageViewport
 
setViewPort(int, int, float, float) - Method in interface org.jzy3d.plot3d.rendering.view.IImageViewport
Set the view port (size of the renderer).
setViewPort(ViewportConfiguration) - Method in interface org.jzy3d.plot3d.rendering.view.IImageViewport
 
setViewportMode(ViewportMode) - Method in class org.jzy3d.plot3d.rendering.view.AbstractViewportManager
 
setViewportMode(ViewportMode) - Method in interface org.jzy3d.plot3d.rendering.view.IImageViewport
 
setViewPositionMode(ViewPositionMode) - Method in class org.jzy3d.plot3d.rendering.view.View
Set the ViewPositionMode applied to this view.
setVolume(float, float) - Method in class org.jzy3d.plot3d.primitives.Disk
 
setVolume(float, float) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
 
setVolume(float) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
Set the radius of the sphere, and the dimensions of its boundingbox.
setVolume(float) - Method in class org.jzy3d.plot3d.primitives.selectable.SelectableSphere
 
setVolume(float) - Method in class org.jzy3d.plot3d.primitives.Sphere
Set the radius of the sphere, and the dimensions of its boundingbox.
setVolume(float, float, float) - Method in class org.jzy3d.plot3d.primitives.Tube
Set the top and bottom radius of the cylinder, its height, and the dimensions of its boundingbox.
setWidth(int) - Method in class org.jzy3d.plot2d.primitives.LineSerie2d
 
setWidth(int) - Method in class org.jzy3d.plot2d.primitives.ScatterPointSerie2d
 
setWidth(int) - Method in class org.jzy3d.plot2d.primitives.ScatterSerie2d
 
setWidth(int) - Method in interface org.jzy3d.plot2d.primitives.Serie2d
 
setWidth(float) - Method in class org.jzy3d.plot3d.primitives.axes.AxeLineAnnotation
 
setWidth(float) - Method in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
setWidth(float) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
setWidth(float) - Method in class org.jzy3d.plot3d.primitives.Point
 
setWidth(float) - Method in class org.jzy3d.plot3d.primitives.Scatter
Set the width of the point.
setWidth(float) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
Set the width of the point.
setWidth(float) - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
Set the width of the point.
setWidth(float) - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
Set the width of the point.
setWidth(float) - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
setWidth(int) - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
setWireframeColor(Color) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
setWireframeColor(Color) - Method in class org.jzy3d.plot3d.primitives.AbstractWireframeable
Set the wireframe color.
setWireframeColor(Color) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
setWireframeColor(Color) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
setWireframeDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
setWireframeDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.AbstractWireframeable
Set the wireframe display status to on or off.
setWireframeDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
setWireframeDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
setWireframeWidth(float) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
setWireframeWidth(float) - Method in class org.jzy3d.plot3d.primitives.AbstractWireframeable
Set the wireframe width.
setWireframeWidth(float) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
setWireframeWidth(float) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
setX(int) - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
setX(SpaceTransform) - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
setXAxeLabel(String) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setXAxeLabel(String) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setXAxeLabelDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setXAxeLabelDisplayed(boolean) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setXmax(float) - Method in class org.jzy3d.maths.BoundingBox3d
 
setXmin(float) - Method in class org.jzy3d.maths.BoundingBox3d
 
setXTickColor(Color) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setXTickColor(Color) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setXTickLabelDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setXTickLabelDisplayed(boolean) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setXTickProvider(ITickProvider) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setXTickProvider(ITickProvider) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setXTickRenderer(ITickRenderer) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setXTickRenderer(ITickRenderer) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setY(int) - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
setY(SpaceTransform) - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
setYAxeLabel(String) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setYAxeLabel(String) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setYAxeLabelDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setYAxeLabelDisplayed(boolean) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setYmax(float) - Method in class org.jzy3d.maths.BoundingBox3d
 
setYmin(float) - Method in class org.jzy3d.maths.BoundingBox3d
 
setYTickColor(Color) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setYTickColor(Color) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setYTickLabelDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setYTickLabelDisplayed(boolean) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setYTickProvider(ITickProvider) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setYTickProvider(ITickProvider) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setYTickRenderer(ITickRenderer) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setYTickRenderer(ITickRenderer) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setZ(SpaceTransform) - Method in class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
setZAxeLabel(String) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setZAxeLabel(String) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setZAxeLabelDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setZAxeLabelDisplayed(boolean) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setZmax(float) - Method in class org.jzy3d.maths.BoundingBox3d
 
setZmin(float) - Method in class org.jzy3d.maths.BoundingBox3d
 
setZTickColor(Color) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setZTickColor(Color) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setZTickLabelDisplayed(boolean) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setZTickLabelDisplayed(boolean) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setZTickProvider(ITickProvider) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setZTickProvider(ITickProvider) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
setZTickRenderer(ITickRenderer) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setZTickRenderer(ITickRenderer) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
ShadowedTextStyle - Class in org.jzy3d.plot3d.text.renderers.jogl
 
ShadowedTextStyle(float, int, Color, Color) - Constructor for class org.jzy3d.plot3d.text.renderers.jogl.ShadowedTextStyle
 
Shape - Class in org.jzy3d.plot3d.primitives
Allows building custom shapes defined by an ArrayList of Polygons.
Shape() - Constructor for class org.jzy3d.plot3d.primitives.Shape
Initialize a Shape.
Shape(List<Polygon>) - Constructor for class org.jzy3d.plot3d.primitives.Shape
Initialize a Shape and set its polygons (and bounding box).
SharedTexture - Class in org.jzy3d.plot3d.rendering.textures
 
SharedTexture() - Constructor for class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
SharedTexture(String) - Constructor for class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
shift(float) - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
shift(float, boolean) - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
shift(Coord3d) - Method in class org.jzy3d.maths.BoundingBox3d
 
shift(float) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
shift(float) - Method in class org.jzy3d.plot3d.rendering.view.View
 
shift(float, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
shoot(GL, GLU, CameraMode) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Sets the projection and the mapping of the 3d model to 2d screen.
shoot(GL, GLU, CameraMode, boolean) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
shoot() - Method in class org.jzy3d.plot3d.rendering.view.View
Current view selection into the mother Scene, and call to target canvas rendering.
show(Rectangle, String) - Method in class org.jzy3d.chart.Chart
Alias for display()
show(GL, Transform, Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
showLayout(AWTView) - Method in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
showPoints - Variable in class org.jzy3d.plot3d.primitives.LineStrip
 
side(Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Return true if the given point is on the left of the vector eye->target.
signOfDet2x2(double, double, double, double) - Static method in class org.jzy3d.maths.algorithms.convexhull.algorithms.RobustDeterminant
 
SimpleBufferedPanelAWT - Class in org.jzy3d.bridge.awt
 
SimpleBufferedPanelAWT() - Constructor for class org.jzy3d.bridge.awt.SimpleBufferedPanelAWT
 
SimpleBufferedPanelSwing - Class in org.jzy3d.bridge.swing
 
SimpleBufferedPanelSwing() - Constructor for class org.jzy3d.bridge.swing.SimpleBufferedPanelSwing
 
SimpleCsv - Class in org.jzy3d.io
 
SimpleCsv() - Constructor for class org.jzy3d.io.SimpleCsv
 
SimpleDir - Class in org.jzy3d.io
 
SimpleDir() - Constructor for class org.jzy3d.io.SimpleDir
 
SimpleFile - Class in org.jzy3d.io
 
SimpleFile() - Constructor for class org.jzy3d.io.SimpleFile
 
SimplePolygon - Class in org.jzy3d.plot3d.primitives
A SimplePolygon makes the simplest possible GL rendering with especially no: gl.glPolygonMode(GL2.GL_FRONT_AND_BACK, GL2.GL_FILL); gl.glEnable(GL2.GL_POLYGON_OFFSET_FILL);
SimplePolygon() - Constructor for class org.jzy3d.plot3d.primitives.SimplePolygon
 
sin() - Method in class org.jzy3d.maths.Angle2d
Computes the sinus of the angle, by creating a fourth point on an orthogonal direction.
sin() - Method in class org.jzy3d.maths.Angle3d
Computes the sinus of the angle, by creating a fourth point on an orthogonal direction.
SingleParameterMapper - Class in org.jzy3d.plot3d.builder
A base implementation for a Mapper with a single parameter used while applying f(x,y).
SingleParameterMapper(double) - Constructor for class org.jzy3d.plot3d.builder.SingleParameterMapper
 
size() - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Return the number of Drawable stored by this composite.
size() - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
size() - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
Return the number of Drawable stored by this composite.
size() - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
Indicates the number of points in this Polygon.
size() - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
size - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
SIZE_BYTE - Static variable in class org.jzy3d.plot3d.rendering.image.GLImage
 
slave - Variable in class org.jzy3d.plot3d.rendering.view.View
A slave view won't clear its color and depth buffer before rendering
sleep - Variable in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
 
sleep - Variable in class org.jzy3d.plot3d.transform.Rotator
 
slices - Variable in class org.jzy3d.plot3d.primitives.HistogramBar
 
slices - Variable in class org.jzy3d.plot3d.primitives.Sphere
 
sliders - Variable in class org.jzy3d.ui.editors.ColorEditor
 
sliders - Variable in class org.jzy3d.ui.editors.Coord3dEditor
 
SmartTickProvider - Class in org.jzy3d.plot3d.primitives.axes.layout.providers
Compute the ticks placements automatically between values min and max.
SmartTickProvider() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.providers.SmartTickProvider
 
SmartTickProvider(int) - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.providers.SmartTickProvider
 
sort(T[], IComparator<? super T>) - Static method in class org.jzy3d.maths.algorithms.convexhull.utils.QuickSort
 
sort(List<AbstractDrawable>, Camera) - Method in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
sort(List<Coord3d>, Camera) - Method in class org.jzy3d.plot3d.rendering.ordering.PointOrderingStrategy
 
sort - Variable in class org.jzy3d.plot3d.rendering.scene.Graph
 
sortAscending(int[]) - Static method in class org.jzy3d.maths.Array
Sort input array, and return the final order of initial values.
sortAscending(float[]) - Static method in class org.jzy3d.maths.Array
Sort input array, and return the final order of initial values.
sortAscending(double[]) - Static method in class org.jzy3d.maths.Array
Sort input array, and return the final order of initial values.
sortAscending(Date[]) - Static method in class org.jzy3d.maths.Array
 
sortDescending(int[]) - Static method in class org.jzy3d.maths.Array
Sort input array, and return the final order of initial values.
sortDescending(float[]) - Static method in class org.jzy3d.maths.Array
Sort input array, and return the final order of initial values.
sortDescending(double[]) - Static method in class org.jzy3d.maths.Array
Sort input array, and return the final order of initial values.
sortDescending(Date[]) - Static method in class org.jzy3d.maths.Array
 
south - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
southBg - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
SpaceTransform - Interface in org.jzy3d.plot3d.transform.space
Specify an axe transform (e.g. for log axes)
spaceTransformer - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
spaceTransformer - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBase
 
spaceTransformer - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
spaceTransformer - Variable in class org.jzy3d.plot3d.rendering.view.View
 
SpaceTransformer - Class in org.jzy3d.plot3d.transform.space
A helper to apply 3 SpaceTransform on each dimension of a Coord3d.
SpaceTransformer(SpaceTransform, SpaceTransform, SpaceTransform) - Constructor for class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
SpaceTransformer() - Constructor for class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
SpaceTransformLog - Class in org.jzy3d.plot3d.transform.space
Apply log transform if value is greater than 0 (otherwise return 0).
SpaceTransformLog() - Constructor for class org.jzy3d.plot3d.transform.space.SpaceTransformLog
 
SpaceTransformLog2 - Class in org.jzy3d.plot3d.transform.space
Apply log transform if value is greater than 0 (otherwise return 0).
SpaceTransformLog2() - Constructor for class org.jzy3d.plot3d.transform.space.SpaceTransformLog2
 
SpaceTransformNone - Class in org.jzy3d.plot3d.transform.space
Do not apply any transform (return input value).
SpaceTransformNone() - Constructor for class org.jzy3d.plot3d.transform.space.SpaceTransformNone
 
specularColor - Variable in class org.jzy3d.plot3d.rendering.lights.Light
 
specularColorControl - Variable in class org.jzy3d.ui.editors.LightEditor
 
specularColorControl - Variable in class org.jzy3d.ui.editors.MaterialEditor
 
sphere - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTSphereMouseSelector
 
Sphere - Class in org.jzy3d.plot3d.primitives
A Sphere allows rendering a sphere.
Sphere() - Constructor for class org.jzy3d.plot3d.primitives.Sphere
Initialize a black sphere at the origin with a radius of 10, and slicing of 15.
Sphere(Coord3d, float, int, Color) - Constructor for class org.jzy3d.plot3d.primitives.Sphere
Initialize a sphere with the given parameters.
SphereScatterGenerator - Class in org.jzy3d.plot3d.builder.concrete
 
SphereScatterGenerator() - Constructor for class org.jzy3d.plot3d.builder.concrete.SphereScatterGenerator
 
Spline3D - Class in org.jzy3d.maths.algorithms.interpolation.algorithms
This is a generic 3D B-Spline class for curves of arbitrary length, control handles and patches are created and joined automatically as described here: ibiblio.org/e-notes/ Splines/Bint.htm Thanks to a bug report by Aaron Meyers (http://universaloscillation.com) the Spline3D.computeVertices(int) method has a slightly changed behaviour from version 0014 onwards.
Spline3D() - Constructor for class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
Constructs an empty spline container with default curve tightness.
Spline3D(List<Coord3d>) - Constructor for class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
Spline3D(List<Coord3d>, BernsteinPolynomial, float) - Constructor for class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
Spline3D(Coord3d[]) - Constructor for class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
Spline3D(Coord3d[], BernsteinPolynomial, float) - Constructor for class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
sqradius - Variable in class org.jzy3d.plot3d.builder.concrete.RingGrid
 
squared - Variable in class org.jzy3d.plot3d.rendering.view.View
 
squarify() - Method in class org.jzy3d.plot3d.rendering.view.View
Return a 3d scaling factor that allows scaling the scene into a square box, according to the current ViewBoundMode.
stacks - Variable in class org.jzy3d.plot3d.primitives.Sphere
 
standard(Shape) - Static method in class org.jzy3d.colors.OrderingScoreColormapper
 
start() - Method in interface org.jzy3d.analysis.IRunnableAnalysis
 
start() - Method in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
Start the animation.
start - Variable in class org.jzy3d.maths.TicToc
 
start - Variable in class org.jzy3d.maths.Timer
 
start() - Method in class org.jzy3d.maths.Timer
 
start() - Method in class org.jzy3d.plot3d.transform.Rotator
 
startAnimator() - Method in class org.jzy3d.chart.Chart
 
startSelection(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
startThreadController() - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
StaticTickProvider - Class in org.jzy3d.plot3d.primitives.axes.layout.providers
 
StaticTickProvider(double[]) - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.providers.StaticTickProvider
 
StaticTickProvider(float[]) - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.providers.StaticTickProvider
 
Statistics - Class in org.jzy3d.maths
 
Statistics() - Constructor for class org.jzy3d.maths.Statistics
 
std(double[]) - Static method in class org.jzy3d.maths.Statistics
Computes the standard deviation of an array of doubles.
step - Variable in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
 
steps - Variable in class org.jzy3d.plot3d.primitives.axes.layout.providers.RegularTickProvider
 
steps - Variable in class org.jzy3d.plot3d.primitives.axes.layout.providers.SmartTickProvider
 
stop() - Method in interface org.jzy3d.analysis.IRunnableAnalysis
 
stop() - Method in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
Stop the animation.
stop - Variable in class org.jzy3d.maths.TicToc
 
stop() - Method in class org.jzy3d.plot3d.transform.Rotator
 
stopAnimator() - Method in class org.jzy3d.chart.Chart
 
stopThreadController() - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
STR - Static variable in class org.jzy3d.utils.Version
 
str2date(String) - Static method in class org.jzy3d.maths.Utils
 
strategy - Variable in class org.jzy3d.plot3d.rendering.scene.Graph
 
STRETCH_RATIO - Static variable in class org.jzy3d.plot3d.rendering.view.View
 
StringGraphGenerator - Class in org.jzy3d.maths.graphs
 
StringGraphGenerator() - Constructor for class org.jzy3d.maths.graphs.StringGraphGenerator
 
style - Variable in class org.jzy3d.plot3d.text.renderers.jogl.JOGLTextRenderer
 
sub(Coord2d) - Method in class org.jzy3d.maths.Coord2d
Substract a Coord2d to the current one and return the result in a new Coord2d.
sub(float) - Method in class org.jzy3d.maths.Coord2d
Substract a value to all components of the current Coord and return the result in a new Coord2d.
sub(float, float) - Method in class org.jzy3d.maths.Coord2d
 
sub(Coord3d) - Method in class org.jzy3d.maths.Coord3d
Substract a Coord3d to the current one and return the result in a new Coord3d.
sub(float) - Method in class org.jzy3d.maths.Coord3d
Substract a value to all components of the current Coord and return the result in a new Coord3d.
subSelf(Coord3d) - Method in class org.jzy3d.maths.Coord3d
 
subSelf(float) - Method in class org.jzy3d.maths.Coord3d
 
sum(double[]) - Static method in class org.jzy3d.maths.Utils
Computes the sum of an array of doubles.
sum(int[]) - Static method in class org.jzy3d.maths.Utils
Computes the sum of an array of doubles.
surface - Variable in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
SwingChart - Class in org.jzy3d.chart
 
SwingChart(Quality) - Constructor for class org.jzy3d.chart.SwingChart
 
SwingChart(IChartComponentFactory, Quality, GLCapabilities) - Constructor for class org.jzy3d.chart.SwingChart
 
SwingChart(IChartComponentFactory, Quality, String) - Constructor for class org.jzy3d.chart.SwingChart
 
SwingChart() - Constructor for class org.jzy3d.chart.SwingChart
 
SwingChart(IChartComponentFactory, Quality) - Constructor for class org.jzy3d.chart.SwingChart
 
SwingChart(String) - Constructor for class org.jzy3d.chart.SwingChart
 
SwingChartComponentFactory - Class in org.jzy3d.chart.factories
Deprecated.
SwingChartComponentFactory() - Constructor for class org.jzy3d.chart.factories.SwingChartComponentFactory
Deprecated.
 
SwingChartLauncher - Class in org.jzy3d.chart
 
SwingChartLauncher() - Constructor for class org.jzy3d.chart.SwingChartLauncher
 
SwingTextOverlay - Class in org.jzy3d.plot3d.text.overlay
 
SwingTextOverlay(ICanvas) - Constructor for class org.jzy3d.plot3d.text.overlay.SwingTextOverlay
 
symbolMask - Variable in class org.jzy3d.plot3d.primitives.textured.MaskPair
 

T

T - Static variable in class org.jzy3d.maths.TicToc
 
t - Variable in class org.jzy3d.plot3d.rendering.scene.Graph
 
t - Variable in class org.jzy3d.plot3d.transform.Rotator
 
target - Variable in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
target - Variable in class org.jzy3d.plot3d.rendering.tooltips.InteractiveTooltip
 
target - Variable in class org.jzy3d.plot3d.rendering.tooltips.TextTooltipRenderer
 
target - Variable in class org.jzy3d.plot3d.rendering.tooltips.Tooltip
 
target - Variable in class org.jzy3d.plot3d.rendering.view.Camera
 
targets - Variable in class org.jzy3d.chart.controllers.AbstractController
 
targets - Variable in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
TEN_POW_6 - Static variable in class org.jzy3d.maths.Timer
 
TEN_POW_9 - Static variable in class org.jzy3d.maths.Timer
 
TesselatedPolygon - Class in org.jzy3d.plot3d.primitives
A polygon made of two triangles with no wireframe on their adjacent side.
TesselatedPolygon(Point[]) - Constructor for class org.jzy3d.plot3d.primitives.TesselatedPolygon
 
Tessellator - Class in org.jzy3d.plot3d.builder
 
Tessellator() - Constructor for class org.jzy3d.plot3d.builder.Tessellator
 
TEX_MAPPING_HEIGHT - Static variable in class org.jzy3d.plot3d.primitives.graphs.impl.TextureGraph2d
 
TEX_MAPPING_WIDTH - Static variable in class org.jzy3d.plot3d.primitives.graphs.impl.TextureGraph2d
 
texMatMix - Variable in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
text - Variable in class org.jzy3d.plot3d.rendering.tooltips.TextTooltipRenderer
 
text - Variable in class org.jzy3d.plot3d.rendering.tooltips.Tooltip
 
text - Variable in class org.jzy3d.plot3d.text.drawable.TextImageRenderer
 
textArea - Variable in class org.jzy3d.ui.MultiChartPanel
 
TextBillboardRenderer - Class in org.jzy3d.plot3d.text.renderers
A TextBillboardRenderer allows writing 2d text always facing the Camera of a 3d Scene.
TextBillboardRenderer() - Constructor for class org.jzy3d.plot3d.text.renderers.TextBillboardRenderer
The TextBillboard class provides support for drawing ASCII characters Any non ascii caracter will be replaced by a square.
TextBitmapRenderer - Class in org.jzy3d.plot3d.text.renderers
could enhance using http://www.angelcode.com/products/bmfont/
TextBitmapRenderer() - Constructor for class org.jzy3d.plot3d.text.renderers.TextBitmapRenderer
The TextBitmap class provides support for drawing ASCII characters Any non ascii caracter will be replaced by a square.
TextCellRenderer - Class in org.jzy3d.plot3d.text.drawable.cells
Experimental Wraps a Text into a cell with an assigned number of char width.
TextCellRenderer(int, String, Font) - Constructor for class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
TextCellRenderer(int, String, Font, Halign, boolean) - Constructor for class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
textColor - Variable in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
TextImageRenderer - Class in org.jzy3d.plot3d.text.drawable
 
TextImageRenderer(String, Font) - Constructor for class org.jzy3d.plot3d.text.drawable.TextImageRenderer
 
TextOverlay - Class in org.jzy3d.plot3d.text.overlay
Highly experimental text renderer.
TextOverlay(ICanvas) - Constructor for class org.jzy3d.plot3d.text.overlay.TextOverlay
 
textPane - Variable in class org.jzy3d.ui.MultiChartPanel
 
textSize - Variable in class org.jzy3d.plot2d.primitive.AWTAbstractImageGenerator
 
TextTooltipRenderer - Class in org.jzy3d.plot3d.rendering.tooltips
 
TextTooltipRenderer(String, IntegerCoord2d, Coord3d) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.TextTooltipRenderer
 
texture - Variable in class org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
 
texture - Variable in class org.jzy3d.plot3d.rendering.textures.SharedTexture
 
TexturedCube - Class in org.jzy3d.plot3d.primitives.textured
 
TexturedCube(MaskPair) - Constructor for class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
TexturedCube(Coord3d, MaskPair) - Constructor for class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
TexturedCube(Coord3d, Color, Color, MaskPair) - Constructor for class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
TexturedCylinder - Class in org.jzy3d.plot3d.primitives.textured
 
TexturedCylinder(MaskPair) - Constructor for class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
TexturedCylinder(Coord3d, MaskPair) - Constructor for class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
TexturedCylinder(Coord3d, Color, Color, MaskPair) - Constructor for class org.jzy3d.plot3d.primitives.textured.TexturedCylinder
 
TextureFactory - Class in org.jzy3d.plot3d.rendering.textures
 
TextureFactory() - Constructor for class org.jzy3d.plot3d.rendering.textures.TextureFactory
 
TextureGraph2d<V,E> - Class in org.jzy3d.plot3d.primitives.graphs.impl
 
TextureGraph2d(String) - Constructor for class org.jzy3d.plot3d.primitives.graphs.impl.TextureGraph2d
 
textureScale - Variable in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
tf - Variable in class org.jzy3d.ui.MultiChartPanel
 
thinest(Scale, Scale) - Static method in class org.jzy3d.maths.Scale
 
threadCamera - Variable in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
threadController - Variable in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
threadController - Variable in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingController
 
threadController - Variable in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingController
 
threadController - Variable in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
threshold - Variable in class org.jzy3d.plot3d.primitives.contour.DefaultLineStripMergePolicy
 
tic() - Method in class org.jzy3d.maths.TicToc
 
TickLabelMap - Class in org.jzy3d.plot3d.primitives.axes.layout.renderers
An ITickRenderer that can store a list of labels for given axis values.
TickLabelMap() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.renderers.TickLabelMap
 
tickLineDisplayed - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
tickValues - Variable in class org.jzy3d.plot3d.primitives.axes.layout.renderers.TickLabelMap
 
TicToc - Class in org.jzy3d.maths
TicToc allows measuring elapsed time between a call to TicToc.tic() and a call to TicToc.toc().
TicToc() - Constructor for class org.jzy3d.maths.TicToc
 
tightness - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
time - Variable in class org.jzy3d.plot3d.builder.AbstractRemapTask
 
time2str(long) - Static method in class org.jzy3d.maths.Utils
 
Timer - Class in org.jzy3d.maths
 
Timer() - Constructor for class org.jzy3d.maths.Timer
 
timer - Variable in class org.jzy3d.plot3d.rendering.view.annotation.CameraPathAnnotation
 
to(Coord2d) - Method in class org.jzy3d.maths.algorithms.convexhull.algorithms.Converter
Screen coordinate to World coordinate.
toArray() - Method in class org.jzy3d.colors.Color
 
toArray(List<Coord3d>) - Static method in class org.jzy3d.io.FileDataset
 
toArray() - Method in class org.jzy3d.maths.Coord2d
Return an array representation of this coordinate.
toArray() - Method in class org.jzy3d.maths.Coord3d
Return an array representation of this coordinate.
toArray() - Method in class org.jzy3d.maths.Coordinates
Return the array of 3d coordinates.
toAWT(Color) - Static method in class org.jzy3d.colors.ColorAWT
 
toByteBuffer(Image, int, int) - Static method in class org.jzy3d.plot3d.rendering.image.GLImage
 
toc() - Method in class org.jzy3d.maths.TicToc
return time in second
toColumnMatrix(double[]) - Static method in class org.jzy3d.maths.Array
 
toColumnMatrix(float[]) - Static method in class org.jzy3d.maths.Array
 
toColumnMatrixAsDouble(float[]) - Static method in class org.jzy3d.maths.Array
 
tocShow(String) - Method in class org.jzy3d.maths.TicToc
 
toDouble(float[]) - Static method in class org.jzy3d.maths.Array
 
toFloatArray(int[]) - Method in class org.jzy3d.maths.Grid
 
toFloatArray(int[][]) - Method in class org.jzy3d.maths.Grid
 
toHex() - Method in class org.jzy3d.colors.Color
Return the hexadecimal representation of this color.
toImage(GL2, int, int) - Method in class org.jzy3d.chart.AWTScreenshotUtils
 
toImage(int, int) - Method in class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
 
toImage(int, int, int) - Method in class org.jzy3d.plot2d.primitive.AWTColorbarImageGenerator
Renders the AWTColorbarImageGenerator to an image.
toImage(int, int) - Method in interface org.jzy3d.plot2d.primitive.AWTImageGenerator
 
toImage(int, int) - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
toImage(int, int) - Method in class org.jzy3d.plot3d.rendering.legends.colorbars.AWTColorbarLegend
 
toJdtPoint(double, double, double) - Static method in class org.jzy3d.plot3d.builder.delaunay.JDTConverter
 
toJdtPoint(Coord3d) - Static method in class org.jzy3d.plot3d.builder.delaunay.JDTConverter
 
toJzyCoord(Point) - Static method in class org.jzy3d.plot3d.builder.delaunay.JDTConverter
 
toJzyPolygon(Triangle) - Static method in class org.jzy3d.plot3d.builder.delaunay.JDTConverter
 
ToLine<T> - Class in org.jzy3d.io
 
ToLine() - Constructor for class org.jzy3d.io.ToLine
 
toLine(T) - Method in class org.jzy3d.io.ToLine
 
Tooltip - Class in org.jzy3d.plot3d.rendering.tooltips
 
Tooltip(int, int, Coord3d) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.Tooltip
 
Tooltip(String, int, int, Coord3d) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.Tooltip
 
TooltipRenderer - Class in org.jzy3d.plot3d.rendering.tooltips
 
TooltipRenderer(String, String, String) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
TooltipRenderer(String, String, String, boolean, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
tooltips - Variable in class org.jzy3d.plot3d.rendering.view.AWTView
 
top - Variable in class org.jzy3d.plot3d.primitives.Cylinder
 
toPoint(Coord3d, Color, float) - Method in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
toPoint(Coord3d, Color, float) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStripInterpolated
 
toPoints(List<Coord3d>, Color, float) - Method in class org.jzy3d.plot3d.primitives.LineStripInterpolated
 
toString() - Method in class org.jzy3d.chart.Settings
 
toString() - Method in class org.jzy3d.colors.Color
 
toString() - Method in class org.jzy3d.colors.ColorMapper
 
toString() - Method in class org.jzy3d.events.ControllerEvent
 
toString() - Method in class org.jzy3d.events.ScaleChangedEvent
 
toString() - Method in class org.jzy3d.maths.BoundingBox2d
 
toString(int) - Method in class org.jzy3d.maths.BoundingBox2d
 
toString() - Method in class org.jzy3d.maths.BoundingBox3d
 
toString(int) - Method in class org.jzy3d.maths.BoundingBox3d
 
toString() - Method in class org.jzy3d.maths.Coord2d
Return a string representation of this coordinate.
toString() - Method in class org.jzy3d.maths.Coord3d
Return a string representation of this coordinate.
toString() - Method in class org.jzy3d.maths.Coordinates
Return the array of 3d coordinates.
toString() - Method in class org.jzy3d.maths.IntegerCoord2d
 
toString() - Method in class org.jzy3d.maths.Scale
 
toString() - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Print out information concerning all Drawable of this composite.
toString(int) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
toString() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
toString(int) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
toString(int) - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
toString() - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
Print out information concerning all Drawable of this composite.
toString(int) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
toString(int) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
toString(int) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
 
toString(int) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
toString() - Method in class org.jzy3d.plot3d.primitives.pickable.PickablePoint
 
toString() - Method in class org.jzy3d.plot3d.primitives.pickable.PickableTexture
 
toString(int) - Method in class org.jzy3d.plot3d.primitives.Point
 
toString(int) - Method in class org.jzy3d.plot3d.primitives.Quad
 
toString(int) - Method in class org.jzy3d.plot3d.primitives.Sphere
 
toString() - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Print out information concerning all Drawable of this composite.
toString() - Method in class org.jzy3d.plot3d.rendering.scene.Scene
Return the scene Graph string representation.
toString() - Method in class org.jzy3d.plot3d.rendering.view.Camera
Print out in console information concerning the camera.
toString(Coord3d, Coord3d, Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
 
toString() - Method in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
toString() - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
toString() - Method in class org.jzy3d.plot3d.transform.Rotate
 
toString() - Method in class org.jzy3d.plot3d.transform.Scale
 
toString() - Method in class org.jzy3d.plot3d.transform.Transform
 
toString() - Method in class org.jzy3d.plot3d.transform.Translate
 
toString() - Method in class org.jzy3d.plot3d.transform.TranslateDrawable
 
traceGL - Variable in class org.jzy3d.plot3d.rendering.view.Renderer3d
 
transform - Variable in class org.jzy3d.plot3d.primitives.AbstractComposite
 
transform - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
transform - Variable in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
transform - Variable in class org.jzy3d.plot3d.rendering.scene.Graph
 
Transform - Class in org.jzy3d.plot3d.transform
A Transform stores a sequence of Transformers, that are of concrete type Rotate, Scale, Translate.
Transform() - Constructor for class org.jzy3d.plot3d.transform.Transform
Initialize a list of Transformer.
Transform(Transformer) - Constructor for class org.jzy3d.plot3d.transform.Transform
Initialize a list of Transformer with a single Transformer as sequence.
Transform(Transform) - Constructor for class org.jzy3d.plot3d.transform.Transform
Initialize a list of Transformer with the sequence hold by the given Transform.
transformBefore - Variable in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
Translate - Class in org.jzy3d.plot3d.transform
Translate is a Transformer that stores the offset required to perform the effective OpenGL2 translation in the ModelView Matrix.
Translate() - Constructor for class org.jzy3d.plot3d.transform.Translate
 
Translate(Coord3d) - Constructor for class org.jzy3d.plot3d.transform.Translate
Initialize a Translate.
TranslateDrawable - Class in org.jzy3d.plot3d.transform
Translate drawable to (0,0,0) or back to its previous position according to the input parameters.
TranslateDrawable(AbstractDrawable, boolean) - Constructor for class org.jzy3d.plot3d.transform.TranslateDrawable
 
translateTo(GL, Coord3d, boolean) - Method in class org.jzy3d.chart2d.AxeBox2d.RotatedTextBitmapRenderer
 
translateTo(GL, Coord3d, boolean) - Method in class org.jzy3d.plot3d.transform.TranslateDrawable
 
TranslucentQuad - Class in org.jzy3d.plot3d.primitives.textured
 
TranslucentQuad() - Constructor for class org.jzy3d.plot3d.primitives.textured.TranslucentQuad
 
triggerMouseEvent(MouseEvent) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
triggerMouseMotionEvent(MouseEvent) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
triggerMouseWheelEvent(MouseWheelEvent) - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
Tube - Class in org.jzy3d.plot3d.primitives
A Tube may be used to render cylinders or pyramids, according to its input parameters.
Tube() - Constructor for class org.jzy3d.plot3d.primitives.Tube
Initialize a Cylinder at the origin.
Tube(Coord3d, float, float, int, int, Color) - Constructor for class org.jzy3d.plot3d.primitives.Tube
Initialize a cylinder with the given parameters.
txt - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
txt - Variable in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
txt - Variable in class org.jzy3d.plot3d.rendering.view.annotation.CameraDistanceAnnotation
 
txt - Variable in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
txtRenderer - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBoxWithTxtRenderer
 
txtRotation - Variable in class org.jzy3d.chart2d.AxeBox2d
 
type - Variable in class org.jzy3d.plot3d.primitives.ParallelepipedComposite
 

U

ui(String[], Chart[][]) - Static method in class org.jzy3d.ui.MultiChartPanel
 
ui(String[], Chart[][], int, int) - Static method in class org.jzy3d.ui.MultiChartPanel
 
ui() - Method in class org.jzy3d.ui.MultiChartPanel
 
unique(float[]) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
Compute a sorted array from input, with a unique occurrence of each value.
unregister(Chart) - Method in class org.jzy3d.chart.controllers.AbstractController
 
unregister() - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
unRegisterAllPickableObjects() - Method in class org.jzy3d.picking.PickingSupport
 
up - Variable in class org.jzy3d.plot3d.rendering.view.Camera
 
update(Graphics) - Method in class org.jzy3d.bridge.awt.DoubleBufferedPanelAWT
 
update(Graphics) - Method in class org.jzy3d.bridge.awt.SimpleBufferedPanelAWT
 
update(Graphics) - Method in class org.jzy3d.bridge.swing.DoubleBufferedPanelSwing
 
update(Graphics) - Method in class org.jzy3d.bridge.swing.SimpleBufferedPanelSwing
 
update(Graph, Scale) - Static method in class org.jzy3d.chart.controllers.targets.ColorMapperUpdater
 
update(Chart) - Method in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
update(Chart) - Method in interface org.jzy3d.plot3d.rendering.view.layout.IViewportLayout
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.AbstractGeometry
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColor
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterMultiColorList
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.ConcurrentScatterPoint
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.Disk
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableDisk
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightableSphere
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableLineStrip
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformablePoint
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableScatter
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableScatterPoint
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.Point
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.Scatter
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.ScatterPoint
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.Sphere
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.Tube
 
updateBounds() - Method in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
updateBounds() - Method in class org.jzy3d.plot3d.rendering.view.View
Set the bounds of the view according to the current ViewBoundMode , and orders a Camera.shoot().
updateBounds() - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
updateBoundsForceUpdate(boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
Update the bounds according to the scene graph whatever is the current ViewBoundMode, and orders a Camera.shoot()
updateCamera(GL, GLU, ViewportConfiguration, BoundingBox3d) - Method in class org.jzy3d.plot3d.rendering.view.View
 
updateCamera(GL, GLU, ViewportConfiguration, BoundingBox3d, float) - Method in class org.jzy3d.plot3d.rendering.view.View
 
updateCameraPath() - Method in class org.jzy3d.plot3d.rendering.view.annotation.CameraPathAnnotation
 
updateCenter() - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
updateCoefficients() - Method in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
updateComponents() - Method in class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
updateHiddenQuads(GL, Camera) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
updateImage() - Method in class org.jzy3d.plot3d.rendering.legends.AWTLegend
 
updateImage() - Method in interface org.jzy3d.plot3d.rendering.legends.ILegend
Recompute the picture, using last used dimensions.
updateLast() - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
updateProjectionsAndRender() - Method in class org.jzy3d.chart.Chart
 
updateQuality(GL) - Method in class org.jzy3d.plot3d.rendering.view.View
 
updateScreenPosition(IntegerCoord2d) - Method in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
updateScreenPosition(IntegerCoord2d) - Method in class org.jzy3d.plot3d.rendering.tooltips.InteractiveTooltip
 
updateScreenPosition(IntegerCoord2d) - Method in interface org.jzy3d.plot3d.rendering.tooltips.ITooltipRenderer
 
updateScreenPosition(IntegerCoord2d) - Method in class org.jzy3d.plot3d.rendering.tooltips.TextTooltipRenderer
 
updateTargetCoordinate(Coord3d) - Method in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
updateTargetCoordinate(Coord3d) - Method in class org.jzy3d.plot3d.rendering.tooltips.TextTooltipRenderer
 
useCam() - Method in class org.jzy3d.chart.controllers.mouse.AWTDualModeMouseSelector
 
useSquaredDistance - Variable in class org.jzy3d.plot3d.rendering.view.Camera
 
Utils - Class in org.jzy3d.maths
 
Utils() - Constructor for class org.jzy3d.maths.Utils
 

V

valid() - Method in class org.jzy3d.maths.BoundingBox3d
 
valid() - Method in class org.jzy3d.maths.Scale
 
validZ(Point[]) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
validZ(Point) - Method in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
Valign - Enum in org.jzy3d.plot3d.text.align
Provides constants for defining the vertical alignment of a TextBillboardRenderer, w.r.t. its position.
valign - Variable in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
value - Variable in class org.jzy3d.plot3d.primitives.axes.AxeCrossAnnotation
 
value - Variable in class org.jzy3d.plot3d.primitives.axes.AxeXLineAnnotation
 
value - Variable in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
value - Variable in class org.jzy3d.plot3d.primitives.contour.ContourLevel
 
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.chart.factories.IChartComponentFactory.Toolkit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.io.obj.OBJFile.PrimType
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.plot2d.primitives.Serie2d.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.plot3d.primitives.AbstractGeometry.PolygonMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.plot3d.primitives.axes.AxeXRectangleAnnotation.PolygonMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.plot3d.primitives.ParallelepipedComposite.PolygonType
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.rendering.view.ViewportMode
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.chart.factories.IChartComponentFactory.Toolkit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jzy3d.io.obj.OBJFile.PrimType
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() - Static method in enum org.jzy3d.plot2d.primitives.Serie2d.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jzy3d.plot3d.primitives.AbstractGeometry.PolygonMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jzy3d.plot3d.primitives.axes.AxeXRectangleAnnotation.PolygonMode
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.jzy3d.plot3d.primitives.axes.layout.providers.StaticTickProvider
 
values() - Method in interface org.jzy3d.plot3d.primitives.graphs.layout.IGraphLayout2d
 
values() - Static method in enum org.jzy3d.plot3d.primitives.ParallelepipedComposite.PolygonType
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.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.rendering.view.ViewportMode
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.
VBO<T> - Interface in org.jzy3d.plot3d.primitives.vbo.buffers
 
VBOBuilder - Class in org.jzy3d.plot3d.primitives.vbo.builders
The VBOBuilder is responsible for sizing a FloatVBO, filling it with vertex coordinates and colors properties, and and configure a DrawableVBO with filled buffer.
VBOBuilder() - Constructor for class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilder
 
VBOBuilderListCoord3d - Class in org.jzy3d.plot3d.primitives.vbo.builders
A simple loader loading an existing collection of coordinates into a Vertex Buffer Objects once GL initialization stage requires it to be loaded.
VBOBuilderListCoord3d(List<Coord3d>) - Constructor for class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilderListCoord3d
 
VBOBuilderListCoord3d(List<Coord3d>, ColorMapper) - Constructor for class org.jzy3d.plot3d.primitives.vbo.builders.VBOBuilderListCoord3d
 
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.
VERBOSE - Variable in class org.jzy3d.plot3d.rendering.scene.Graph
 
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
 
Vertex(GL, Coord3d, SpaceTransformer) - Static method in class org.jzy3d.plot3d.primitives.log.GlVertexExecutor
 
vertexColor - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
vertexGL2(GL, Coord3d) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
A helper to call glVerted3f on the input coordinate.
vertexGL2(GL, Coord3d) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
A helper to call glVerted3f on the input coordinate.
vertexGL2(GL, Coord3d) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableAbstractGeometry
 
vertexGLES2(Coord3d) - Method in class org.jzy3d.plot3d.primitives.AbstractDrawable
A helper to call glVerted3f on the input coordinate.
vertexGLES2(Coord3d) - Method in class org.jzy3d.plot3d.primitives.axes.AxeBox
A helper to call glVerted3f on the input coordinate.
vertexGLES2(Coord3d) - Method in class org.jzy3d.plot3d.primitives.log.AxeTransformableAbstractGeometry
 
vertexLabelColor - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
vertexLabelHalign - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
vertexLabelValign - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
vertexObjects - Variable in class org.jzy3d.plot3d.primitives.graphs.impl.PointGraph2d
 
vertexTextures - Variable in class org.jzy3d.plot3d.primitives.graphs.impl.TextureGraph2d
 
vertexWidth - Variable in class org.jzy3d.plot3d.primitives.graphs.layout.DefaultGraphFormatter
 
vertical - Variable in class org.jzy3d.ui.MultiChartPanel
 
vertices - Variable in class org.jzy3d.maths.algorithms.interpolation.algorithms.Spline3D
 
vertices - Variable in class org.jzy3d.maths.graphs.DefaultGraph
 
vertices_ - Variable in class org.jzy3d.io.obj.OBJFile
 
verticesListener - Variable in class org.jzy3d.picking.PickingSupport
 
view - Variable in class org.jzy3d.chart.Chart
 
view() - Method in class org.jzy3d.chart.Chart
 
view - Variable in class org.jzy3d.chart.ChartScene
 
view - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
view - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
view - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
view - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
Deprecated.
 
view - Variable in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
view - Variable in class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
view - Variable in class org.jzy3d.plot3d.rendering.ordering.AbstractOrderingStrategy
 
view - Variable in class org.jzy3d.plot3d.rendering.view.annotation.CameraDistanceAnnotation
 
view - Variable in class org.jzy3d.plot3d.rendering.view.annotation.CameraEyeOverlayAnnotation
 
view - Variable in class org.jzy3d.plot3d.rendering.view.annotation.CameraPathAnnotation
 
view - Variable in class org.jzy3d.plot3d.rendering.view.Renderer3d
 
View - Class in org.jzy3d.plot3d.rendering.view
A View holds a Scene, a LightSet, an ICanvas to render into.
View(IChartComponentFactory, 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.
view2d() - Method in class org.jzy3d.chart.Chart
 
View2d - Class in org.jzy3d.chart2d
 
View2d(IChartComponentFactory, Scene, ICanvas, Quality) - Constructor for class org.jzy3d.chart2d.View2d
 
ViewBoundMode - Enum in org.jzy3d.plot3d.rendering.view.modes
Indicates a bounding mode.
viewbounds - Variable in class org.jzy3d.plot3d.rendering.view.View
 
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
 
viewDirty - Variable in class org.jzy3d.plot3d.rendering.view.View
can be set to true by the Renderer3d so that the View knows it is rendering due to a canvas size change
viewHasInit(ViewLifecycleEvent) - Method in interface org.jzy3d.events.IViewLifecycleEventListener
 
ViewIsVerticalEvent - Class in org.jzy3d.events
 
ViewIsVerticalEvent(Object) - Constructor for class org.jzy3d.events.ViewIsVerticalEvent
 
ViewLifecycleEvent - Class in org.jzy3d.events
 
ViewLifecycleEvent() - Constructor for class org.jzy3d.events.ViewLifecycleEvent
 
viewLifecycleListeners - Variable in class org.jzy3d.plot3d.rendering.view.View
 
viewmode - Variable in class org.jzy3d.plot3d.rendering.view.View
 
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
 
viewOnTopListeners - Variable in class org.jzy3d.plot3d.rendering.view.View
 
viewpoint - Variable in class org.jzy3d.plot3d.rendering.view.View
 
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
 
viewPointChangedListeners - Variable in class org.jzy3d.plot3d.rendering.view.View
 
ViewportBuilder - Class in org.jzy3d.plot3d.rendering.view
 
ViewportBuilder() - Constructor for class org.jzy3d.plot3d.rendering.view.ViewportBuilder
 
ViewportConfiguration - Class in org.jzy3d.plot3d.rendering.view
A ViewportConfiguration states how a particular GL rendering should occupy a canvas area.
ViewportConfiguration(int, int) - Constructor for class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
ViewportConfiguration(int, int, int, int) - Constructor for class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
ViewportConfiguration(ICanvas) - Constructor for class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
A viewport configuration that occupies the complete canvas area.
ViewportMode - Enum in org.jzy3d.plot3d.rendering.view
 
viewportToCanvas(Chart, IntegerCoord2d, Rectangle) - Method in class org.jzy3d.plot3d.rendering.view.OverlayUtils
Needed when wishing to display a coordinate relative to the viewport.
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.
views - Variable in class org.jzy3d.plot3d.rendering.scene.Scene
 
viewVerticalLeft(ViewIsVerticalEvent) - Method in interface org.jzy3d.events.IViewIsVerticalEventListener
 
viewVerticalReached(ViewIsVerticalEvent) - Method in interface org.jzy3d.events.IViewIsVerticalEventListener
 
viewWillRender(ViewLifecycleEvent) - Method in interface org.jzy3d.events.IViewLifecycleEventListener
 
VoidCanvas - Class in org.jzy3d.plot3d.rendering.canvas
 
VoidCanvas(IChartComponentFactory, Scene, Quality) - Constructor for class org.jzy3d.plot3d.rendering.canvas.VoidCanvas
 
vtxSize_ - Variable in class org.jzy3d.io.obj.OBJFile
 

W

wasDirty - Variable in class org.jzy3d.plot3d.rendering.view.SelectableView
 
wasOnTopAtLastRendering - Variable in class org.jzy3d.plot3d.rendering.view.View
 
west - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
westBg - Variable in class org.jzy3d.plot3d.primitives.textured.TexturedCube
 
wfcolor - Variable in class org.jzy3d.plot3d.primitives.AbstractWireframeable
 
wfstatus - Variable in class org.jzy3d.plot3d.primitives.AbstractWireframeable
 
wfwidth - Variable in class org.jzy3d.plot3d.primitives.AbstractWireframeable
 
what() - Method in class org.jzy3d.events.DrawableChangedEvent
 
white() - Method in class org.jzy3d.chart.Chart
 
WHITE - Static variable in class org.jzy3d.colors.Color
White color.
WHITE_ALPHA_RGB - Static variable in class org.jzy3d.contour.DefaultContourColoringPolicy
 
wholeBounds - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
widest(Scale, Scale) - Static method in class org.jzy3d.maths.Scale
 
width - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTScatterMouseSelector
 
width - Variable in class org.jzy3d.chart.controllers.mouse.selection.AWTSphereMouseSelector
 
width - Variable in class org.jzy3d.maths.Dimension
 
width - Variable in class org.jzy3d.maths.Rectangle
 
width - Variable in class org.jzy3d.plot3d.primitives.axes.AxeLineAnnotation
 
width - Variable in class org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
 
width - Variable in class org.jzy3d.plot3d.primitives.LineStrip
 
width - Variable in class org.jzy3d.plot3d.primitives.Point
 
width - Variable in class org.jzy3d.plot3d.primitives.Scatter
 
width - Variable in class org.jzy3d.plot3d.primitives.ScatterMultiColor
 
width - Variable in class org.jzy3d.plot3d.primitives.ScatterMultiColorList
 
width - Variable in class org.jzy3d.plot3d.primitives.ScatterPoint
 
width - Variable in class org.jzy3d.plot3d.primitives.vbo.drawable.DrawableVBO
 
width - Variable in class org.jzy3d.plot3d.rendering.view.Renderer3d
 
width - Variable in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
window - Variable in class org.jzy3d.plot3d.rendering.canvas.CanvasNewtAwt
 
windowExitListener(JFrame) - Static method in class org.jzy3d.ui.MultiChartPanel
 
windowingToolkit - Variable in class org.jzy3d.chart.Chart
 
wireframeColor - Static variable in class org.jzy3d.plot3d.builder.Builder
 
wireframeDisplayed - Static variable in class org.jzy3d.plot3d.builder.Builder
 
write(List<T>, String, char, ToLine<T>) - Static method in class org.jzy3d.io.SimpleCsv
 
write(List, String, char) - Static method in class org.jzy3d.io.SimpleCsv
 
write(String, String) - Static method in class org.jzy3d.io.SimpleFile
 
writeLines(List, String, char) - Static method in class org.jzy3d.io.SimpleCsv
 
WT - Static variable in class org.jzy3d.ui.MultiChartPanel
 

X

x(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
x(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
x - Variable in class org.jzy3d.maths.Coord2d
 
x - Variable in class org.jzy3d.maths.Coord3d
 
x - Variable in class org.jzy3d.maths.Grid
 
x - Variable in class org.jzy3d.maths.GridLoader
Deprecated.
 
x - Variable in class org.jzy3d.maths.IntegerCoord2d
 
x - Variable in class org.jzy3d.maths.Point2D
 
x - Variable in class org.jzy3d.maths.PolygonArray
 
x - Variable in class org.jzy3d.maths.Rectangle
 
x - Variable in class org.jzy3d.maths.RotationMatrix
 
x - Variable in class org.jzy3d.plot3d.builder.concrete.OldRingTesselator
Deprecated.
 
x - Variable in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
x - Variable in class org.jzy3d.plot3d.rendering.tooltips.Tooltip
 
x - Variable in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
x - Variable in class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
xAxeLabel - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
xAxeLabelDisplayed - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
xmax() - Method in class org.jzy3d.maths.BoundingBox2d
Return the maximum x value.
xmax - Variable in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
xmin() - Method in class org.jzy3d.maths.BoundingBox2d
Return the minimum x value.
xmin - Variable in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
xrange - Variable in class org.jzy3d.contour.MapperContourMeshGenerator
 
xrange - Variable in class org.jzy3d.contour.MapperContourPictureGenerator
 
xrange - Variable in class org.jzy3d.plot3d.builder.Grid
 
xrange - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
xsteps - Variable in class org.jzy3d.plot3d.builder.Grid
 
xTickColor - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
xTickLabelDisplayed - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
xTickProvider - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
xTickRenderer - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
xTicks - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
xUnit - Variable in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
xUnit - Variable in class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
xy(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
xy(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
XYComparator - Class in org.jzy3d.maths.algorithms.convexhull.algorithms
 
XYComparator() - Constructor for class org.jzy3d.maths.algorithms.convexhull.algorithms.XYComparator
 
XYComparator(double) - Constructor for class org.jzy3d.maths.algorithms.convexhull.algorithms.XYComparator
 
xyz - Variable in class org.jzy3d.plot3d.primitives.LightPoint
 
xyz - Variable in class org.jzy3d.plot3d.primitives.Point
 

Y

y(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController
 
y(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AWTAbstractMouseSelector
 
y - Variable in class org.jzy3d.maths.Coord2d
 
y - Variable in class org.jzy3d.maths.Coord3d
 
y - Variable in class org.jzy3d.maths.Grid
 
y - Variable in class org.jzy3d.maths.GridLoader
Deprecated.
 
y - Variable in class org.jzy3d.maths.IntegerCoord2d
 
y - Variable in class org.jzy3d.maths.Point2D
 
y - Variable in class org.jzy3d.maths.PolygonArray
 
y - Variable in class org.jzy3d.maths.Rectangle
 
y - Variable in class org.jzy3d.maths.RotationMatrix
 
y - Variable in class org.jzy3d.plot3d.builder.concrete.OldRingTesselator
Deprecated.
 
y - Variable in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
y - Variable in class org.jzy3d.plot3d.rendering.tooltips.Tooltip
 
y - Variable in class org.jzy3d.plot3d.rendering.view.ViewportConfiguration
 
y - Variable in class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
yAxeLabel - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
yAxeLabelDisplayed - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
YELLOW - Static variable in class org.jzy3d.colors.Color
Yellow color.
ymax() - Method in class org.jzy3d.maths.BoundingBox2d
Return the maximum y value.
ymax - Variable in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
ymin() - Method in class org.jzy3d.maths.BoundingBox2d
Return the minimum y value.
ymin - Variable in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
yrange - Variable in class org.jzy3d.contour.MapperContourMeshGenerator
 
yrange - Variable in class org.jzy3d.contour.MapperContourPictureGenerator
 
yrange - Variable in class org.jzy3d.plot3d.builder.Grid
 
yrange - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
ysteps - Variable in class org.jzy3d.plot3d.builder.Grid
 
yTickColor - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
yTickLabelDisplayed - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
yTickProvider - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
yTickRenderer - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
yTicks - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
yUnit - Variable in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
yUnit - Variable in class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 

Z

z - Variable in class org.jzy3d.maths.Coord3d
 
z - Variable in class org.jzy3d.maths.Grid
 
z - Variable in class org.jzy3d.maths.GridLoader
Deprecated.
 
z - Variable in class org.jzy3d.maths.PolygonArray
 
z - Variable in class org.jzy3d.maths.RotationMatrix
 
z - Variable in class org.jzy3d.plot3d.builder.concrete.OldRingTesselator
Deprecated.
 
z - Variable in class org.jzy3d.plot3d.builder.concrete.OrthonormalTessellator
 
Z - Static variable in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
z - Variable in class org.jzy3d.plot3d.transform.space.SpaceTransformer
 
zAxeLabel - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
zAxeLabelDisplayed - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
zmax - Variable in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
zmin - Variable in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
zone1 - Variable in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
zone2 - Variable in class org.jzy3d.plot3d.rendering.view.layout.ColorbarViewportLayout
 
zoom(float) - Method in class org.jzy3d.chart.controllers.mouse.picking.AWTMousePickingPan2dController
 
zoom(float) - Method in class org.jzy3d.chart.controllers.mouse.picking.NewtMousePickingPan2dController
*******************
zoom(float) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
zoom(float) - Method in class org.jzy3d.plot3d.rendering.view.View
 
zoom(float, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
zoomX(float) - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
zoomX(float, boolean) - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
zoomX(float) - Method in class org.jzy3d.plot3d.rendering.view.View
 
zoomX(float, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
zoomY(float) - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
zoomY(float, boolean) - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
zoomY(float) - Method in class org.jzy3d.plot3d.rendering.view.View
 
zoomY(float, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
zoomZ(float) - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
zoomZ(float, boolean) - Method in class org.jzy3d.chart.controllers.camera.AbstractCameraController
 
zoomZ(float) - Method in class org.jzy3d.plot3d.rendering.view.View
 
zoomZ(float, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
zrange - Variable in class org.jzy3d.plot3d.primitives.axes.AxeBox
 
zTickColor - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
zTickLabelDisplayed - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
zTickProvider - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
zTickRenderer - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
zTicks - Variable in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
zUnit - Variable in class org.jzy3d.plot3d.rendering.tooltips.CoordinateTooltipRenderer
 
zUnit - Variable in class org.jzy3d.plot3d.rendering.tooltips.TooltipRenderer
 
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 
Skip navigation links

Copyright © 2016. All rights reserved.