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 Color
AWTCameraMouseController.MouseSelectionSettings.color
Methods 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 Color
Color.BLACK
static final Color
Color.BLUE
static final Color[]
Color.COLORS
static final Color
Color.CYAN
protected Color
ColorMapper.factor
static final Color
Color.GRAY
static final Color
Color.GREEN
static final Color
Color.MAGENTA
static final Color
Color.ORANGE
static final Color
Color.RED
static final Color
Color.WHITE
static final Color
Color.YELLOW
Methods in org.jzy3d.colors that return ColorModifier and TypeMethodDescriptionColor.alpha
(float alpha) Color.alphaSelf
(float alpha) Color.clone()
static Color
Color.color
(int c) Returns one of the main color based on id.Color.divSelf
(float ratio) Color.divSelfWithAlpha
(float ratio) static Color
ColorMapper.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 Color
Color.random()
Deprecated.Methods in org.jzy3d.colors with parameters of type ColorModifier and TypeMethodDescriptiondouble
Compute the distance between two colors.double
Color.distanceSq
(Color c) Compute the square distance between two colors.void
Set the color.static Color
Constructors 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 Color
AbstractColorMap.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 aIColorMappable
object 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 void
static void
static void
static void
static com.diogonunes.jcolor.Attribute
Console.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 TypeMethodDescriptionvoid
AbstractPainter.box
(BoundingBox3d box, Color color, float width, SpaceTransformer spaceTransformer) void
IPainter.box
(BoundingBox3d box, Color color, float width, SpaceTransformer spaceTransformer) A helper to draw a bounding box.void
AbstractPainter.clearColor
(Color color) void
IPainter.clearColor
(Color color) void
void
A convenient shortcut to glColor4fvoid
AbstractPainter.colorAlphaFactor
(Color color, float alpha) void
IPainter.colorAlphaFactor
(Color color, float alphaFactor) A convenient shortcut to glColor4f which multiplies the color's alpha channel by the given factorvoid
AbstractPainter.colorAlphaOverride
(Color color, float alpha) void
IPainter.colorAlphaOverride
(Color color, float alpha) A convenient shortcut to glColor4f which overrides the color's alpha channelvoid
Render 2D text at the given 3D position.void
A high level and easy way of drawing texts (non OpenGL).void
NativeDesktopPainter.drawText
(Font font, String label, Coord3d position, Color color, float rotation) Render 2D text at the given 3D position.void
NativeEmbeddedPainter.drawText
(Font font, String label, Coord3d position, Color color, float rotation) void
EmulGLPainter.glLight_Ambiant
(int lightId, Color ambiantColor) void
IPainter.glLight_Ambiant
(int lightId, Color ambiantColor) void
NativeDesktopPainter.glLight_Ambiant
(int lightId, Color ambiantColor) void
NativeEmbeddedPainter.glLight_Ambiant
(int lightId, Color ambiantColor) void
EmulGLPainter.glLight_Diffuse
(int lightId, Color diffuseColor) void
IPainter.glLight_Diffuse
(int lightId, Color diffuseColor) void
NativeDesktopPainter.glLight_Diffuse
(int lightId, Color diffuseColor) void
NativeEmbeddedPainter.glLight_Diffuse
(int lightId, Color diffuseColor) void
EmulGLPainter.glLight_Specular
(int lightId, Color specularColor) void
IPainter.glLight_Specular
(int lightId, Color specularColor) void
NativeDesktopPainter.glLight_Specular
(int lightId, Color specularColor) void
NativeEmbeddedPainter.glLight_Specular
(int lightId, Color specularColor) void
EmulGLPainter.glLightModel
(LightModel model, Color color) void
IPainter.glLightModel
(LightModel model, Color color) void
NativeDesktopPainter.glLightModel
(LightModel model, Color color) void
NativeEmbeddedPainter.glLightModel
(LightModel model, Color color) void
EmulGLPainter.glMaterial
(MaterialProperty material, Color color, boolean isFront) void
IPainter.glMaterial
(MaterialProperty material, Color color, boolean b) void
NativeDesktopPainter.glMaterial
(MaterialProperty material, Color color, boolean isFront) void
NativeEmbeddedPainter.glMaterial
(MaterialProperty material, Color color, boolean isFront) void
EmulGLPainter.glutBitmapString
(Font font, String label, Coord3d position, Color color) void
IPainter.glutBitmapString
(Font axisFont, String label, Coord3d p, Color c) An interface for AWT user, jGL only @since 2.0.0void
NativeDesktopPainter.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)
.void
NativeEmbeddedPainter.glutBitmapString
(Font axisFont, String label, Coord3d p, Color c) JGL onlyvoid
void
-
Uses of Color in org.jzy3d.plot2d.primitive
Fields in org.jzy3d.plot2d.primitive declared as ColorModifier and TypeFieldDescriptionprotected Color
AWTAbstractImageGenerator.backgroundColor
protected Color
AWTAbstractImageGenerator.foregroundColor
Methods 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 TypeMethodDescriptionvoid
AWTAbstractImageGenerator.setBackgroundColor
(Color backgroundColor) void
AWTImageGenerator.setBackgroundColor
(Color backgroundColor) void
AWTAbstractImageGenerator.setForegroundColor
(Color foregroundColor) void
AWTImageGenerator.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 TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
LineSerie2dSplitted.addAndSplit
(float x, float y, Color color) void
void
void
void
-
Uses of Color in org.jzy3d.plot2d.rendering
Methods in org.jzy3d.plot2d.rendering with parameters of type ColorModifier and TypeMethodDescriptionstatic Color
Converts aImaging Color
into aAWT Color
.void
Canvas.drawBackground
(Color color, int width, int height) Draws the picture background in the given color.void
CanvasAWT.drawBackground
(Color color, int width, int height) void
CanvasSWT.drawBackground
(Color color, int width, int heigth) void
Draws a dot, represented by a small rectangle.void
void
void
Draws an oval.void
void
void
Draws a rectangle.void
Draws a rectangle.void
void
void
void
org.eclipse.swt.graphics.Color
CanvasSWT.toSWTColor
(Color color) Converts aImaging Color
into aSWT Color
. -
Uses of Color in org.jzy3d.plot3d.builder
Fields in org.jzy3d.plot3d.builder declared as ColorModifier and TypeFieldDescriptionprotected static Color
SurfaceBuilder.DEAFAULT_COLORFACTOR
protected static Color
SurfaceBuilder.DEFAULT_WIREFRAME_COLOR
Methods 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 Color
RingExtrapolator.factor
protected Color
RingTessellator.factor
Methods 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 Color
Drawable.boundingBoxColor
protected Color
CompileableComposite.color
protected Color
Composite.color
protected Color
CubeGLUT.color
protected Color
Geometry.color
protected Color
Sphere.color
protected Color
Teapot.color
Color[]
Scatter.colors
protected Color[]
ScatterMultiColor.colors
protected Color
Wireframeable.materialAmbiantReflection
protected Color
Wireframeable.materialDiffuseReflection
protected Color
Wireframeable.materialEmission
protected Color
Wireframeable.materialSpecularReflection
static Color
Geometry.NORMAL_END_COLOR
static Color
Geometry.NORMAL_START_COLOR
LightPoint.rgb
Point.rgb
Scatter.rgb
protected Color
Wireframeable.wireframeColor
Methods 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 TypeMethodDescriptionvoid
void
Return a polygon at specified position, width and height.void
Drawable.setBoundingBoxColor
(Color boundingBoxColor) void
MultiDrawable.setBoundingBoxColor
(Color boundingBoxColor) void
void
void
void
void
void
A convenient shortcut forLineStrip.setWireframeColor(org.jzy3d.colors.Color)
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Composite.setMaterialAmbiantReflection
(Color materialAmbiantReflection) void
Wireframeable.setMaterialAmbiantReflection
(Color materialAmbiantReflection) void
Composite.setMaterialDiffuseReflection
(Color materialDiffuseReflection) void
Wireframeable.setMaterialDiffuseReflection
(Color materialDiffuseReflection) void
Composite.setMaterialEmission
(Color materialEmission) void
Wireframeable.setMaterialEmission
(Color materialEmission) void
Composite.setMaterialSpecularReflection
(Color materialSpecularReflection) void
Wireframeable.setMaterialSpecularReflection
(Color materialSpecularReflection) void
CompileableComposite.setWireframeColor
(Color color) void
Composite.setWireframeColor
(Color color) void
LineStrip.setWireframeColor
(Color color) Set the wireframe color.void
Parallelepiped.setWireframeColor
(Color color) void
Wireframeable.setWireframeColor
(Color color) Set the wireframe color.protected Point
Constructors 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 void
AxisLabelProcessor.drawAxisLabel
(IPainter painter, int direction, Color color, BoundingBox3d ticksTxtBounds, Coord3d position, String label, float rotation, Coord2d offset) void
AxisTickProcessor.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) void
AxisTickProcessor.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 Color
AxeLineAnnotation.color
protected Color
AxeYLineAnnotation.color
Methods 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 Color
AxisLayout.gridColor
protected Color
AxisLayout.mainColor
protected Color
AxisLayout.quadColor
protected Color
AxisLayout.xTickColor
protected Color
AxisLayout.yTickColor
protected Color
AxisLayout.zTickColor
Methods 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 TypeMethodDescriptionvoid
AxisLayout.setGridColor
(Color gridColor) void
AxisLayout.setMainColor
(Color color) void
AxisLayout.setQuadColor
(Color quadColor) void
AxisLayout.setXTickColor
(Color tickColor) void
AxisLayout.setYTickColor
(Color tickColor) void
AxisLayout.setZTickColor
(Color tickColor) -
Uses of Color in org.jzy3d.plot3d.primitives.enlightables
Fields in org.jzy3d.plot3d.primitives.enlightables declared as ColorModifier and TypeFieldDescriptionprotected 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 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 TypeMethodDescriptionvoid
void
void
void
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 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 void
protected void
DefaultDrawableGraph2d.drawVertexLabel
(IPainter painter, V v, Coord2d coord, Color color) protected void
DefaultDrawableGraph2d.drawVertexNode
(IPainter painter, V v, Coord2d coord, Color color) protected void
PointGraph2d.drawVertexNode
(IPainter painter, V v, Coord2d coord, Color color) protected void
TextureGraph2d.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 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 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 TypeMethodDescriptionvoid
DefaultGraphFormatter.setEdgeColor
(Color edgeColor) void
IGraphFormatter.setEdgeColor
(Color edgeColor) void
DefaultGraphFormatter.setEdgeLabelColor
(Color edgeLabelColor) void
IGraphFormatter.setEdgeLabelColor
(Color edgeLabelColor) void
DefaultGraphFormatter.setHighlightedEdgeColor
(Color highlightedEdgeColor) void
IGraphFormatter.setHighlightedEdgeColor
(Color highlightedEdgeColor) void
DefaultGraphFormatter.setHighlightedEdgeLabelColor
(Color highlightedEdgeLabelColor) void
IGraphFormatter.setHighlightedEdgeLabelColor
(Color highlightedEdgeLabelColor) void
DefaultGraphFormatter.setHighlightedVertexColor
(Color highlightedVertexColor) void
IGraphFormatter.setHighlightedVertexColor
(Color highlightedVertexColor) void
DefaultGraphFormatter.setHighlightedVertexLabelColor
(Color highlightedVertexLabelColor) void
IGraphFormatter.setHighlightedVertexLabelColor
(Color highlightedVertexLabelColor) void
DefaultGraphFormatter.setVertexColor
(Color vertexColor) void
IGraphFormatter.setVertexColor
(Color vertexColor) void
DefaultGraphFormatter.setVertexLabelColor
(Color vertexLabelColor) void
IGraphFormatter.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 Color
ParametricDrawable.color
protected Color
ParametricDrawable2.color
Constructors 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 void
protected void
VBOBuilder.putColor
(FloatBuffer vertices, Color color) protected void
protected void
-
Uses of Color in org.jzy3d.plot3d.primitives.vbo.drawable
Fields in org.jzy3d.plot3d.primitives.vbo.drawable declared as ColorModifier and TypeFieldDescriptionprotected Color
DrawableVBO.color
protected Color
DrawableVBO2.color
Default 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 TypeMethodDescriptionvoid
void
Constructors 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 Color
jGLUtil.getBackgroundColor
(GL gl) static Color
jGLUtil.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 Color
AWTLegend.background
protected Color
AWTLegend.foreground
Methods in org.jzy3d.plot3d.rendering.legends that return ColorMethods in org.jzy3d.plot3d.rendering.legends with parameters of type ColorModifier and TypeMethodDescriptionvoid
AWTLegend.setBackground
(Color background) void
AWTLegend.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 Color
LineLegendLayout.backgroundColor
Color of legend background.protected Color
LineLegendLayout.borderColor
Color of legend border.Legend.color
protected Color
LineLegendLayout.fontColor
Color 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 TypeMethodDescriptionvoid
LineLegendLayout.setBackgroundColor
(Color backgroundColor) void
LineLegendLayout.setBorderColor
(Color borderColor) void
void
LineLegendLayout.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 Color
Light.ambiantColor
static final Color
Light.DEFAULT_COLOR
protected Color
Light.diffuseColor
protected Color
Light.representationColor
protected Color
Light.specularColor
Methods 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 TypeMethodDescriptionvoid
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 ColorModifier and TypeFieldDescriptionprotected Color
View.backgroundColor
protected Color
AWTShapeRenderer.color
Methods 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 TypeMethodDescriptionvoid
DrawableTextWrapper.configure
(String txt, Coord3d position, Color color, Horizontal ha, Vertical va) void
void
DrawableText.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 void
Deprecated.void
TextRenderer.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 void
JOGLTextRenderer2d.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 void
JOGLTextRenderer3d.drawText3D
(IPainter painter, String text, Coord3d position, Horizontal halign, Vertical valign, Color color) protected void
JOGLTextRenderer2d.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 void
LightEditor.registerColorControl
(ColorEditor colorControl, Color color) protected void
MaterialEditor.registerColorControl
(ColorEditor colorControl, Color color)