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)
aargb - Class in net.letskit.redbook.second
 
aargb() - Constructor for class net.letskit.redbook.second.aargb
 
abs(double[]) - Static method in class org.jzy3d.maths.Utils
Computes the absolute values of an array of doubles.
AbstractChartMouseSelector - Class in org.jzy3d.chart.controllers.mouse
 
AbstractChartMouseSelector() - Constructor for class org.jzy3d.chart.controllers.mouse.AbstractChartMouseSelector
 
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
 
AbstractDrawable - Class in org.jzy3d.plot3d.primitives
An 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 IPickable 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
 
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
 
AbstractTickProvider - Class in org.jzy3d.plot3d.primitives.axes.layout.providers
 
AbstractTickProvider() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.providers.AbstractTickProvider
 
AbstractWireframeable - Class in org.jzy3d.plot3d.primitives
An AbstractWireframeable is a drawable object 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.
accanti - Class in net.letskit.redbook.first
Use the accumulation buffer to do full-scene antialiasing on a scene with orthographic parallel projection.
accanti() - Constructor for class net.letskit.redbook.first.accanti
 
accnot - Class in net.letskit.redbook.first
 
accnot() - Constructor for class net.letskit.redbook.first.accnot
 
accpersp - Class in net.letskit.redbook.first
Use the accumulation buffer to do full-scene antialiasing on a scene with perspective projection.
accpersp() - Constructor for class net.letskit.redbook.first.accpersp
 
accum - Class in net.letskit.redbook.first
Do a sixteen pass
accum() - Constructor for class net.letskit.redbook.first.accum
 
adapt(Composite, Component) - Static method in class org.jzy3d.bridge.swt.Bridge
 
add(float, float) - Method in class org.jzy3d.maths.BoundingBox2d
Adds an x,y point to the bounding box, and enlarge the bounding box if this points lies outside of it.
add(Coord2d) - Method in class org.jzy3d.maths.BoundingBox2d
Add a Point3d to the BoundingBox3d.
add(BoundingBox2d) - Method in class org.jzy3d.maths.BoundingBox2d
Add a BoundingBox2d volume to the current one.
add(float, float, float) - Method in class org.jzy3d.maths.BoundingBox3d
Adds an x,y,z point to the bounding box, and enlarge the bounding box if this points lies outside of it.
add(Coord3d) - Method in class org.jzy3d.maths.BoundingBox3d
Add a Coord3d to the BoundingBox3d.
add(Point) - Method in class org.jzy3d.maths.BoundingBox3d
Add a Point3d to the BoundingBox3d.
add(Polygon) - Method in class org.jzy3d.maths.BoundingBox3d
Add the points of a Polygon to the BoundingBox3d.
add(BoundingBox3d) - Method in class org.jzy3d.maths.BoundingBox3d
Add a BoundingBox3d volume to the current one.
add(Coord2d) - Method in class org.jzy3d.maths.Coord2d
Add a Coord2d to the current one and return the result in a new Coord2d.
add(float) - Method in class org.jzy3d.maths.Coord2d
Add a value to all components of the current Coord and return the result in a new Coord2d.
add(float, float) - Method in class org.jzy3d.maths.Coord2d
 
add(Coord3d) - Method in class org.jzy3d.maths.Coord3d
Add a Coord3d to the current one and return the result in a new Coord3d.
add(float, float, float) - Method in class org.jzy3d.maths.Coord3d
 
add(float) - Method in class org.jzy3d.maths.Coord3d
Add a value to all components of the current Coord and return the result in a new Coord3d.
add(double) - Method in class org.jzy3d.maths.Scale
 
add(List<? extends AbstractDrawable>) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Append a list of Drawables to this composite.
add(AbstractDrawable) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
Add a Drawable to this composite.
add(List<? extends AbstractDrawable>) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
Append a list of Drawables to this composite.
add(AbstractDrawable) - Method in class org.jzy3d.plot3d.primitives.CompileableComposite
Add a Drawable to this composite.
add(Point) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
Add a point to the polygon.
add(Point) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
add(Point) - Method in class org.jzy3d.plot3d.primitives.Polygon
Add a point to the polygon.
add(Point) - Method in class org.jzy3d.plot3d.primitives.Quad
Add a point to the polygon.
add(Light) - Method in class org.jzy3d.plot3d.rendering.lights.LightSet
 
add(AbstractDrawable, boolean) - Method in class org.jzy3d.plot3d.rendering.scene.Graph
Add a Drawable to the SceneGraph 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
 
