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   
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 Provides concrete axes implementing the Axe interface 
org.jzy3d.plot3d.primitives.axes.layout   
org.jzy3d.plot3d.primitives.enlightables   
org.jzy3d.plot3d.primitives.graphs.impl   
org.jzy3d.plot3d.primitives.graphs.layout   
org.jzy3d.plot3d.primitives.interactive.tools   
org.jzy3d.plot3d.primitives.pickable   
org.jzy3d.plot3d.primitives.selectable   
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   
org.jzy3d.plot3d.text.drawable   
org.jzy3d.plot3d.text.drawable.cells   
org.jzy3d.plot3d.text.overlay   
org.jzy3d.plot3d.text.renderers   
org.jzy3d.plot3d.text.renderers.jogl   
org.jzy3d.ui.editors   
 

Uses of Color in org.jzy3d.colors
 

Fields in org.jzy3d.colors declared as Color
static Color Color.BLACK
          Black color.
static Color Color.BLUE
          Blue color.
static Color Color.CYAN
          Cyan color.
static Color Color.GRAY
          Gray color.
static Color Color.GREEN
          Green color.
static Color Color.MAGENTA
          Magenta color.
static Color Color.RED
          Red color.
static Color Color.WHITE
          White color.
static Color Color.YELLOW
          Yellow color.
 

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 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)
           
 

Uses of Color in org.jzy3d.maths
 

Methods in org.jzy3d.maths with parameters of type Color
 List<Polygon> GridLoader.getExtrapolatedRingPolygons(float ringMax, IColorMap cmap, Color colorFactor)
          Deprecated.  
 List<Polygon> GridLoader.getInterpolatedRingPolygons(float ringMin, float ringMax, IColorMap cmap, Color colorFactor)
          Deprecated. Load data standing on an orthonormal grid.
 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 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
 

Fields in org.jzy3d.plot3d.builder declared as Color
protected static Color Builder.colorFactor
           
protected static Color Builder.wireframeColor
           
 

Methods in org.jzy3d.plot3d.builder with parameters of type Color
static Shape Builder.buildRing(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax, ColorMapper cmap, Color factor)
           
 

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

Fields in org.jzy3d.plot3d.builder.concrete declared as Color
protected  Color RingTessellator.factor
           
protected  Color RingExtrapolator.factor
           
 

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

Constructors in org.jzy3d.plot3d.builder.concrete with parameters of type Color
RingExtrapolator(float ringMax, ColorMapper cmap, Color factor)
           
