Uses of Class
org.jzy3d.colors.Color

Packages that use Color
org.jzy3d.colors The Color package provide tools for mapping colors on graphical objects in two and three dimensions 
org.jzy3d.colors.colormaps   
org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. 
org.jzy3d.plot2d.primitive   
org.jzy3d.plot2d.rendering Provides classes to perform rendering of 2d objects into AWT and SWT canvases 
org.jzy3d.plot3d.builder.concrete   
org.jzy3d.plot3d.primitives Provides 3d primitives that either implement plot3d.rendering.Drawable or plot3d.rendering.Composite3d, and thus provide a draw() and transform() function for the plot3d.rendering.Scene
org.jzy3d.plot3d.primitives.axes.layout   
org.jzy3d.plot3d.primitives.enlightables   
org.jzy3d.plot3d.primitives.graphs.layout   
org.jzy3d.plot3d.primitives.graphs.nodes   
org.jzy3d.plot3d.primitives.interactive   
org.jzy3d.plot3d.primitives.interactive.tools   
org.jzy3d.plot3d.primitives.textured   
org.jzy3d.plot3d.rendering.legends.colorbars   
org.jzy3d.plot3d.rendering.lights   
org.jzy3d.plot3d.rendering.view Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. 
org.jzy3d.plot3d.text Provides utilities for rendering texts into a 3 dimensional scene. 
 

Uses of Color in org.jzy3d.colors
 

Fields in org.jzy3d.colors declared as Color
static Color Color.BLACK
           
static Color Color.BLUE
           
static Color Color.CYAN
           
static Color Color.GRAY
           
static Color Color.GREEN
           
static Color Color.MAGENTA
           
static Color Color.RED
           
static Color Color.WHITE
           
static Color Color.YELLOW
           
 

Methods in org.jzy3d.colors that return Color
 Color Color.alphaSelf(float alpha)
           
 Color Color.clone()
           
 Color ISingleColorable.getColor()
          Get the color.
 Color ColorMapper.getColor(Coord3d coord)
           
 Color ColorMapper.getColor(float v)
           
 Color Color.negative()
           
static Color Color.random()
           
 

Methods in org.jzy3d.colors with parameters of type Color
 void Color.mul(Color factor)
           
 void ISingleColorable.setColor(Color color)
          Set the color.
 

Constructors in org.jzy3d.colors with parameters of type Color
ColorMapper(ColorMapper colormapper, Color factor)
           
ColorMapper(IColorMap colormap, float zmin, float zmax, Color factor)
           
 

Uses of Color in org.jzy3d.colors.colormaps
 

Methods in org.jzy3d.colors.colormaps that return Color
 Color ColorMapGrayscale.getColor(float x, float y, float z, float zMin, float zMax)
           
 Color IColorMap.getColor(IColorMappable colorable, float v)
           
 Color ColorMapWhiteRed.getColor(IColorMappable colorable, float z)
           
 Color ColorMapWhiteGreen.getColor(IColorMappable colorable, float z)
           
 Color ColorMapWhiteBlue.getColor(IColorMappable colorable, float z)
           
 Color ColorMapRedAndGreen.getColor(IColorMappable colorable, float z)
           
 Color ColorMapRBG.getColor(IColorMappable colorable, float z)
           
 Color ColorMapRainbow.getColor(IColorMappable colorable, float z)
           
 Color ColorMapHotCold.getColor(IColorMappable colorable, float z)
           
 Color ColorMapGrayscale.getColor(IColorMappable colorable, float z)
           
 Color ColorMapBlueGreen.getColor(IColorMappable colorable, float z)
           
 Color IColorMap.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapWhiteRed.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapWhiteGreen.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapWhiteBlue.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapRedAndGreen.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapRBG.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapRainbow.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapHotCold.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapGrayscale.getColor(IColorMappable colorable, float x, float y, float z)
           
 Color ColorMapBlueGreen.getColor(IColorMappable colorable, float x, float y, float z)
           
 

Uses of Color in org.jzy3d.maths
 

Methods in org.jzy3d.maths with parameters of type Color
 java.util.List<Polygon> GridLoader.getExtrapolatedRingPolygons(float ringMax, IColorMap cmap, Color colorFactor)
          Deprecated.  
 java.util.List<Polygon> GridLoader.getInterpolatedRingPolygons(float ringMin, float ringMax, IColorMap cmap, Color colorFactor)
          Deprecated. Load data standing on an orthonormal grid.
 java.util.Vector<Polygon> GridLoader.getSquarePolygons(IColorMap cmap, Color colorFactor)
          Deprecated.  
 