addComponentListener(ComponentListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addController(ChartCameraController) - Method in class org.jzy3d.chart.Chart
Add a ChartCameraController to this Chart.
addControllerEventListener(ControllerEventListener) - Method in class org.jzy3d.chart.controllers.ChartCameraController
 
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
 
addFocusListener(FocusListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addGLEventListener(GLEventListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addHierarchyBoundsListener(HierarchyBoundsListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addHierarchyListener(HierarchyListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addInputMethodListener(InputMethodListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addKeyListener(KeyListener) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
 
addKeyListener(KeyListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addMouseListener(MouseListener) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
 
addMouseListener(MouseListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addMouseMotionListener(MouseMotionListener) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
 
addMouseMotionListener(MouseMotionListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addMouseSource(IScreenCanvas) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
addMouseWheelListener(MouseWheelListener) - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
 
addMouseWheelListener(MouseWheelListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addObjectPickedListener(IObjectPickedListener) - Method in class org.jzy3d.picking.PickingSupport
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
addRenderer(Renderer2d) - Method in class org.jzy3d.chart.Chart
 
addRenderer2d(Renderer2d) - Method in class org.jzy3d.plot3d.rendering.view.View
 
addSelf(Coord2d) - Method in class org.jzy3d.maths.Coord2d
 
addSelf(float) - 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(ChartThreadController) - Method in class org.jzy3d.chart.controllers.mouse.ChartMouseController
 
addSlaveThreadController(ChartThreadController) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewMouseController
 
addTarget(Chart) - Method in class org.jzy3d.chart.controllers.ChartCameraController
 
addTarget(Chart) - Method in class org.jzy3d.chart.controllers.keyboard.ChartKeyController
 
addTarget(Chart) - Method in class org.jzy3d.chart.controllers.mouse.ChartMouseController
 
addTarget(View) - Method in class org.jzy3d.plot3d.rendering.view.controllers.ViewCameraController
 
addTooltip(ITooltipRenderer) - Method in class org.jzy3d.plot3d.rendering.view.View
 
addTooltips(List<ITooltipRenderer>) - Method in class org.jzy3d.plot3d.rendering.view.View
 
addVertex(V) - Method in class org.jzy3d.maths.graphs.DefaultGraph
 
addVertex(V) - Method in interface org.jzy3d.maths.graphs.IGraph
 
addViewOnTopEventListener(IViewIsVerticalEventListener) - Method in class org.jzy3d.plot3d.rendering.view.View
 
addViewPointChangedListener(IViewPointChangedListener) - Method in class org.jzy3d.plot3d.rendering.view.View
 
Advanced - Static variable in class org.jzy3d.plot3d.rendering.canvas.Quality
 
aim - Class in net.letskit.redbook.first
This program calculates the fovy (field of view angle in the y direction), by using trigonometry, given the size of an object and its size.
aim() - Constructor for class net.letskit.redbook.first.aim
 
allocBytes(byte[]) - Static method in class org.jzy3d.io.GLImage
Same function as in GLApp.java.
alpha - Class in net.letskit.redbook.first
This program draws several overlapping filled polygons to demonstrate the effect order has on alpha blending results.
alpha() - Constructor for class net.letskit.redbook.first.alpha
 
alpha3D - Class in net.letskit.redbook.first
This program demonstrates how to intermix opaque and alpha blended polygons in the same scene, by using glDepthMask.
alpha3D() - Constructor for class net.letskit.redbook.first.alpha3D
 
alphaSelf(float) - Method in class org.jzy3d.colors.Color
 
angle() - Method in class org.jzy3d.maths.Angle2d
Computes the angle
angle() - Method in class org.jzy3d.maths.Angle3d
Computes an angle between 0 and 2*PI.
Angle2d - Class in org.jzy3d.maths
An Angle2d stores three 2d points, considering the angle is on the second one.
Angle2d(float, float, float, float, float, float) - 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.
animate() - Method in class net.letskit.redbook.glskeleton
 
anti - Class in net.letskit.redbook.first
This program draws antialiased lines in RGBA mode.
anti() - Constructor for class net.letskit.redbook.first.anti
 
antipoint - Class in net.letskit.redbook.first
The program draws antialiased points, in RGBA mode.
antipoint() - Constructor for class net.letskit.redbook.first.antipoint
 
antipoly - Class in net.letskit.redbook.first
This program draws filled polygons with antialiased edges.
antipoly() - Constructor for class net.letskit.redbook.first.antipoly
 
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.TextRenderer
 
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
 
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
 
atLeastOneNonNaN(double[]) - Static method in class org.jzy3d.maths.Array
 
attachChart(Chart) - Method in class org.jzy3d.chart.controllers.mouse.AbstractChartMouseSelector
 
awt() - Method in class org.jzy3d.colors.Color
 
awt(Color) - Static method in class org.jzy3d.plot2d.rendering.CanvasAWT
Converts a Imaging Color into a AWT Color.
axe - Static variable in class org.jzy3d.factories.JzyFactories
 
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 invisible front faces 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
 
AxeBoxLayout - Class in org.jzy3d.plot3d.primitives.axes.layout
 
AxeBoxLayout() - Constructor for class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
Default AxeBox layout
AxeFactory - Class in org.jzy3d.plot3d.primitives.axes
 
AxeFactory() - Constructor for class org.jzy3d.plot3d.primitives.axes.AxeFactory
 

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 _