RingTessellator(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
protected  Color Sphere.color
           
protected  Color Polygon.color
           
protected  Color CompileableComposite.color
           
protected  Color AbstractComposite.color
           
 Color[] Scatter.colors
           
protected  Color[] MultiColorScatter.colors
           
 Color Scatter.rgb
           
 Color Point.rgb
           
protected  Color AbstractWireframeable.wfcolor
           
 

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 Disk.getColor()
           
 Color CompileableComposite.getColor()
           
 Color AbstractComposite.getColor()
           
 Color Parallelepiped.getWireframeColor()
           
 Color AbstractWireframeable.getWireframeColor()
          Get the wireframe color.
 

Methods in org.jzy3d.plot3d.primitives with parameters of type Color
protected  void AbstractDrawable.call(javax.media.opengl.GL2 gl, Color c)
           
protected  void AbstractDrawable.call(javax.media.opengl.GL2 gl, Color c, float alpha)
           
protected  void AbstractDrawable.callWithAlphaFactor(javax.media.opengl.GL2 gl, Color c, float alpha)
           
protected  void AbstractDrawable.negative(Color c)
           
 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 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 CompileableComposite.setWireframeColor(Color color)
           
 void AbstractWireframeable.setWireframeColor(Color color)
          Set the wireframe color.
 void AbstractComposite.setWireframeColor(Color color)
           
protected  Point InterpolatedLineStrip.toPoint(Coord3d coord, Color color, float width)
           
protected  List<Point> InterpolatedLineStrip.toPoints(List<Coord3d> coords, Color color, float width)
           
 

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
 

Methods in org.jzy3d.plot3d.primitives.axes with parameters of type Color
protected  BoundingBox3d AxeBox.drawTicks(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, int axis, int direction, Color color)
           
protected  BoundingBox3d AxeBox.drawTicks(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, int axis, int direction, Color color, Halign hal, Valign val)
           
 

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

Fields in org.jzy3d.plot3d.primitives.axes.layout declared as Color
protected  Color AxeBoxLayout.gridColor
           
protected  Color AxeBoxLayout.mainColor
           
protected  Color AxeBoxLayout.quadColor
           
protected  Color AxeBoxLayout.xTickColor
           
protected  Color AxeBoxLayout.yTickColor
           
protected  Color AxeBoxLayout.zTickColor
           
 

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
 

Fields in org.jzy3d.plot3d.primitives.enlightables declared as Color
protected  Color EnlightablePolygon.color
           
protected  Color AbstractEnlightable.materialAmbiantReflection
           
protected  Color AbstractEnlightable.materialDiffuseReflection
           
protected  Color AbstractEnlightable.materialEmission
           
protected  Color AbstractEnlightable.materialSpecularReflection
           
 

Methods in org.jzy3d.plot3d.primitives.enlightables that return Color
 Color EnlightableSphere.getColor()
           
 Color EnlightablePolygon.getColor()
           
 Color EnlightableDisk.getColor()
           
 Color AbstractEnlightable.getMaterialAmbiantReflection()
          LIGHT CONFIG
 Color AbstractEnlightable.getMaterialDiffuseReflection()
           
 Color AbstractEnlightable.getMaterialEmission()
           
 Color AbstractEnlightable.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 AbstractEnlightable.setMaterialAmbiantReflection(Color materialAmbiantReflection)
           
 void AbstractEnlightable.setMaterialDiffuseReflection(Color materialDiffuseReflection)
           
 void AbstractEnlightable.setMaterialEmission(Color materialEmission)
           
 void AbstractEnlightable.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.impl
 

Methods in org.jzy3d.plot3d.primitives.graphs.impl with parameters of type Color
protected  void DefaultDrawableGraph2d.drawEdge(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, E e, Coord2d c1, Coord2d c2, Color color)
           
protected  void DefaultDrawableGraph2d.drawVertexLabel(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, V v, Coord2d coord, Color color)
           
protected  void TextureGraph2d.drawVertexNode(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, V v, Coord2d coord, Color color)
           
protected  void PointGraph2d.drawVertexNode(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, V v, Coord2d coord, Color color)
           
protected  void DefaultDrawableGraph2d.drawVertexNode(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, V v, Coord2d coord, Color color)
           
 

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

Fields in org.jzy3d.plot3d.primitives.graphs.layout declared as Color
protected  Color DefaultGraphFormatter.edgeColor
           
protected  Color DefaultGraphFormatter.edgeLabelColor
           
protected  Color DefaultGraphFormatter.highlightedEdgeColor
           
protected  Color DefaultGraphFormatter.highlightedEdgeLabelColor
           
protected  Color DefaultGraphFormatter.highlightedVertexColor
           
protected  Color DefaultGraphFormatter.highlightedVertexLabelColor
           
protected  Color DefaultGraphFormatter.vertexColor
           
protected  Color DefaultGraphFormatter.vertexLabelColor
           
 

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.interactive.tools
 

Fields in org.jzy3d.plot3d.primitives.interactive.tools with type parameters of type Color
 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 List<Color> ProjectionUtils.getColors(Polygon p)
           
static ArrayList<Color> ProjectionUtils.getColorsAsArrayList(Polygon p)
           
 

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

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

Constructors in org.jzy3d.plot3d.primitives.pickable with parameters of type Color
PickablePoint(Coord3d xyz, Color rgb)
           
PickablePoint(Coord3d xyz, Color rgb, float width)
           
PickableSphere(Coord3d position, float radius, int slicing, Color color)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
           
 

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

Fields in org.jzy3d.plot3d.primitives.selectable declared as Color
protected  Color SelectableScatter.highlightColor
           
 

Methods in org.jzy3d.plot3d.primitives.selectable that return Color
 Color SelectableScatter.getHighlightColor()
           
 

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

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

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

Fields in org.jzy3d.plot3d.primitives.textured declared as Color
protected  Color DrawableTexture.filter
           
 

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, 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
 

Fields in org.jzy3d.plot3d.rendering.legends.colorbars declared as Color
protected  Color ColorbarLegend.background
           
protected  Color ColorbarLegend.foreground
           
 

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
 

Fields in org.jzy3d.plot3d.rendering.lights declared as Color
protected  Color Light.ambiantColor
           
protected  Color Light.diffuseColor
           
protected  Color Light.specularColor
           
 

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
 

Fields in org.jzy3d.plot3d.rendering.view declared as Color
protected  Color View.bgColor
           
 

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
 

Fields in org.jzy3d.plot3d.text declared as Color
protected  Color DrawableTextWrapper.color
           
 

Methods in org.jzy3d.plot3d.text with parameters of type Color
 void DrawableTextWrapper.configure(String txt, Coord3d position, Color color, Halign ha, Valign va)
           
 void ITextRenderer.drawSimpleText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Color color)
           
 BoundingBox3d ITextRenderer.drawText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Halign halign, Valign valign, Color color)
           
 BoundingBox3d AbstractTextRenderer.drawText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Halign halign, Valign valign, Color color)
           
 BoundingBox3d ITextRenderer.drawText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Halign halign, Valign valign, Color color, Coord2d screenOffset)
           
 BoundingBox3d AbstractTextRenderer.drawText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Halign halign, Valign valign, Color color, Coord2d screenOffset)
           
 BoundingBox3d ITextRenderer.drawText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Halign halign, Valign valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)
           
 BoundingBox3d ITextRenderer.drawText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Halign halign, Valign valign, Color color, Coord3d sceneOffset)
           
 BoundingBox3d AbstractTextRenderer.drawText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Halign halign, Valign valign, Color color, Coord3d sceneOffset)
           
 void DrawableTextWrapper.setColor(Color color)
           
 