Uses of Color in org.jzy3d.plot2d.primitive
 

Methods in org.jzy3d.plot2d.primitive that return Color
 Color ColorbarImageGenerator.getBackgroundColor()
           
 Color ColorbarImageGenerator.getForegroundColor()
           
 

Methods in org.jzy3d.plot2d.primitive with parameters of type Color
 void ColorbarImageGenerator.setBackgroundColor(Color backgroundColor)
           
 void ColorbarImageGenerator.setForegroundColor(Color foregroundColor)
           
 

Uses of Color in org.jzy3d.plot2d.rendering
 

Methods in org.jzy3d.plot2d.rendering with parameters of type Color
static java.awt.Color CanvasAWT.awt(Color color)
          Converts a Imaging Color into a AWT Color.
 void CanvasSWT.drawBackground(Color color, int width, int heigth)
           
 void CanvasAWT.drawBackground(Color color, int width, int height)
           
 void Canvas.drawBackground(Color color, int width, int height)
          Draws the picture background in the given color.
 void CanvasSWT.drawDot(Color color, int x, int y)
           
 void CanvasAWT.drawDot(Color color, int x, int y)
           
 void Canvas.drawDot(Color color, int x, int y)
          Draws a dot, represented by a small rectangle.
 void CanvasSWT.drawOval(Color color, int x, int y, int width, int height)
           
 void CanvasAWT.drawOval(Color color, int x, int y, int width, int height)
           
 void Canvas.drawOval(Color color, int x, int y, int width, int height)
          Draws an oval.
 void CanvasSWT.drawRect(Color color, int x, int y, int width, int height)
           
 void CanvasAWT.drawRect(Color color, int x, int y, int width, int height)
           
 void Canvas.drawRect(Color color, int x, int y, int width, int heigth)
          Draws a rectangle.
 void CanvasSWT.drawRect(Color color, int x, int y, int width, int height, boolean border)
           
 void CanvasAWT.drawRect(Color color, int x, int y, int width, int height, boolean border)
           
 void Canvas.drawRect(Color color, int x, int y, int width, int heigth, boolean border)
          Draws a rectangle.
static org.eclipse.swt.graphics.Color CanvasSWT.swt(Color color)
          Converts a Imaging Color into a SWT Color.
 

Uses of Color in org.jzy3d.plot3d.builder.concrete
 

Methods in org.jzy3d.plot3d.builder.concrete with parameters of type Color
 java.util.List<Polygon> RingTesselator.getExtrapolatedRingPolygons(float ringMax, ColorMapper cmap, Color colorFactor)
          Deprecated.  
 java.util.List<Polygon> RingTesselator.getInterpolatedRingPolygons(float ringMin, float ringMax, ColorMapper cmap, Color colorFactor)
          Deprecated. Load data standing on an orthonormal grid.
 java.util.List<Polygon> OrthonormalTesselator.getSquarePolygonsAroundCoordinates(ColorMapper cmap, Color colorFactor)
           
 java.util.List<Polygon> OrthonormalTesselator.getSquarePolygonsOnCoordinates(ColorMapper cmap, Color colorFactor)
           
 

Constructors in org.jzy3d.plot3d.builder.concrete with parameters of type Color
RingExtrapolator(float ringMax, ColorMapper cmap, Color factor)
           
RingInterpolator(float ringMin, float ringMax, ColorMapper cmap, Color factor)
           
 

Uses of Color in org.jzy3d.plot3d.primitives
 

Fields in org.jzy3d.plot3d.primitives declared as Color
 Color[] Scatter.colors
           
 Color Scatter.rgb
           
 Color Point.rgb
           
 

Methods in org.jzy3d.plot3d.primitives that return Color
 Color Tube.getColor()
           
 Color Sphere.getColor()
           
 Color Scatter.getColor()
           
 Color Polygon.getColor()
           
 Color Point.getColor()
           
 Color Parallelepiped.getColor()
           
 Color LineStrip.getColor()
           
 Color Disk.getColor()
           
 Color CompileableComposite.getColor()
           
 Color AbstractComposite.getColor()
           
 Color Parallelepiped.getWireframeColor()
           
 Color IWireframeable.getWireframeColor()
          Get the wireframe color.
 Color AbstractWireframeable.getWireframeColor()
          Get the wireframe color.
 

