Uses of Class
org.jzy3d.colors.Color
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Color in org.jzy3d.chart
Modifier 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
Modifier and TypeFieldDescriptionprotected Color
AWTCameraMouseController.MouseSelectionSettings.color
-
Uses of Color in org.jzy3d.chart.factories
Modifier 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
-
Uses of Color in org.jzy3d.colors
Modifier 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
Modifier 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.Modifier 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
ModifierConstructorDescriptionColorMapper
(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
Modifier 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
-
Uses of Color in org.jzy3d.io
Modifier 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
-
Uses of Color in org.jzy3d.maths
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected Color
AWTAbstractImageGenerator.backgroundColor
protected Color
AWTAbstractImageGenerator.foregroundColor
Modifier and TypeMethodDescriptionAWTAbstractImageGenerator.getBackgroundColor()
AWTImageGenerator.getBackgroundColor()
AWTAbstractImageGenerator.getForegroundColor()
AWTImageGenerator.getForegroundColor()
Modifier 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
Modifier and TypeMethodDescriptionLineSerie2d.getColor()
ScatterPointSerie2d.getColor()
ScatterSerie2d.getColor()
Serie2d.getColor()
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected static Color
SurfaceBuilder.DEAFAULT_COLORFACTOR
protected static Color
SurfaceBuilder.DEFAULT_WIREFRAME_COLOR
Modifier 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
Modifier and TypeFieldDescriptionprotected Color
RingExtrapolator.factor
protected Color
RingTessellator.factor
Modifier 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) ModifierConstructorDescriptionRingExtrapolator
(float ringMax, ColorMapper cmap, Color factor) RingTessellator
(float ringMin, float ringMax, ColorMapper cmap, Color factor) -
Uses of Color in org.jzy3d.plot3d.primitives
Modifier 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
Modifier 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.Modifier 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
ModifierConstructorDescriptionAWTScatterMultiColor
(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
Modifier 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
Modifier and TypeFieldDescriptionprotected Color
AxeLineAnnotation.color
protected Color
AxeYLineAnnotation.color
-
Uses of Color in org.jzy3d.plot3d.primitives.axis.layout
Modifier 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
Modifier and TypeMethodDescriptionAxisLayout.getGridColor()
AxisLayout.getMainColor()
AxisLayout.getQuadColor()
AxisLayout.getXTickColor()
AxisLayout.getYTickColor()
AxisLayout.getZTickColor()
Modifier 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
Modifier and TypeFieldDescriptionprotected Color
EnlightablePolygon.color
protected Color
AbstractEnlightable.materialAmbiantReflection
protected Color
AbstractEnlightable.materialDiffuseReflection
protected Color
AbstractEnlightable.materialEmission
protected Color
AbstractEnlightable.materialSpecularReflection
Modifier and TypeMethodDescriptionEnlightableDisk.getColor()
EnlightablePolygon.getColor()
EnlightableSphere.getColor()
AbstractEnlightable.getMaterialAmbiantReflection()
LIGHT CONFIGAbstractEnlightable.getMaterialDiffuseReflection()
AbstractEnlightable.getMaterialEmission()
AbstractEnlightable.getMaterialSpecularReflection()
Modifier 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) ModifierConstructorDescriptionEnlightableBar
(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
Modifier 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
Modifier 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
Modifier 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()
Modifier 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) -
Uses of Color in org.jzy3d.plot3d.primitives.interactive.tools
-
Uses of Color in org.jzy3d.plot3d.primitives.parameq
Modifier and TypeFieldDescriptionprotected Color
ParametricDrawable.color
protected Color
ParametricDrawable2.color
ModifierConstructorDescriptionParametricDrawable
(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
ModifierConstructorDescriptionPickablePoint
(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
ModifierConstructorDescriptionSelectableScatter
(Coord3d[] coordinates, Color[] colors) SelectableSphere
(Coord3d position, float radius, int slicing, Color color) -
Uses of Color in org.jzy3d.plot3d.primitives.textured
ModifierConstructorDescriptionNativeDrawableImage
(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
Modifier 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
Modifier and TypeFieldDescriptionprotected Color
DrawableVBO.color
protected Color
DrawableVBO2.color
Default flat color for the complete geometryModifier and TypeMethodDescriptionvoid
void
-
Uses of Color in org.jzy3d.plot3d.primitives.volume.textured
ModifierConstructorDescriptionAWTNativeDrawableImage
(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
Modifier and TypeMethodDescriptionstatic Color
jGLUtil.getBackgroundColor
(GL gl) static Color
jGLUtil.glIntToColor
(int color) -
Uses of Color in org.jzy3d.plot3d.rendering.legends
Modifier and TypeFieldDescriptionprotected Color
AWTLegend.background
protected Color
AWTLegend.foreground
Modifier and TypeMethodDescriptionvoid
AWTLegend.setBackground
(Color background) void
AWTLegend.setForeground
(Color foreground) -
Uses of Color in org.jzy3d.plot3d.rendering.legends.colorbars
ModifierConstructorDescriptionAWTColorbarLegend
(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
Modifier 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.Modifier and TypeMethodDescriptionLineLegendLayout.getBackgroundColor()
LineLegendLayout.getBorderColor()
Legend.getColor()
LineLegendLayout.getFontColor()
Modifier and TypeMethodDescriptionvoid
LineLegendLayout.setBackgroundColor
(Color backgroundColor) void
LineLegendLayout.setBorderColor
(Color borderColor) void
void
LineLegendLayout.setFontColor
(Color fontColor) -
Uses of Color in org.jzy3d.plot3d.rendering.legends.series
ModifierConstructorDescriptionAWTSerieLegend
(Drawable drawable, Color foreground, Color background) AWTSeriesLegend
(List<Serie2d> series, Color foreground, Color background) -
Uses of Color in org.jzy3d.plot3d.rendering.lights
Modifier and TypeFieldDescriptionprotected Color
Light.ambiantColor
static final Color
Light.DEFAULT_COLOR
protected Color
Light.diffuseColor
protected Color
Light.representationColor
protected Color
Light.specularColor
Modifier and TypeMethodDescriptionLight.getAmbiantColor()
Light.getDiffuseColor()
Light.getSpecularColor()
Modifier 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
Modifier and TypeFieldDescriptionprotected Color
View.backgroundColor
protected Color
AWTShapeRenderer.color
Modifier and TypeMethodDescriptionView.getBackgroundColor()
AWTShapeRenderer.getColor()
View2DLayout_Debug.getColor()
-
Uses of Color in org.jzy3d.plot3d.rendering.view.annotation
ModifierConstructorDescriptionCameraDistanceAnnotation
(View view, Color color) CameraPathAnnotation
(View view, Color color) -
Uses of Color in org.jzy3d.plot3d.text
Modifier 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
Modifier and TypeMethodDescriptionvoid
DrawableTextWrapper.configure
(String txt, Coord3d position, Color color, Horizontal ha, Vertical va) void
void
DrawableText.setPositionColor
(Color positionColor) ModifierConstructorDescriptionDrawableText
(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
ModifierConstructorDescriptionDrawableTextCell
(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter) -
Uses of Color in org.jzy3d.plot3d.text.renderers
Modifier 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
Modifier 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
ModifierConstructorDescriptionRingInterpolator
(float ringMin, float ringMax, ColorMapper cmap, Color factor) -
Uses of Color in org.jzy3d.ui.editors
Modifier and TypeMethodDescriptionprotected void
LightEditor.registerColorControl
(ColorEditor colorControl, Color color) protected void
MaterialEditor.registerColorControl
(ColorEditor colorControl, Color color)