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 _

S

saveImage() - Method in class org.jzy3d.plot3d.rendering.legends.Legend
 
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(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.ScatterMouseSelector
 
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
 
ScatterMouseSelector - Class in org.jzy3d.chart.controllers.mouse.selection
 
ScatterMouseSelector(SelectableScatter) - Constructor for class org.jzy3d.chart.controllers.mouse.selection.ScatterMouseSelector
 
scene - Variable in class org.jzy3d.chart.Chart
 
scene - Static variable in class org.jzy3d.factories.JzyFactories
 
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(Graph) - Constructor for class org.jzy3d.plot3d.rendering.scene.Scene
 
scene - Variable in class org.jzy3d.plot3d.rendering.view.View
 
SceneFactory - Class in org.jzy3d.factories
 
SceneFactory() - Constructor for class org.jzy3d.factories.SceneFactory
 
sceneOffset - Variable in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
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
 
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
 
screenshot() - Method in class org.jzy3d.chart.Chart
 
screenshot(Chart, String) - Static method in class org.jzy3d.chart.ChartLauncher
 
screenshot(Chart, String) - Method in class org.jzy3d.chart.controllers.keyboard.camera.ScreenshotKeyListener
 
screenshot() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasAWT
 
screenshot() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasNewt
 
screenshot() - Method in class org.jzy3d.plot3d.rendering.canvas.CanvasSwing
 
screenshot() - Method in interface org.jzy3d.plot3d.rendering.canvas.ICanvas
Returns an image with the current renderer's size
screenshot() - Method in class org.jzy3d.plot3d.rendering.canvas.OffscreenCanvas
 
SCREENSHOT_FOLDER - Static variable in class org.jzy3d.chart.ChartLauncher
 
ScreenshotKeyListener - Class in org.jzy3d.chart.controllers.keyboard.camera
Saves a screenshot in PNG format once key S is pressed.
ScreenshotKeyListener(Chart, String) - Constructor for class org.jzy3d.chart.controllers.keyboard.camera.ScreenshotKeyListener
 
ScreenshotKeyListener.IScreenshotEventListener - Interface in org.jzy3d.chart.controllers.keyboard.camera
 
screenToModel(GL2, GLU, Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Transform a 2d screen coordinate into a 3d coordinate.
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(Scene, ICanvas, Quality) - Constructor for class org.jzy3d.plot3d.rendering.view.SelectableView
 
selectionRenderer - Variable in class org.jzy3d.chart.controllers.mouse.selection.AbstractMouseSelector
 
selfMargin(float) - Method in class org.jzy3d.maths.BoundingBox3d
 
set(Coord3d) - Method in class org.jzy3d.maths.Coord3d
 
set(float, float, float) - Method in class org.jzy3d.maths.Coord3d
 
set_Z_as_fxy(float[][]) - Method in class org.jzy3d.plot3d.builder.delaunay.DelaunayTriangulationManager
 
setAll(GL2, 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
 
setAnimated(boolean) - Method in class org.jzy3d.plot3d.rendering.canvas.Quality
 
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(AxeBox) - Method in class org.jzy3d.plot3d.rendering.view.View
CONTROLS ANNOTATIONS & GENERAL RENDERING
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
 
setBackgroundColor(Color) - Method in class org.jzy3d.plot2d.primitive.ColorbarImageGenerator
 
setBackgroundColor(Color) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setBackgroundImage(BufferedImage) - Method in class org.jzy3d.plot3d.rendering.view.View
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
 
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.
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.
setCellRenderer(TextCellRenderer) - Method in class org.jzy3d.plot3d.text.drawable.cells.DrawableTextCell
 
setCharacterWidth(int) - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
setColor(Color) - Method in interface org.jzy3d.colors.ISingleColorable
Set the color.
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.AbstractComposite
 
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.Polygon
 
setColor(Color) - Method in class org.jzy3d.plot3d.primitives.Scatter
 
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.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.CompileableComposite
 
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.enlightables.EnlightablePolygon
 
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.MultiColorScatter
 
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.MultiColorScatterList
 
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
 
setColorMapper(ColorMapper) - Method in class org.jzy3d.plot3d.primitives.Polygon
 
setColorMmapper(ColorMapper) - Method in class org.jzy3d.contour.DefaultContourColoringPolicy
 
setColors(Color[]) - Method in class org.jzy3d.plot3d.primitives.MultiColorScatter
 
setColors(Color[]) - Method in class org.jzy3d.plot3d.primitives.Scatter
 
setContourImg(BufferedImage, Range, Range) - Method in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
setContourMesh(ContourMesh) - Method in class org.jzy3d.plot3d.primitives.axes.ContourAxeBox
 
setCurrentName(GL2, Pickable) - Method in class org.jzy3d.picking.PickingSupport
 
setCustomEventQueue() - Static method in class org.jzy3d.plot3d.pipelines.CustomEventQueue
 
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(float[]) - Method in class org.jzy3d.plot3d.builder.delaunay.DelaunayCoordinateValidator
 
setData(Coordinates) - Method in class org.jzy3d.plot3d.builder.delaunay.OrthonormalCoordinateValidator
 
setData(BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.CompositeParallelepiped
Set the parallelepiped 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(Coord3d[]) - Method in class org.jzy3d.plot3d.primitives.MultiColorScatter
Set the coordinates of the point.
setData(List<Coord3d>) - Method in class org.jzy3d.plot3d.primitives.MultiColorScatterList
Set the coordinates of the point.
setData(BoundingBox3d) - Method in class org.jzy3d.plot3d.primitives.Parallelepiped
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.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.
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.ColorMapGrayscale
 
setDirection(boolean) - Method in class org.jzy3d.colors.colormaps.ColorMapHotCold
 
setDirection(boolean) - Method in class org.jzy3d.colors.colormaps.ColorMapRainbow
 
setDirection(boolean) - Method in class org.jzy3d.colors.colormaps.ColorMapRBG
 
setDirection(boolean) - Method in class org.jzy3d.colors.colormaps.ColorMapRedAndGreen
 
setDirection(boolean) - Method in class org.jzy3d.colors.colormaps.ColorMapWhiteBlue
 
setDirection(boolean) - Method in class org.jzy3d.colors.colormaps.ColorMapWhiteGreen
 
setDirection(boolean) - Method in class org.jzy3d.colors.colormaps.ColorMapWhiteRed
 
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.
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.AxeBox
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
 
setForegroundColor(Color) - Method in class org.jzy3d.plot2d.primitive.ColorbarImageGenerator
 
setGl(GL2) - 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.global.Settings
Modifies the acceleration status for all ICanvas.Canvas instantiations.
setHasBackground(boolean) - Method in class org.jzy3d.plot2d.primitive.ColorbarImageGenerator
 
setHeight(int) - Method in class org.jzy3d.plot3d.rendering.view.ViewPort
 
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.ImageViewport
Set the Image that will be displayed by the layer.
setImage(Image, int, int, ByteBuffer) - Method in class org.jzy3d.plot3d.rendering.view.ImageViewport
 
setImage(Image) - Method in class org.jzy3d.plot3d.rendering.view.ImageViewport
 
setLabelSceneOffset(Coord3d) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
setLabelScreenOffset(Coord2d) - Method in class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
 
setLegend(Legend) - 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
 
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.maths.Scale
 
setMaximized(boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setMin(double) - Method in class org.jzy3d.maths.Scale
 
setMinimumSize(Dimension) - Method in class org.jzy3d.plot3d.rendering.legends.colorbars.ColorbarLegend
 
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.MousePickingController
 
setPlanePosition(Coord2d) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
setPointList(List<Coord3d>) - Method in class org.jzy3d.maths.algorithms.interpolation.bernstein.Spline3D
 
setPolygonMode(Polygon.PolygonMode) - Method in class org.jzy3d.plot3d.primitives.CompositeParallelepiped
 
setPolygonMode(Polygon.PolygonMode) - Method in class org.jzy3d.plot3d.primitives.Polygon
A null polygonMode imply no any call to gl.glPolygonMode(...) at rendering
setPolygonOffsetFill(boolean) - Method in class org.jzy3d.plot3d.primitives.CompositeParallelepiped
 
setPolygonOffsetFillEnable(boolean) - Method in class org.jzy3d.plot3d.primitives.Polygon
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.Polygon
A utility to change polygon offset fill status of a AbstractComposite containing Polygons.
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
 
setQuadColor(Color) - Method in class org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
 
setQuadColor(Color) - Method in interface org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout
 
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.
setResource(SharedTexture) - Method in class org.jzy3d.plot3d.primitives.textured.DrawableTexture
 
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
 
setScale(Scale, boolean) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setSceneOffset(Coord3d) - Method in class org.jzy3d.plot3d.text.drawable.cells.TextCellRenderer
 
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
 
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.
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
 
setTightness(float) - Method in class org.jzy3d.maths.algorithms.interpolation.bernstein.Spline3D
Sets the tightness for future curve interpolation calls.
Settings - Class in org.jzy3d.global
Settings is a singleton that holds general settings that configure Imaging classes instantiation.
setTooltip(ITooltipRenderer) - Method in class org.jzy3d.plot3d.rendering.view.View
 
setTooltips(List<ITooltipRenderer>) - Method in class org.jzy3d.plot3d.rendering.view.View
 
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 #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.
setUp(Coord3d) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Set the top of the camera.
setValign(Valign) - Method in class org.jzy3d.plot3d.text.DrawableTextWrapper
 
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
 
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.
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
 
setViewPort(int, int, float, float) - Method in class org.jzy3d.plot3d.rendering.legends.Legend
Defines viewport dimensions, and precompute an image if required (i.e. if the viewport dimension have changed
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(float) - Method in class org.jzy3d.plot3d.primitives.LineStrip
 
setWidth(float) - Method in class org.jzy3d.plot3d.primitives.MultiColorScatter
Set the width of the point.
setWidth(float) - Method in class org.jzy3d.plot3d.primitives.MultiColorScatterList
Set the width of the point.
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(int) - Method in class org.jzy3d.plot3d.rendering.view.ViewPort
 
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(float[]) - Method in class org.jzy3d.plot3d.builder.delaunay.DelaunayTriangulationManager
 
setX(int) - Method in class org.jzy3d.plot3d.rendering.view.ViewPort
 
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(float[]) - Method in class org.jzy3d.plot3d.builder.delaunay.DelaunayTriangulationManager
 
setY(int) - Method in class org.jzy3d.plot3d.rendering.view.ViewPort
 
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
 
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.colors.ColorMapper
 
setZMax(float) - Method in interface org.jzy3d.colors.IColorMappable
Set the upper value boundary for a IColorMap.
setZmax(float) - Method in class org.jzy3d.maths.BoundingBox3d
 
setZMax(float) - Method in class org.jzy3d.maths.GridLoader
Deprecated.  
setZMin(float) - Method in class org.jzy3d.colors.ColorMapper
 
setZMin(float) - Method in interface org.jzy3d.colors.IColorMappable
Set the lower value boundary for a IColorMap.
setZmin(float) - Method in class org.jzy3d.maths.BoundingBox3d
 
setZMin(float) - Method in class org.jzy3d.maths.GridLoader
Deprecated.  
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(GL2, GLU, CameraMode) - Method in class org.jzy3d.plot3d.rendering.view.Camera
Sets the projection, and the mapping of 3d environement to 2d screen.
shoot(GL2, 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.
showLayout() - Method in class org.jzy3d.chart.ChartView
 
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.
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.
size() - Method in class org.jzy3d.plot3d.builder.delaunay.jdt.Delaunay_Triangulation
the number of (different) vertices in this triangulation.
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.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() - Method in class org.jzy3d.plot3d.primitives.Polygon
 
SIZE_BYTE - Static variable in class org.jzy3d.io.GLImage
 
slice(int, int, float, float) - Static method in class org.jzy3d.plot3d.rendering.view.ViewPort
 
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(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
 
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.SphereMouseSelector
 
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.
SphereMouseSelector - Class in org.jzy3d.chart.controllers.mouse.selection
 
SphereMouseSelector(SelectableSphere) - Constructor for class org.jzy3d.chart.controllers.mouse.selection.SphereMouseSelector
 
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.bernstein
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.bernstein.Spline3D
Constructs an empty spline container with default curve tightness.
Spline3D(List<Coord3d>) - Constructor for class org.jzy3d.maths.algorithms.interpolation.bernstein.Spline3D
 
Spline3D(List<Coord3d>, BernsteinPolynomial, float) - Constructor for class org.jzy3d.maths.algorithms.interpolation.bernstein.Spline3D
 
Spline3D(Coord3d[]) - Constructor for class org.jzy3d.maths.algorithms.interpolation.bernstein.Spline3D
 
Spline3D(Coord3d[], BernsteinPolynomial, float) - Constructor for class org.jzy3d.maths.algorithms.interpolation.bernstein.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
 
start() - Method in class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
Start the animation.
start - Variable in class org.jzy3d.maths.TicToc
 
startSelection(MouseEvent) - Method in class org.jzy3d.chart.controllers.mouse.selection.AbstractMouseSelector
 
startTriangleHull - Variable in class org.jzy3d.plot3d.builder.delaunay.jdt.Delaunay_Triangulation
 
StaticTickProvider - Class in org.jzy3d.plot3d.primitives.axes.layout.providers
 
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.
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 class org.jzy3d.chart.controllers.thread.camera.CameraThreadController
Stop the animation.
stop - Variable in class org.jzy3d.maths.TicToc
 
stopAnimator() - Method in class org.jzy3d.chart.Chart
 
STR - Static variable in class org.jzy3d.utils.Version
 
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.
swt(Color) - Static method in class org.jzy3d.plot2d.rendering.CanvasSWT
Converts a Imaging Color into a SWT Color.
symbolMask - Variable in class org.jzy3d.plot3d.primitives.textured.MaskPair
 

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 _