Methods in org.jzy3d.plot3d.primitives with parameters of type Color
 void Tube.setColor(Color color)
           
 void Sphere.setColor(Color color)
           
 void Scatter.setColor(Color color)
           
 void Polygon.setColor(Color color)
           
 void Point.setColor(Color color)
           
 void Parallelepiped.setColor(Color color)
           
 void LineStrip.setColor(Color color)
          Apply the given color to the line strip, or make an interpolated color between each point according to the point color if the input color is null.
 void Disk.setColor(Color color)
           
 void CompileableComposite.setColor(Color color)
           
 void AbstractComposite.setColor(Color color)
           
 void Scatter.setColors(Color[] colors)
           
 void MultiColorScatter.setColors(Color[] colors)
           
 void HistogramBar.setData(Coord3d position, float height, float radius, Color color)
           
 void Cylinder.setData(Coord3d position, float height, float radius, int slices, int rings, Color color)
           
 void Parallelepiped.setWireframeColor(Color color)
           
 void IWireframeable.setWireframeColor(Color color)
          Set the wireframe color.
 void CompileableComposite.setWireframeColor(Color color)
           
 void AbstractWireframeable.setWireframeColor(Color color)
          Set the wireframe color.
 void AbstractComposite.setWireframeColor(Color color)
           
 

Constructors in org.jzy3d.plot3d.primitives with parameters of type Color
Disk(Coord3d position, float radiusInner, float radiusOuter, int slices, int loops, Color color)
          Initialize a cylinder with the given parameters.
MultiColorScatter(Coord3d[] coordinates, Color[] colors, ColorMapper mapper)
           
MultiColorScatter(Coord3d[] coordinates, Color[] colors, ColorMapper mapper, float width)
           
Point(Coord3d xyz, Color rgb)
          Intialize a point with a width of 1.
Point(Coord3d xyz, Color rgb, float width)
           
Scatter(Coord3d[] coordinates, Color rgb)
           
Scatter(Coord3d[] coordinates, Color[] colors)
           
Scatter(Coord3d[] coordinates, Color[] colors, float width)
           
Scatter(Coord3d[] coordinates, Color rgb, float width)
           
Sphere(Coord3d position, float radius, int slicing, Color color)
          Initialize a sphere with the given parameters.
Tube(Coord3d position, float radius, float height, int hslicing, int vslicing, Color color)
          Initialize a cylinder with the given parameters.
 

Uses of Color in org.jzy3d.plot3d.primitives.axes.layout
 

Methods in org.jzy3d.plot3d.primitives.axes.layout that return Color
 Color IAxeLayout.getGridColor()
           
 Color AxeBoxLayout.getGridColor()
           
 Color IAxeLayout.getMainColor()
           
 Color AxeBoxLayout.getMainColor()
           
 Color IAxeLayout.getQuadColor()
           
 Color AxeBoxLayout.getQuadColor()
           
 Color IAxeLayout.getXTickColor()
           
 Color AxeBoxLayout.getXTickColor()
           
 Color IAxeLayout.getYTickColor()
           
 Color AxeBoxLayout.getYTickColor()
           
 Color IAxeLayout.getZTickColor()
           
 Color AxeBoxLayout.getZTickColor()
           
 

Methods in org.jzy3d.plot3d.primitives.axes.layout with parameters of type Color
 void IAxeLayout.setGridColor(Color gridColor)
           
 void AxeBoxLayout.setGridColor(Color gridColor)
           
 void IAxeLayout.setMainColor(Color color)
           
 void AxeBoxLayout.setMainColor(Color color)
           
 void IAxeLayout.setQuadColor(Color quadColor)
           
 void AxeBoxLayout.setQuadColor(Color quadColor)
           
 void IAxeLayout.setXTickColor(Color color)
           
 void AxeBoxLayout.setXTickColor(Color tickColor)
           
 void IAxeLayout.setYTickColor(Color color)
           
 void AxeBoxLayout.setYTickColor(Color tickColor)
           
 void IAxeLayout.setZTickColor(Color color)
           
 void AxeBoxLayout.setZTickColor(Color tickColor)
           
 

Uses of Color in org.jzy3d.plot3d.primitives.enlightables
 

Methods in org.jzy3d.plot3d.primitives.enlightables that return Color
 Color EnlightableSphere.getColor()
           
 Color EnlightablePolygon.getColor()
           
 Color EnlightableDisk.getColor()
           
 Color Enlightable.getMaterialAmbiantReflection()
          LIGHT CONFIG
 Color Enlightable.getMaterialDiffuseReflection()
           
 Color Enlightable.getMaterialEmission()
           
 Color Enlightable.getMaterialSpecularReflection()
           
 

