Uses of Class
org.jzy3d.colors.Color
Packages that use Color
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
- 
Uses of Color in org.jzy3d.chart
Methods in org.jzy3d.chart with parameters of type ColorModifier and TypeMethodDescriptionAdd a light at the given position.Add a light at the given position.Chart.addLightOnCamera(Color colorForAll) Chart.addLightOnCamera(Color ambiant, Color diffuse, Color specular) Add a light that is attached to camera, which is moved as soon as the viewpoint changes.Light[]Chart.addLightPairOnCamera(Color colorForAll) Light[]Chart.addLightPairOnCamera(Color ambiant, Color diffuse, Color specular) Add a light pair syncronized to camera. - 
Uses of Color in org.jzy3d.chart.controllers.mouse.camera
Fields in org.jzy3d.chart.controllers.mouse.camera declared as ColorModifier and TypeFieldDescriptionprotected ColorAWTCameraMouseController.MouseSelectionSettings.colorMethods in org.jzy3d.chart.controllers.mouse.camera that return ColorMethods in org.jzy3d.chart.controllers.mouse.camera with parameters of type Color - 
Uses of Color in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories with parameters of type ColorModifier and TypeMethodDescriptionAbstractDrawableFactory.newCubeComposite(Coord3d coord, Color color, Color wireframe, float radius) IDrawableFactory.newCubeComposite(Coord3d coord, Color color, Color wireframe, float radius) IDrawableFactory.newPointRound(Coord3d coord, Color color, float width) NativeDrawableFactory.newPointRound(Coord3d coord, Color color, float width) IDrawableFactory.newPointSquare(Coord3d coord, Color color, float width) NativeDrawableFactory.newPointSquare(Coord3d coord, Color color, float width) AbstractDrawableFactory.newSphere(Coord3d coord, Color color, Color wireframe, float radius, int slicing) NativeDrawableFactory.newSphereVBO(Coord3d coord, Color color, Color wireframe, float radius, int stacks, int slices)  - 
Uses of Color in org.jzy3d.chart2d
Methods in org.jzy3d.chart2d with parameters of type Color - 
Uses of Color in org.jzy3d.colors
Fields in org.jzy3d.colors declared as ColorModifier and TypeFieldDescriptionstatic final ColorColor.BLACKstatic final ColorColor.BLUEstatic final Color[]Color.COLORSstatic final ColorColor.CYANprotected ColorColorMapper.factorstatic final ColorColor.GRAYstatic final ColorColor.GREENstatic final ColorColor.MAGENTAstatic final ColorColor.ORANGEstatic final ColorColor.REDstatic final ColorColor.WHITEstatic final ColorColor.YELLOWMethods in org.jzy3d.colors that return ColorModifier and TypeMethodDescriptionColor.alpha(float alpha) Color.alphaSelf(float alpha) Color.clone()static ColorColor.color(int c) Returns one of the main color based on id.Color.divSelf(float ratio) Color.divSelfWithAlpha(float ratio) static ColorColorMapper.getColor(double v) call a colormap with a single dimension coordinatecall a colormap with a three dimensions coordinateISingleColorable.getColor()Get the color.Color.mulSelf(float ratio) Color.mulSelfWithAlpha(float ratio) Color.negative()Color.negativeSelf()static ColorColor.random()Deprecated.Methods in org.jzy3d.colors with parameters of type ColorModifier and TypeMethodDescriptiondoubleCompute the distance between two colors.doubleColor.distanceSq(Color c) Compute the square distance between two colors.voidSet the color.static ColorConstructors in org.jzy3d.colors with parameters of type ColorModifierConstructorDescriptionColorMapper(ColorMapper colormapper, Color factor) ColorMapper(IColorMap colormap, double min, double max, Color factor) ColorMapper(IColorMap colormap, Color factor) ColorMapper(IColorMap colormap, Drawable drawable, Color factor) OrderingStrategyScoreColorMapper(IColorMap colormap, IColorMapperUpdatePolicy policy, Graph sceneGraph, Color factor)  - 
Uses of Color in org.jzy3d.colors.colormaps
Methods in org.jzy3d.colors.colormaps that return ColorModifier and TypeMethodDescriptionabstract ColorAbstractColorMap.getColor(double x, double y, double z, double zMin, double zMax) AbstractColorMap.getColor(IColorMappable colorable, double z) AbstractColorMap.getColor(IColorMappable colorable, double x, double y, double z) ColorMapGrayscale.getColor(double x, double y, double z, double zMin, double zMax) ColorMapHotCold.getColor(double x, double y, double z, double zMin, double zMax) ColorMapRainbow.getColor(double x, double y, double z, double zMin, double zMax) ColorMapRainbowNoBorder.getColor(double x, double y, double z, double zMin, double zMax) ColorMapRBG.getColor(double x, double y, double z, double zMin, double zMax) ColorMapRedAndGreen.getColor(double x, double y, double z, double zMin, double zMax) ColorMapWhiteBlue.getColor(double x, double y, double z, double zMin, double zMax) ColorMapWhiteGreen.getColor(double x, double y, double z, double zMin, double zMax) ColorMapWhiteRed.getColor(double x, double y, double z, double zMin, double zMax) IColorMap.getColor(double x, double y, double z, double zMin, double zMax) IColorMap.getColor(IColorMappable colorable, double v) IColorMap.getColor(IColorMappable colorable, double x, double y, double z) Computes the color of aIColorMappableobject according to the Z value of each of its components. - 
Uses of Color in org.jzy3d.debugGL.tracers
Methods in org.jzy3d.debugGL.tracers with parameters of type Color - 
Uses of Color in org.jzy3d.io
Methods in org.jzy3d.io with parameters of type ColorModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic voidstatic com.diogonunes.jcolor.AttributeConsole.toBackground(Color background)  - 
Uses of Color in org.jzy3d.io.gif
Fields in org.jzy3d.io.gif declared as ColorMethods in org.jzy3d.io.gif that return ColorMethods in org.jzy3d.io.gif with parameters of type Color - 
Uses of Color in org.jzy3d.maths
Methods in org.jzy3d.maths that return ColorMethods in org.jzy3d.maths with parameters of type ColorModifier and TypeMethodDescriptionGridLoader.getExtrapolatedRingPolygons(float ringMax, IColorMap cmap, Color colorFactor) Deprecated.GridLoader.getInterpolatedRingPolygons(float ringMin, float ringMax, IColorMap cmap, Color colorFactor) Deprecated.Load data standing on an orthonormal grid.GridLoader.getSquarePolygons(IColorMap cmap, Color colorFactor) Deprecated. - 
Uses of Color in org.jzy3d.painters
Methods in org.jzy3d.painters with parameters of type ColorModifier and TypeMethodDescriptionvoidAbstractPainter.box(BoundingBox3d box, Color color, float width, SpaceTransformer spaceTransformer) voidIPainter.box(BoundingBox3d box, Color color, float width, SpaceTransformer spaceTransformer) A helper to draw a bounding box.voidAbstractPainter.clearColor(Color color) voidIPainter.clearColor(Color color) voidvoidA convenient shortcut to glColor4fvoidAbstractPainter.colorAlphaFactor(Color color, float alpha) voidIPainter.colorAlphaFactor(Color color, float alphaFactor) A convenient shortcut to glColor4f which multiplies the color's alpha channel by the given factorvoidAbstractPainter.colorAlphaOverride(Color color, float alpha) voidIPainter.colorAlphaOverride(Color color, float alpha) A convenient shortcut to glColor4f which overrides the color's alpha channelvoidRender 2D text at the given 3D position.voidA high level and easy way of drawing texts (non OpenGL).voidNativeDesktopPainter.drawText(Font font, String label, Coord3d position, Color color, float rotation) Render 2D text at the given 3D position.voidNativeEmbeddedPainter.drawText(Font font, String label, Coord3d position, Color color, float rotation) voidEmulGLPainter.glLight_Ambiant(int lightId, Color ambiantColor) voidIPainter.glLight_Ambiant(int lightId, Color ambiantColor) voidNativeDesktopPainter.glLight_Ambiant(int lightId, Color ambiantColor) voidNativeEmbeddedPainter.glLight_Ambiant(int lightId, Color ambiantColor) voidEmulGLPainter.glLight_Diffuse(int lightId, Color diffuseColor) voidIPainter.glLight_Diffuse(int lightId, Color diffuseColor) voidNativeDesktopPainter.glLight_Diffuse(int lightId, Color diffuseColor) voidNativeEmbeddedPainter.glLight_Diffuse(int lightId, Color diffuseColor) voidEmulGLPainter.glLight_Specular(int lightId, Color specularColor) voidIPainter.glLight_Specular(int lightId, Color specularColor) voidNativeDesktopPainter.glLight_Specular(int lightId, Color specularColor) voidNativeEmbeddedPainter.glLight_Specular(int lightId, Color specularColor) voidEmulGLPainter.glLightModel(LightModel model, Color color) voidIPainter.glLightModel(LightModel model, Color color) voidNativeDesktopPainter.glLightModel(LightModel model, Color color) voidNativeEmbeddedPainter.glLightModel(LightModel model, Color color) voidEmulGLPainter.glMaterial(MaterialProperty material, Color color, boolean isFront) voidIPainter.glMaterial(MaterialProperty material, Color color, boolean b) voidNativeDesktopPainter.glMaterial(MaterialProperty material, Color color, boolean isFront) voidNativeEmbeddedPainter.glMaterial(MaterialProperty material, Color color, boolean isFront) voidEmulGLPainter.glutBitmapString(Font font, String label, Coord3d position, Color color) voidIPainter.glutBitmapString(Font axisFont, String label, Coord3d p, Color c) An interface for AWT user, jGL only @since 2.0.0voidNativeDesktopPainter.glutBitmapString(Font axisFont, String label, Coord3d p, Color c) Render 2D text at the given 3D position using a font as supported byNativeDesktopPainter.glutBitmapString(int, String).voidNativeEmbeddedPainter.glutBitmapString(Font axisFont, String label, Coord3d p, Color c) JGL onlyvoidvoid - 
Uses of Color in org.jzy3d.plot2d.primitive
Fields in org.jzy3d.plot2d.primitive declared as ColorModifier and TypeFieldDescriptionprotected ColorAWTAbstractImageGenerator.backgroundColorprotected ColorAWTAbstractImageGenerator.foregroundColorMethods in org.jzy3d.plot2d.primitive that return ColorModifier and TypeMethodDescriptionAWTAbstractImageGenerator.getBackgroundColor()AWTImageGenerator.getBackgroundColor()AWTAbstractImageGenerator.getForegroundColor()AWTImageGenerator.getForegroundColor()Methods in org.jzy3d.plot2d.primitive with parameters of type ColorModifier and TypeMethodDescriptionvoidAWTAbstractImageGenerator.setBackgroundColor(Color backgroundColor) voidAWTImageGenerator.setBackgroundColor(Color backgroundColor) voidAWTAbstractImageGenerator.setForegroundColor(Color foregroundColor) voidAWTImageGenerator.setForegroundColor(Color foregroundColor)  - 
Uses of Color in org.jzy3d.plot2d.primitives
Fields in org.jzy3d.plot2d.primitives declared as ColorMethods in org.jzy3d.plot2d.primitives that return ColorModifier and TypeMethodDescriptionLineSerie2d.getColor()ScatterPointSerie2d.getColor()ScatterSerie2d.getColor()Serie2d.getColor()Methods in org.jzy3d.plot2d.primitives with parameters of type ColorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidLineSerie2dSplitted.addAndSplit(float x, float y, Color color) voidvoidvoidvoid - 
Uses of Color in org.jzy3d.plot2d.rendering
Methods in org.jzy3d.plot2d.rendering with parameters of type ColorModifier and TypeMethodDescriptionstatic ColorConverts aImaging Colorinto aAWT Color.voidCanvas.drawBackground(Color color, int width, int height) Draws the picture background in the given color.voidCanvasAWT.drawBackground(Color color, int width, int height) voidCanvasSWT.drawBackground(Color color, int width, int heigth) voidDraws a dot, represented by a small rectangle.voidvoidvoidDraws an oval.voidvoidvoidDraws a rectangle.voidDraws a rectangle.voidvoidvoidvoidorg.eclipse.swt.graphics.ColorCanvasSWT.toSWTColor(Color color) Converts aImaging Colorinto aSWT Color. - 
Uses of Color in org.jzy3d.plot3d.builder
Fields in org.jzy3d.plot3d.builder declared as ColorModifier and TypeFieldDescriptionprotected static ColorSurfaceBuilder.DEAFAULT_COLORFACTORprotected static ColorSurfaceBuilder.DEFAULT_WIREFRAME_COLORMethods in org.jzy3d.plot3d.builder with parameters of type ColorModifier and TypeMethodDescriptionSurfaceBuilder.ring(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax, ColorMapper cmap, Color factor) Apply a function to an orthonormal grid and then slice a ring from it between a min and max radius - 
Uses of Color in org.jzy3d.plot3d.builder.concrete
Fields in org.jzy3d.plot3d.builder.concrete declared as ColorModifier and TypeFieldDescriptionprotected ColorRingExtrapolator.factorprotected ColorRingTessellator.factorMethods in org.jzy3d.plot3d.builder.concrete with parameters of type ColorModifier and TypeMethodDescriptionOldRingTesselator.getExtrapolatedRingPolygons(float ringMax, ColorMapper cmap, Color colorFactor) Deprecated.OldRingTesselator.getInterpolatedRingPolygons(float ringMin, float ringMax, ColorMapper cmap, Color colorFactor) Deprecated.Load data standing on an orthonormal grid.OrthonormalTessellator.getSquarePolygonsAroundCoordinates(ColorMapper cmap, Color colorFactor) OrthonormalTessellator.getSquarePolygonsOnCoordinates(ColorMapper cmap, Color colorFactor) Constructors in org.jzy3d.plot3d.builder.concrete with parameters of type ColorModifierConstructorDescriptionRingExtrapolator(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 ColorModifier and TypeFieldDescriptionprotected ColorDrawable.boundingBoxColorprotected ColorCompileableComposite.colorprotected ColorComposite.colorprotected ColorCubeGLUT.colorprotected ColorGeometry.colorprotected ColorSphere.colorprotected ColorTeapot.colorColor[]Scatter.colorsprotected Color[]ScatterMultiColor.colorsprotected ColorWireframeable.materialAmbiantReflectionprotected ColorWireframeable.materialDiffuseReflectionprotected ColorWireframeable.materialEmissionprotected ColorWireframeable.materialSpecularReflectionstatic ColorGeometry.NORMAL_END_COLORstatic ColorGeometry.NORMAL_START_COLORLightPoint.rgbPoint.rgbScatter.rgbprotected ColorWireframeable.wireframeColorMethods in org.jzy3d.plot3d.primitives that return ColorModifier and TypeMethodDescriptionRandomGeom.color()Build a color based on the input coord values.Drawable.getBoundingBoxColor()MultiDrawable.getBoundingBoxColor()CompileableComposite.getColor()Composite.getColor()CubeGLUT.getColor()Disk.getColor()Geometry.getColor()LineStrip.getColor()A convenient shortcut forWireframeable.getWireframeColor()Parallelepiped.getColor()Point.getColor()Scatter.getColor()ScatterPoint.getColor()Sphere.getColor()Teapot.getColor()Tube.getColor()Color[]Scatter.getColors()Wireframeable.getMaterialAmbiantReflection()Wireframeable.getMaterialDiffuseReflection()Wireframeable.getMaterialEmission()Wireframeable.getMaterialSpecularReflection()Parallelepiped.getWireframeColor()Wireframeable.getWireframeColor()Get the wireframe color.Methods in org.jzy3d.plot3d.primitives with parameters of type ColorModifier and TypeMethodDescriptionvoidvoidReturn a polygon at specified position, width and height.voidDrawable.setBoundingBoxColor(Color boundingBoxColor) voidMultiDrawable.setBoundingBoxColor(Color boundingBoxColor) voidvoidvoidvoidvoidvoidA convenient shortcut forLineStrip.setWireframeColor(org.jzy3d.colors.Color)voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidComposite.setMaterialAmbiantReflection(Color materialAmbiantReflection) voidWireframeable.setMaterialAmbiantReflection(Color materialAmbiantReflection) voidComposite.setMaterialDiffuseReflection(Color materialDiffuseReflection) voidWireframeable.setMaterialDiffuseReflection(Color materialDiffuseReflection) voidComposite.setMaterialEmission(Color materialEmission) voidWireframeable.setMaterialEmission(Color materialEmission) voidComposite.setMaterialSpecularReflection(Color materialSpecularReflection) voidWireframeable.setMaterialSpecularReflection(Color materialSpecularReflection) voidCompileableComposite.setWireframeColor(Color color) voidComposite.setWireframeColor(Color color) voidLineStrip.setWireframeColor(Color color) Set the wireframe color.voidParallelepiped.setWireframeColor(Color color) voidWireframeable.setWireframeColor(Color color) Set the wireframe color.protected PointConstructors in org.jzy3d.plot3d.primitives with parameters of type ColorModifierConstructorDescriptionAWTScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper) AWTScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper, float width) ConcurrentScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper) ConcurrentScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper, float width) CubeComposite(BoundingBox3d box, Color wireframe, Color face) CubeGLUT(BoundingBox3d box, Color wireframe, Color face) Initialize a cylinder with the given parameters.LightPoint(Coord3d xyz, Color rgb) Intialize a point with a width of 1.ScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper) ScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper, float width) Initialize a sphere with the given parameters.Initialize a cylinder with the given parameters. - 
Uses of Color in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis with parameters of type ColorModifier and TypeMethodDescriptionprotected voidAxisLabelProcessor.drawAxisLabel(IPainter painter, int direction, Color color, BoundingBox3d ticksTxtBounds, Coord3d position, String label, float rotation, Coord2d offset) voidAxisTickProcessor.drawAxisTickNumericLabel(IPainter painter, int direction, Color color, Horizontal hAlign, Vertical vAlign, BoundingBox3d ticksTxtBounds, String tickLabel, Coord3d tickPosition) AxisTickProcessor.drawAxisTicks(IPainter painter, int dimension, Color color, Horizontal hal, Vertical val, float tickLength, BoundingBox3d ticksTxtBounds, double xpos, double ypos, double zpos, float xdir, float ydir, float zdir, double[] ticks) Draw an array of ticks on the given axis indicated by direction field.AxisTickProcessor.drawAxisTicks(IPainter painter, int dimension, Color color, Horizontal hal, Vertical val, float tickLength, BoundingBox3d ticksTxtBounds, Coord3d pos, Coord3d dir, double[] ticks) voidAxisTickProcessor.drawTickLine(IPainter painter, Color color, Coord3d pos, Coord3d lab) Actually draws the line.AxisTickProcessor.drawTicks(IPainter painter, int axis, int dimension, Color color, Horizontal hal, Vertical val) Draws axis labels, tick lines and tick label - 
Uses of Color in org.jzy3d.plot3d.primitives.axis.annotations
Fields in org.jzy3d.plot3d.primitives.axis.annotations declared as ColorModifier and TypeFieldDescriptionprotected ColorAxeLineAnnotation.colorprotected ColorAxeYLineAnnotation.colorMethods in org.jzy3d.plot3d.primitives.axis.annotations that return ColorMethods in org.jzy3d.plot3d.primitives.axis.annotations with parameters of type Color - 
Uses of Color in org.jzy3d.plot3d.primitives.axis.layout
Fields in org.jzy3d.plot3d.primitives.axis.layout declared as ColorModifier and TypeFieldDescriptionprotected ColorAxisLayout.gridColorprotected ColorAxisLayout.mainColorprotected ColorAxisLayout.quadColorprotected ColorAxisLayout.xTickColorprotected ColorAxisLayout.yTickColorprotected ColorAxisLayout.zTickColorMethods in org.jzy3d.plot3d.primitives.axis.layout that return ColorModifier and TypeMethodDescriptionAxisLayout.getGridColor()AxisLayout.getMainColor()AxisLayout.getQuadColor()AxisLayout.getXTickColor()AxisLayout.getYTickColor()AxisLayout.getZTickColor()Methods in org.jzy3d.plot3d.primitives.axis.layout with parameters of type ColorModifier and TypeMethodDescriptionvoidAxisLayout.setGridColor(Color gridColor) voidAxisLayout.setMainColor(Color color) voidAxisLayout.setQuadColor(Color quadColor) voidAxisLayout.setXTickColor(Color tickColor) voidAxisLayout.setYTickColor(Color tickColor) voidAxisLayout.setZTickColor(Color tickColor)  - 
Uses of Color in org.jzy3d.plot3d.primitives.enlightables
Fields in org.jzy3d.plot3d.primitives.enlightables declared as ColorModifier and TypeFieldDescriptionprotected ColorEnlightablePolygon.colorprotected ColorAbstractEnlightable.materialAmbiantReflectionprotected ColorAbstractEnlightable.materialDiffuseReflectionprotected ColorAbstractEnlightable.materialEmissionprotected ColorAbstractEnlightable.materialSpecularReflectionMethods in org.jzy3d.plot3d.primitives.enlightables that return ColorModifier and TypeMethodDescriptionEnlightableDisk.getColor()EnlightablePolygon.getColor()EnlightableSphere.getColor()AbstractEnlightable.getMaterialAmbiantReflection()LIGHT CONFIGAbstractEnlightable.getMaterialDiffuseReflection()AbstractEnlightable.getMaterialEmission()AbstractEnlightable.getMaterialSpecularReflection()Methods in org.jzy3d.plot3d.primitives.enlightables with parameters of type ColorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidAbstractEnlightable.setMaterialAmbiantReflection(Color materialAmbiantReflection) voidAbstractEnlightable.setMaterialDiffuseReflection(Color materialDiffuseReflection) voidAbstractEnlightable.setMaterialEmission(Color materialEmission) voidAbstractEnlightable.setMaterialSpecularReflection(Color materialSpecularReflection) Constructors in org.jzy3d.plot3d.primitives.enlightables with parameters of type ColorModifierConstructorDescriptionEnlightableBar(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 ColorModifier and TypeMethodDescriptionprotected voidprotected voidDefaultDrawableGraph2d.drawVertexLabel(IPainter painter, V v, Coord2d coord, Color color) protected voidDefaultDrawableGraph2d.drawVertexNode(IPainter painter, V v, Coord2d coord, Color color) protected voidPointGraph2d.drawVertexNode(IPainter painter, V v, Coord2d coord, Color color) protected voidTextureGraph2d.drawVertexNode(IPainter painter, 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 ColorModifier and TypeFieldDescriptionprotected ColorDefaultGraphFormatter.edgeColorprotected ColorDefaultGraphFormatter.edgeLabelColorprotected ColorDefaultGraphFormatter.highlightedEdgeColorprotected ColorDefaultGraphFormatter.highlightedEdgeLabelColorprotected ColorDefaultGraphFormatter.highlightedVertexColorprotected ColorDefaultGraphFormatter.highlightedVertexLabelColorprotected ColorDefaultGraphFormatter.vertexColorprotected ColorDefaultGraphFormatter.vertexLabelColorMethods in org.jzy3d.plot3d.primitives.graphs.layout that return ColorModifier and TypeMethodDescriptionDefaultGraphFormatter.getEdgeColor()IGraphFormatter.getEdgeColor()DefaultGraphFormatter.getEdgeLabelColor()IGraphFormatter.getEdgeLabelColor()DefaultGraphFormatter.getHighlightedEdgeColor()IGraphFormatter.getHighlightedEdgeColor()DefaultGraphFormatter.getHighlightedEdgeLabelColor()IGraphFormatter.getHighlightedEdgeLabelColor()DefaultGraphFormatter.getHighlightedVertexColor()IGraphFormatter.getHighlightedVertexColor()DefaultGraphFormatter.getHighlightedVertexLabelColor()IGraphFormatter.getHighlightedVertexLabelColor()DefaultGraphFormatter.getVertexColor()IGraphFormatter.getVertexColor()DefaultGraphFormatter.getVertexLabelColor()IGraphFormatter.getVertexLabelColor()Methods in org.jzy3d.plot3d.primitives.graphs.layout with parameters of type ColorModifier and TypeMethodDescriptionvoidDefaultGraphFormatter.setEdgeColor(Color edgeColor) voidIGraphFormatter.setEdgeColor(Color edgeColor) voidDefaultGraphFormatter.setEdgeLabelColor(Color edgeLabelColor) voidIGraphFormatter.setEdgeLabelColor(Color edgeLabelColor) voidDefaultGraphFormatter.setHighlightedEdgeColor(Color highlightedEdgeColor) voidIGraphFormatter.setHighlightedEdgeColor(Color highlightedEdgeColor) voidDefaultGraphFormatter.setHighlightedEdgeLabelColor(Color highlightedEdgeLabelColor) voidIGraphFormatter.setHighlightedEdgeLabelColor(Color highlightedEdgeLabelColor) voidDefaultGraphFormatter.setHighlightedVertexColor(Color highlightedVertexColor) voidIGraphFormatter.setHighlightedVertexColor(Color highlightedVertexColor) voidDefaultGraphFormatter.setHighlightedVertexLabelColor(Color highlightedVertexLabelColor) voidIGraphFormatter.setHighlightedVertexLabelColor(Color highlightedVertexLabelColor) voidDefaultGraphFormatter.setVertexColor(Color vertexColor) voidIGraphFormatter.setVertexColor(Color vertexColor) voidDefaultGraphFormatter.setVertexLabelColor(Color vertexLabelColor) voidIGraphFormatter.setVertexLabelColor(Color vertexLabelColor) Constructors in org.jzy3d.plot3d.primitives.graphs.layout with parameters of type Color - 
Uses of Color in org.jzy3d.plot3d.primitives.interactive.tools
Fields in org.jzy3d.plot3d.primitives.interactive.tools with type parameters of type ColorMethods in org.jzy3d.plot3d.primitives.interactive.tools that return ColorMethods in org.jzy3d.plot3d.primitives.interactive.tools that return types with arguments of type Color - 
Uses of Color in org.jzy3d.plot3d.primitives.parameq
Fields in org.jzy3d.plot3d.primitives.parameq declared as ColorModifier and TypeFieldDescriptionprotected ColorParametricDrawable.colorprotected ColorParametricDrawable2.colorConstructors in org.jzy3d.plot3d.primitives.parameq with parameters of type ColorModifierConstructorDescriptionParametricDrawable(ParametricEquation equation, double tmin, double tmax, int steps, Color color) ParametricDrawable2(ParametricEquation2 equation, double tmin, double tmax, int tsteps, double umin, double umax, int usteps, Color color)  - 
Uses of Color in org.jzy3d.plot3d.primitives.pickable
Constructors in org.jzy3d.plot3d.primitives.pickable with parameters of type ColorModifierConstructorDescriptionPickablePoint(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, List<Coord2d> coords, Color filter) PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)  - 
Uses of Color in org.jzy3d.plot3d.primitives.selectable
Fields in org.jzy3d.plot3d.primitives.selectable declared as ColorMethods in org.jzy3d.plot3d.primitives.selectable that return ColorMethods in org.jzy3d.plot3d.primitives.selectable with parameters of type ColorConstructors in org.jzy3d.plot3d.primitives.selectable with parameters of type ColorModifierConstructorDescriptionSelectableScatter(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 ColorMethods in org.jzy3d.plot3d.primitives.textured that return ColorMethods in org.jzy3d.plot3d.primitives.textured with parameters of type ColorConstructors in org.jzy3d.plot3d.primitives.textured with parameters of type ColorModifierConstructorDescriptionNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter) NativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, Color filter) TexturedCube(Coord3d position, Color color, Color bgcolor, MaskPair masks) TexturedCube(Coord3d position, Color color, Color bgcolor, MaskPair masks, float width) TexturedCylinder(Coord3d position, Color color, Color bgcolor, MaskPair masks)  - 
Uses of Color in org.jzy3d.plot3d.primitives.vbo.builders
Methods in org.jzy3d.plot3d.primitives.vbo.builders with parameters of type ColorModifier and TypeMethodDescriptionprotected voidprotected voidVBOBuilder.putColor(FloatBuffer vertices, Color color) protected voidprotected void - 
Uses of Color in org.jzy3d.plot3d.primitives.vbo.drawable
Fields in org.jzy3d.plot3d.primitives.vbo.drawable declared as ColorModifier and TypeFieldDescriptionprotected ColorDrawableVBO.colorprotected ColorDrawableVBO2.colorDefault flat color for the complete geometryMethods in org.jzy3d.plot3d.primitives.vbo.drawable that return ColorMethods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type ColorModifier and TypeMethodDescriptionvoidvoidConstructors in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type Color - 
Uses of Color in org.jzy3d.plot3d.primitives.volume.textured
Constructors in org.jzy3d.plot3d.primitives.volume.textured with parameters of type ColorModifierConstructorDescriptionAWTNativeDrawableImage(Shape shape, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter) AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter) AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, Color filter)  - 
Uses of Color in org.jzy3d.plot3d.rendering.canvas
Methods in org.jzy3d.plot3d.rendering.canvas that return ColorModifier and TypeMethodDescriptionstatic ColorjGLUtil.getBackgroundColor(GL gl) static ColorjGLUtil.glIntToColor(int color) Methods in org.jzy3d.plot3d.rendering.canvas with parameters of type Color - 
Uses of Color in org.jzy3d.plot3d.rendering.legends
Fields in org.jzy3d.plot3d.rendering.legends declared as ColorModifier and TypeFieldDescriptionprotected ColorAWTLegend.backgroundprotected ColorAWTLegend.foregroundMethods in org.jzy3d.plot3d.rendering.legends that return ColorMethods in org.jzy3d.plot3d.rendering.legends with parameters of type ColorModifier and TypeMethodDescriptionvoidAWTLegend.setBackground(Color background) voidAWTLegend.setForeground(Color foreground) Constructors in org.jzy3d.plot3d.rendering.legends with parameters of type Color - 
Uses of Color in org.jzy3d.plot3d.rendering.legends.colorbars
Constructors in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type ColorModifierConstructorDescriptionAWTColorbarLegend(Drawable parent, AxisLayout layout, Color foreground) AWTColorbarLegend(Drawable parent, AxisLayout layout, Color foreground, Color background) AWTColorbarLegend(Drawable parent, ITickProvider provider, ITickRenderer renderer, Color foreground, Color background)  - 
Uses of Color in org.jzy3d.plot3d.rendering.legends.overlay
Fields in org.jzy3d.plot3d.rendering.legends.overlay declared as ColorModifier and TypeFieldDescriptionprotected ColorLineLegendLayout.backgroundColorColor of legend background.protected ColorLineLegendLayout.borderColorColor of legend border.Legend.colorprotected ColorLineLegendLayout.fontColorColor of legend font.Methods in org.jzy3d.plot3d.rendering.legends.overlay that return ColorModifier and TypeMethodDescriptionLineLegendLayout.getBackgroundColor()LineLegendLayout.getBorderColor()Legend.getColor()LineLegendLayout.getFontColor()Methods in org.jzy3d.plot3d.rendering.legends.overlay with parameters of type ColorModifier and TypeMethodDescriptionvoidLineLegendLayout.setBackgroundColor(Color backgroundColor) voidLineLegendLayout.setBorderColor(Color borderColor) voidvoidLineLegendLayout.setFontColor(Color fontColor) Constructors in org.jzy3d.plot3d.rendering.legends.overlay with parameters of type Color - 
Uses of Color in org.jzy3d.plot3d.rendering.legends.series
Constructors in org.jzy3d.plot3d.rendering.legends.series with parameters of type ColorModifierConstructorDescriptionAWTSerieLegend(Drawable drawable, Color foreground, Color background) AWTSeriesLegend(List<Serie2d> series, Color foreground, Color background)  - 
Uses of Color in org.jzy3d.plot3d.rendering.lights
Fields in org.jzy3d.plot3d.rendering.lights declared as ColorModifier and TypeFieldDescriptionprotected ColorLight.ambiantColorstatic final ColorLight.DEFAULT_COLORprotected ColorLight.diffuseColorprotected ColorLight.representationColorprotected ColorLight.specularColorMethods in org.jzy3d.plot3d.rendering.lights that return ColorModifier and TypeMethodDescriptionLight.getAmbiantColor()Light.getDiffuseColor()Light.getSpecularColor()Methods in org.jzy3d.plot3d.rendering.lights with parameters of type ColorModifier and TypeMethodDescriptionvoidLight.setAmbiantColor(Color ambiantColor) voidLight.setDiffuseColor(Color diffuseColor) voidLight.setSpecularColor(Color specularColor)  - 
Uses of Color in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as ColorModifier and TypeFieldDescriptionprotected ColorView.backgroundColorprotected ColorAWTShapeRenderer.colorMethods in org.jzy3d.plot3d.rendering.view that return ColorModifier and TypeMethodDescriptionView.getBackgroundColor()AWTShapeRenderer.getColor()View2DLayout_Debug.getColor()Methods in org.jzy3d.plot3d.rendering.view with parameters of type ColorConstructors in org.jzy3d.plot3d.rendering.view with parameters of type Color - 
Uses of Color in org.jzy3d.plot3d.rendering.view.annotation
Constructors in org.jzy3d.plot3d.rendering.view.annotation with parameters of type ColorModifierConstructorDescriptionCameraDistanceAnnotation(View view, Color color) CameraPathAnnotation(View view, Color color)  - 
Uses of Color in org.jzy3d.plot3d.text
Methods in org.jzy3d.plot3d.text with parameters of type ColorModifier and TypeMethodDescriptionAbstractTextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color) AbstractTextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) AbstractTextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, TextAlign align, Color color, Coord2d screenOffset) AbstractTextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color) AbstractTextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) AbstractTextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset) ITextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color) ITextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) ITextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) The main text renderer method to implement.ITextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, TextAlign align, Color color, Coord2d screenOffset) ITextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color) ITextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) ITextRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)  - 
Uses of Color in org.jzy3d.plot3d.text.drawable
Fields in org.jzy3d.plot3d.text.drawable declared as ColorMethods in org.jzy3d.plot3d.text.drawable that return ColorMethods in org.jzy3d.plot3d.text.drawable with parameters of type ColorModifier and TypeMethodDescriptionvoidDrawableTextWrapper.configure(String txt, Coord3d position, Color color, Horizontal ha, Vertical va) voidvoidDrawableText.setPositionColor(Color positionColor) Constructors in org.jzy3d.plot3d.text.drawable with parameters of type ColorModifierConstructorDescriptionDrawableText(String txt, Coord3d position, Color color) DrawableTextBillboard(String txt, Coord3d position, Color color) Deprecated.DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter) DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color) DrawableTextWrapper(String txt, Coord3d position, Color color, ITextRenderer renderer)  - 
Uses of Color in org.jzy3d.plot3d.text.drawable.cells
Constructors in org.jzy3d.plot3d.text.drawable.cells with parameters of type ColorModifierConstructorDescriptionDrawableTextCell(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)  - 
Uses of Color in org.jzy3d.plot3d.text.renderers
Fields in org.jzy3d.plot3d.text.renderers declared as ColorMethods in org.jzy3d.plot3d.text.renderers that return ColorMethods in org.jzy3d.plot3d.text.renderers with parameters of type ColorModifier and TypeMethodDescriptionTextBillboardRenderer.drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) Deprecated.Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.TextBitmapRenderer.drawText(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) Deprecated.Draw a string at the specified position and return the 3d volume occupied by the string according to the current Camera configuration.TextRenderer.drawText(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) Draw a string at the specified position and return the 3d volume occupied by the string according to the current Camera configuration.protected voidDeprecated.voidTextRenderer.setPositionColor(Color positionColor)  - 
Uses of Color in org.jzy3d.plot3d.text.renderers.jogl
Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type ColorModifier and TypeMethodDescriptionJOGLTextRenderer2d.drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal horizontal, Vertical vertical, Color color, Coord2d screenOffset, Coord3d sceneOffset) JOGLTextRenderer3d.drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) protected voidJOGLTextRenderer2d.drawText2D(IPainter painter, Font font, String text, Coord3d position, Color color, float rotation, Horizontal horizontal, Vertical vertical) Draws a 2D text (facing camera) at the specified 3D position.protected voidJOGLTextRenderer3d.drawText3D(IPainter painter, String text, Coord3d position, Horizontal halign, Vertical valign, Color color) protected voidJOGLTextRenderer2d.resetTextColor(Color color)  - 
Uses of Color in org.jzy3d.svm.demos
Fields in org.jzy3d.svm.demos declared as ColorConstructors in org.jzy3d.svm.demos with parameters of type ColorModifierConstructorDescriptionRingInterpolator(float ringMin, float ringMax, ColorMapper cmap, Color factor)  - 
Uses of Color in org.jzy3d.ui.editors
Methods in org.jzy3d.ui.editors with parameters of type ColorModifier and TypeMethodDescriptionprotected voidLightEditor.registerColorControl(ColorEditor colorControl, Color color) protected voidMaterialEditor.registerColorControl(ColorEditor colorControl, Color color)