Constructors in org.jzy3d.plot3d.text with parameters of type Color
DrawableTextWrapper(String txt, Coord3d position, Color color, ITextRenderer renderer)
           
 

Uses of Color in org.jzy3d.plot3d.text.drawable
 

Constructors in org.jzy3d.plot3d.text.drawable with parameters of type Color
DrawableTextBillboard(String txt, Coord3d position, Color color)
           
DrawableTextBitmap(String txt, Coord3d position, Color color)
           
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
           
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
           
 

Uses of Color in org.jzy3d.plot3d.text.drawable.cells
 

Constructors in org.jzy3d.plot3d.text.drawable.cells with parameters of type Color
DrawableTextCell(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
           
 

Uses of Color in org.jzy3d.plot3d.text.overlay
 

Methods in org.jzy3d.plot3d.text.overlay with parameters of type Color
 void TextOverlay.appendText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Halign halign, Valign valign, Color color)
           
 

Uses of Color in org.jzy3d.plot3d.text.renderers
 

Methods in org.jzy3d.plot3d.text.renderers with parameters of type Color
 void TextBitmapRenderer.drawSimpleText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Color color)
           
 void TextBillboardRenderer.drawSimpleText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Color color)
           
 BoundingBox3d TextBitmapRenderer.drawText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, 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 TextBillboardRenderer.drawText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, 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.
 void TextBillboardRenderer.drawText(javax.media.opengl.GL2 gl, String s, Coord3d position, Halign halign, Valign valign, Color color)
          Draw a string at the specified position.
 

Uses of Color in org.jzy3d.plot3d.text.renderers.jogl
 

Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type Color
 void JOGLTextRenderer.drawSimpleText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Color color)
           
 BoundingBox3d JOGLTextRenderer.drawText(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, Camera cam, String s, Coord3d position, Halign halign, Valign valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)
           
 

Uses of Color in org.jzy3d.ui.editors
 

Methods in org.jzy3d.ui.editors with parameters of type Color
protected  void MaterialEditor.registerColorControl(ColorEditor colorControl, Color color)
           
protected  void LightEditor.registerColorControl(ColorEditor colorControl, Color color)