Methods in org.jzy3d.plot3d.primitives.enlightables with parameters of type Color
 void EnlightableSphere.setColor(Color color)
           
 void EnlightablePolygon.setColor(Color color)
           
 void EnlightableDisk.setColor(Color color)
           
 void EnlightableBar.setData(Coord3d position, float height, float radius, Color color)
           
 void Enlightable.setMaterialAmbiantReflection(Color materialAmbiantReflection)
           
 void Enlightable.setMaterialDiffuseReflection(Color materialDiffuseReflection)
           
 void Enlightable.setMaterialEmission(Color materialEmission)
           
 void Enlightable.setMaterialSpecularReflection(Color materialSpecularReflection)
           
 

Constructors in org.jzy3d.plot3d.primitives.enlightables with parameters of type Color
EnlightableBar(Coord3d position, float height, float radius, Color color)
           
EnlightableDisk(Coord3d position, float radiusInner, float radiusOuter, int slices, int loops, Color color, boolean faceup)
          Initialize a cylinder with the given parameters.
EnlightableSphere(Coord3d position, float radius, int slicing, Color color)
          Initialize a sphere with the given parameters.
 

Uses of Color in org.jzy3d.plot3d.primitives.graphs.layout
 

Methods in org.jzy3d.plot3d.primitives.graphs.layout that return Color
 Color IGraphFormatter.getEdgeColor()
           
 Color DefaultGraphFormatter.getEdgeColor()
           
 Color IGraphFormatter.getEdgeLabelColor()
           
 Color DefaultGraphFormatter.getEdgeLabelColor()
           
 Color IGraphFormatter.getHighlightedEdgeColor()
           
 Color DefaultGraphFormatter.getHighlightedEdgeColor()
           
 Color IGraphFormatter.getHighlightedEdgeLabelColor()
           
 Color DefaultGraphFormatter.getHighlightedEdgeLabelColor()
           
 Color IGraphFormatter.getHighlightedVertexColor()
           
 Color DefaultGraphFormatter.getHighlightedVertexColor()
           
 Color IGraphFormatter.getHighlightedVertexLabelColor()
           
 Color DefaultGraphFormatter.getHighlightedVertexLabelColor()
           
 Color IGraphFormatter.getVertexColor()
           
 Color DefaultGraphFormatter.getVertexColor()
           
 Color IGraphFormatter.getVertexLabelColor()
           
 Color DefaultGraphFormatter.getVertexLabelColor()
           
 

Methods in org.jzy3d.plot3d.primitives.graphs.layout with parameters of type Color
 void IGraphFormatter.setEdgeColor(Color edgeColor)
           
 void DefaultGraphFormatter.setEdgeColor(Color edgeColor)
           
 void IGraphFormatter.setEdgeLabelColor(Color edgeLabelColor)
           
 void DefaultGraphFormatter.setEdgeLabelColor(Color edgeLabelColor)
           
 void IGraphFormatter.setHighlightedEdgeColor(Color highlightedEdgeColor)
           
 void DefaultGraphFormatter.setHighlightedEdgeColor(Color highlightedEdgeColor)
           
 void IGraphFormatter.setHighlightedEdgeLabelColor(Color highlightedEdgeLabelColor)
           
 void DefaultGraphFormatter.setHighlightedEdgeLabelColor(Color highlightedEdgeLabelColor)
           
 void IGraphFormatter.setHighlightedVertexColor(Color highlightedVertexColor)
           
 void DefaultGraphFormatter.setHighlightedVertexColor(Color highlightedVertexColor)
           
 void IGraphFormatter.setHighlightedVertexLabelColor(Color highlightedVertexLabelColor)
           
 void DefaultGraphFormatter.setHighlightedVertexLabelColor(Color highlightedVertexLabelColor)
           
 void IGraphFormatter.setVertexColor(Color vertexColor)
           
 void DefaultGraphFormatter.setVertexColor(Color vertexColor)
           
 void IGraphFormatter.setVertexLabelColor(Color vertexLabelColor)
           
 void DefaultGraphFormatter.setVertexLabelColor(Color vertexLabelColor)
           
 

Constructors in org.jzy3d.plot3d.primitives.graphs.layout with parameters of type Color
DefaultGraphFormatter(Color normal, Color highlight)
           
 

Uses of Color in org.jzy3d.plot3d.primitives.graphs.nodes
 

Constructors in org.jzy3d.plot3d.primitives.graphs.nodes with parameters of type Color
PickablePoint(Coord3d xyz, Color rgb)
           
PickablePoint(Coord3d xyz, Color rgb, float width)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)
           
 

Uses of Color in org.jzy3d.plot3d.primitives.interactive
 

Methods in org.jzy3d.plot3d.primitives.interactive that return Color
 Color InteractiveScatter.getHighlightColor()
           
 

Methods in org.jzy3d.plot3d.primitives.interactive with parameters of type Color
 void InteractiveScatter.setHighlightColor(Color highlightColor)
           
 

Constructors in org.jzy3d.plot3d.primitives.interactive with parameters of type Color
InteractiveScatter(Coord3d[] coordinates, Color[] colors)
           
InteractiveSphere(Coord3d position, float radius, int slicing, Color color)
           
 

Uses of Color in org.jzy3d.plot3d.primitives.interactive.tools
 

Fields in org.jzy3d.plot3d.primitives.interactive.tools with type parameters of type Color
 java.util.List<Color> PolygonProjection.colors
           
 

Methods in org.jzy3d.plot3d.primitives.interactive.tools that return Color
 Color PolygonProjection.getMeanColor()
           
 

Methods in org.jzy3d.plot3d.primitives.interactive.tools that return types with arguments of type Color
static java.util.List<Color> ProjectionUtils.getColors(Polygon p)
           
static java.util.ArrayList<Color> ProjectionUtils.getColorsAsArrayList(Polygon p)
           
 

Constructor parameters in org.jzy3d.plot3d.primitives.interactive.tools with type arguments of type Color
PolygonProjection(java.util.List<Coord3d> coords, java.util.List<Color> colors)
           
 

Uses of Color in org.jzy3d.plot3d.primitives.textured
 

Methods in org.jzy3d.plot3d.primitives.textured that return Color
 Color DrawableTexture.getColorFilter()
           
 

Methods in org.jzy3d.plot3d.primitives.textured with parameters of type Color
 void DrawableTexture.setColorFilter(Color filter)
           
 

Constructors in org.jzy3d.plot3d.primitives.textured with parameters of type Color
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color filter)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)
           
TexturedCube(Coord3d position, Color color, Color bgcolor, MaskPair masks)
           
TexturedCylinder(Coord3d position, Color color, Color bgcolor, MaskPair masks)
           
 

Uses of Color in org.jzy3d.plot3d.rendering.legends.colorbars
 

Constructors in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type Color
ColorbarLegend(AbstractDrawable parent, IAxeLayout layout, Color foreground)
           
ColorbarLegend(AbstractDrawable parent, IAxeLayout layout, Color foreground, Color background)
           
ColorbarLegend(AbstractDrawable parent, ITickProvider provider, ITickRenderer renderer, Color foreground, Color background)
           
 

Uses of Color in org.jzy3d.plot3d.rendering.lights
 

Methods in org.jzy3d.plot3d.rendering.lights that return Color
 Color Light.getAmbiantColor()
           
 Color Light.getDiffuseColor()
           
 Color Light.getSpecularColor()
           
 

Methods in org.jzy3d.plot3d.rendering.lights with parameters of type Color
 void Light.setAmbiantColor(Color ambiantColor)
           
 void Light.setDiffuseColor(Color diffuseColor)
           
 void Light.setSpecularColor(Color specularColor)
           
 

Uses of Color in org.jzy3d.plot3d.rendering.view
 

Methods in org.jzy3d.plot3d.rendering.view that return Color
 Color View.getBackgroundColor()
           
 

Methods in org.jzy3d.plot3d.rendering.view with parameters of type Color
 void View.setBackgroundColor(Color color)
           
 

Uses of Color in org.jzy3d.plot3d.text
 

Methods in org.jzy3d.plot3d.text with parameters of type Color
 void TextRenderer.appendText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color)
           
 void TextBitmap.drawSimpleText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Color color)
           
 BoundingBox3d TextBitmap.drawText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color)
           
 BoundingBox3d TextBillboard.drawText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color)
          Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.
 BoundingBox3d TextBitmap.drawText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color, Coord2d screenOffset)
           
 BoundingBox3d TextBitmap.drawText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)
          Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.
 BoundingBox3d TextBitmap.drawText(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color, Coord3d sceneOffset)
           
 void TextBillboard.drawText(javax.media.opengl.GL gl, java.lang.String s, Coord3d position, Halign halign, Valign valign, Color color)
          Draw a string at the specified position.
 void TextBitmapDrawable.setColor(Color color)
           
 void TextBitmapDrawable.setData(java.lang.String txt, Coord3d position, Color color)
           
 

Constructors in org.jzy3d.plot3d.text with parameters of type Color
TextBitmapDrawable(java.lang.String txt, Coord3d position, Color color)