Uses of Class
org.jzy3d.colors.Color
-
-
Uses of Color in org.jzy3d.chart
Methods in org.jzy3d.chart with parameters of type Color Modifier and Type Method Description LightChart. addLight(Coord3d position, Color ambiant, Color diffuse, Color specular, float radius) -
Uses of Color in org.jzy3d.chart2d
Methods in org.jzy3d.chart2d with parameters of type Color Modifier and Type Method Description BoundingBox3dAxisBox2d.RotatedTextBitmapRenderer. drawText(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) -
Uses of Color in org.jzy3d.colors
Fields in org.jzy3d.colors declared as Color Modifier and Type Field Description static ColorColor. BLACKBlack color.static ColorColor. BLUEBlue color.static Color[]Color. COLORSstatic ColorColor. CYANCyan color.protected ColorColorMapper. factorstatic ColorColor. GRAYGray color.static ColorColor. GREENGreen color.static ColorColor. MAGENTAMagenta color.static ColorColor. REDRed color.static ColorColor. WHITEWhite color.static ColorColor. YELLOWYellow color.Methods in org.jzy3d.colors that return Color Modifier and Type Method Description ColorColor. alpha(float alpha)ColorColor. alphaSelf(float alpha)ColorColor. clone()static ColorColor. color(int c)Returns one of the main color based on id.static ColorAWTColor. fromAWT(Color c)ColorColorMapper. getColor(double v)call a colormap with a single dimension coordinateColorColorMapper. getColor(Coord3d coord)call a colormap with a three dimensions coordinateColorISingleColorable. getColor()Get the color.ColorOrderingStrategyScoreColorMapper. getColor(Coord3d coord)ColorColor. mul(Color factor)ColorColor. mulSelf(float ratio)ColorColor. negative()ColorColor. negativeSelf()static ColorColor. random()Methods in org.jzy3d.colors with parameters of type Color Modifier and Type Method Description ColorColor. mul(Color factor)voidISingleColorable. setColor(Color color)Set the color.static ColorAWTColor. toAWT(Color c)Constructors in org.jzy3d.colors with parameters of type Color Constructor Description ColorMapper(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 Color Modifier and Type Method Description abstract ColorAbstractColorMap. getColor(double x, double y, double z, double zMin, double zMax)ColorAbstractColorMap. getColor(IColorMappable colorable, double z)ColorAbstractColorMap. getColor(IColorMappable colorable, double x, double y, double z)ColorColorMapGrayscale. getColor(double x, double y, double z, double zMin, double zMax)ColorColorMapHotCold. getColor(double x, double y, double z, double zMin, double zMax)ColorColorMapRainbow. getColor(double x, double y, double z, double zMin, double zMax)ColorColorMapRainbowNoBorder. getColor(double x, double y, double z, double zMin, double zMax)ColorColorMapRBG. getColor(double x, double y, double z, double zMin, double zMax)ColorColorMapRedAndGreen. getColor(double x, double y, double z, double zMin, double zMax)ColorColorMapWhiteBlue. getColor(double x, double y, double z, double zMin, double zMax)ColorColorMapWhiteGreen. getColor(double x, double y, double z, double zMin, double zMax)ColorColorMapWhiteRed. getColor(double x, double y, double z, double zMin, double zMax)ColorIColorMap. getColor(IColorMappable colorable, double v)ColorIColorMap. 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 Modifier and Type Method Description voidDebugGLChart2d. watch(String name, Color color, Function<Chart,Float> watched)voidDebugGLChart2d.Watcher. watch(String name, Color color, Function<Chart,Float> watched) -
Uses of Color in org.jzy3d.demos.ddp
Methods in org.jzy3d.demos.ddp with parameters of type Color Modifier and Type Method Description static voidPeeledStackDemo. createCylinder(Chart chart, Coord3d c1Position, float height, float radius, Color color)static voidPeeledCubesDemo_2. createStack(Chart chart, float width, float height, Coord3d position, Color face, Color wireframe)static voidPeeledCubesDemo. createStack(Chart chart, float width, float height, Coord3d position, Color face, Color wireframe)static voidPeeledDragonDemo. createStack(Chart chart, float width, float height, Coord3d position, Color face, Color wireframe)static voidPeeledStackDemo. createStack(Chart chart, int width, int height, int position, Color face, Color wireframe) -
Uses of Color in org.jzy3d.demos.shaders
Methods in org.jzy3d.demos.shaders with parameters of type Color Modifier and Type Method Description static voidShaderDemo. createCylinder(Chart chart, Coord3d c1Position, float height, float radius, Color color)static voidShaderDemo. createStack(Chart chart, float width, float height, float position, Color face, Color wireframe)static voidShaderDemo. createStack(Chart chart, int width, int height, int position, Color face, Color wireframe) -
Uses of Color in org.jzy3d.maths
Methods in org.jzy3d.maths that return Color Modifier and Type Method Description Color[]Coord3ds. colorsArray()Methods in org.jzy3d.maths with parameters of type Color Modifier and Type Method Description List<Polygon>GridLoader. getExtrapolatedRingPolygons(float ringMax, IColorMap cmap, Color colorFactor)Deprecated.List<Polygon>GridLoader. getInterpolatedRingPolygons(float ringMin, float ringMax, IColorMap cmap, Color colorFactor)Deprecated.Load data standing on an orthonormal grid.Vector<Polygon>GridLoader. getSquarePolygons(IColorMap cmap, Color colorFactor)Deprecated. -
Uses of Color in org.jzy3d.painters
Methods in org.jzy3d.painters with parameters of type Color Modifier and Type Method Description voidAbstractPainter. clearColor(Color color)voidIPainter. clearColor(Color color)voidAbstractPainter. color(Color color)voidIPainter. color(Color color)A 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 channelvoidEmulGLPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)voidIPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)A high level and easy way of drawing texts (non OpenGL).voidNativeDesktopPainter. drawText(Font font, String label, Coord3d position, Color color, float rotation)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. 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)voidNativeEmbeddedPainter. glutBitmapString(Font axisFont, String label, Coord3d p, Color c)JGL onlyvoidAbstractPainter. material(int face, int pname, Color color)voidIPainter. material(int face, int pname, Color color) -
Uses of Color in org.jzy3d.plot2d.primitive
Fields in org.jzy3d.plot2d.primitive declared as Color Modifier and Type Field Description protected ColorAWTAbstractImageGenerator. backgroundColorprotected ColorAWTAbstractImageGenerator. foregroundColorMethods in org.jzy3d.plot2d.primitive that return Color Modifier and Type Method Description ColorAWTAbstractImageGenerator. getBackgroundColor()ColorAWTImageGenerator. getBackgroundColor()ColorAWTAbstractImageGenerator. getForegroundColor()ColorAWTImageGenerator. getForegroundColor()Methods in org.jzy3d.plot2d.primitive with parameters of type Color Modifier and Type Method Description voidAWTAbstractImageGenerator. 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 Color Modifier and Type Field Description protected ColorScatterPointSerie2d. defaultColorMethods in org.jzy3d.plot2d.primitives that return Color Modifier and Type Method Description ColorLineSerie2d. getColor()ColorScatterPointSerie2d. getColor()ColorScatterSerie2d. getColor()ColorSerie2d. getColor()Methods in org.jzy3d.plot2d.primitives with parameters of type Color Modifier and Type Method Description voidLineSerie2d. add(double x, double y, Color color)voidLineSerie2d. add(float x, float y, Color color)voidLineSerie2d. add(Coord2d c, Color color)voidLineSerie2dSplitted. add(float x, float y, Color color)voidScatterPointSerie2d. add(double x, double y, Color color)voidScatterPointSerie2d. add(float x, float y, Color color)voidScatterPointSerie2d. add(Coord2d c, Color color)voidScatterSerie2d. add(double x, double y, Color color)voidScatterSerie2d. add(float x, float y, Color color)voidScatterSerie2d. add(Coord2d c, Color color)voidSerie2d. add(double x, double y, Color color)voidSerie2d. add(float x, float y, Color color)voidSerie2d. add(Coord2d c, Color color)voidLineSerie2dSplitted. addAndSplit(float x, float y, Color color)voidLineSerie2d. setColor(Color color)voidScatterPointSerie2d. setColor(Color color)voidScatterSerie2d. setColor(Color color)voidSerie2d. setColor(Color color) -
Uses of Color in org.jzy3d.plot2d.rendering
Methods in org.jzy3d.plot2d.rendering with parameters of type Color Modifier and Type Method Description static ColorCanvasAWT. awt(Color color)Converts 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)voidCanvas. drawDot(Color color, int x, int y)Draws a dot, represented by a small rectangle.voidCanvasAWT. drawDot(Color color, int x, int y)voidCanvasSWT. drawDot(Color color, int x, int y)voidCanvas. drawOval(Color color, int x, int y, int width, int height)Draws an oval.voidCanvasAWT. drawOval(Color color, int x, int y, int width, int height)voidCanvasSWT. drawOval(Color color, int x, int y, int width, int height)voidCanvas. drawRect(Color color, int x, int y, int width, int heigth)Draws a rectangle.voidCanvas. drawRect(Color color, int x, int y, int width, int heigth, boolean border)Draws a rectangle.voidCanvasAWT. drawRect(Color color, int x, int y, int width, int height)voidCanvasAWT. drawRect(Color color, int x, int y, int width, int height, boolean border)voidCanvasSWT. drawRect(Color color, int x, int y, int width, int height)voidCanvasSWT. drawRect(Color color, int x, int y, int width, int height, boolean border)org.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 Color Modifier and Type Field Description protected static ColorSurfaceBuilder. DEAFAULT_COLORFACTORprotected static ColorSurfaceBuilder. DEFAULT_WIREFRAME_COLORMethods in org.jzy3d.plot3d.builder with parameters of type Color Modifier and Type Method Description ShapeSurfaceBuilder. 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 Color Modifier and Type Field Description protected ColorRingExtrapolator. factorprotected ColorRingTessellator. factorMethods in org.jzy3d.plot3d.builder.concrete with parameters of type Color Modifier and Type Method Description List<Polygon>OldRingTesselator. getExtrapolatedRingPolygons(float ringMax, ColorMapper cmap, Color colorFactor)Deprecated.List<Polygon>OldRingTesselator. getInterpolatedRingPolygons(float ringMin, float ringMax, ColorMapper cmap, Color colorFactor)Deprecated.Load data standing on an orthonormal grid.List<Drawable>OrthonormalTessellator. getSquarePolygonsAroundCoordinates(ColorMapper cmap, Color colorFactor)List<Drawable>OrthonormalTessellator. getSquarePolygonsOnCoordinates(ColorMapper cmap, Color colorFactor)Constructors in org.jzy3d.plot3d.builder.concrete with parameters of type Color Constructor Description RingExtrapolator(float ringMax, ColorMapper cmap, Color factor)RingTessellator(float ringMin, float ringMax, ColorMapper cmap, Color factor) -
Uses of Color in org.jzy3d.plot3d.primitives
Fields in org.jzy3d.plot3d.primitives declared as Color Modifier and Type Field Description protected ColorDrawable. boundingBoxColorprotected ColorCompileableComposite. colorprotected ColorComposite. colorprotected ColorCubeGLUT. colorprotected ColorGeometry. colorprotected ColorSphere. colorColor[]Scatter. colorsprotected Color[]ScatterMultiColor. colorsColorLightPoint. rgbColorPoint. rgbColorScatter. rgbprotected ColorWireframeable. wireframeColorMethods in org.jzy3d.plot3d.primitives that return Color Modifier and Type Method Description ColorRandomGeom. color()ColorRandomGeom. color(Coord3d coord)Build a color based on the input coord values.ColorRandomGeom. color(Coord3d coord, float xrange, float yrange, float zrange)ColorDrawable. getBoundingBoxColor()ColorCompileableComposite. getColor()ColorComposite. getColor()ColorCubeGLUT. getColor()ColorDisk. getColor()ColorGeometry. getColor()ColorLineStrip. getColor()A convenient shortcut forWireframeable.getWireframeColor()ColorParallelepiped. getColor()ColorPoint. getColor()ColorScatter. getColor()ColorScatterPoint. getColor()ColorSphere. getColor()ColorTube. getColor()Color[]Scatter. getColors()ColorParallelepiped. getWireframeColor()ColorWireframeable. getWireframeColor()Get the wireframe color.Methods in org.jzy3d.plot3d.primitives with parameters of type Color Modifier and Type Method Description protected voidDrawable. negative(Color c)voidDrawable. setBoundingBoxColor(Color boundingBoxColor)voidCompileableComposite. setColor(Color color)voidComposite. setColor(Color color)voidCubeGLUT. setColor(Color color)voidDisk. setColor(Color color)voidGeometry. setColor(Color color)voidLineStrip. setColor(Color color)A convenient shortcut forLineStrip.setWireframeColor(org.jzy3d.colors.Color)voidParallelepiped. setColor(Color color)voidPoint. setColor(Color color)voidScatter. setColor(Color color)voidScatterPoint. setColor(Color color)voidSphere. setColor(Color color)voidTube. setColor(Color color)voidWaterfallComposite. setColor(Color color)voidScatter. setColors(Color[] colors)voidScatterMultiColor. setColors(Color[] colors)voidCylinder. setData(Coord3d position, float height, float radius, int slices, int rings, Color color)voidHistogramBar. setData(Coord3d position, float height, float radius, Color color)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 PointLineStripInterpolated. toPoint(Coord3d coord, Color color, float width)protected List<Point>LineStripInterpolated. toPoints(List<Coord3d> coords, Color color, float width)Constructors in org.jzy3d.plot3d.primitives with parameters of type Color Constructor Description AWTScatterMultiColor(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)Disk(Coord3d position, float radiusInner, float radiusOuter, int slices, int loops, Color color)Initialize a cylinder with the given parameters.LightPoint(Coord3d xyz, Color rgb)LineStrip(Color color, Coord3d... coords)Point(Coord3d xyz, Color rgb)Intialize a point with a width of 1.Point(Coord3d xyz, Color rgb, float width)Polygon(Color wire, Color face)Scatter(Coord3d[] coordinates, Color rgb)Scatter(Coord3d[] coordinates, Color[] colors)Scatter(Coord3d[] coordinates, Color[] colors, float width)Scatter(Coord3d[] coordinates, Color rgb, float width)ScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper)ScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper, float width)Sphere(Coord3d position, float radius, int slicing, Color color)Initialize a sphere with the given parameters.Triangle(Color wire, Color face)Tube(Coord3d position, float radius, float height, int hslicing, int vslicing, Color color)Initialize a cylinder with the given parameters. -
Uses of Color in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis with parameters of type Color Modifier and Type Method Description protected voidAxisLabelProcessor. drawAxisLabel(IPainter painter, int direction, Color color, BoundingBox3d ticksTxtBounds, Coord3d labelPosition, String axeLabel, float rotation, Coord2d offset)voidAxisTickProcessor. drawAxisTickNumericLabel(IPainter painter, int direction, Color color, Horizontal hAlign, Vertical vAlign, BoundingBox3d ticksTxtBounds, String tickLabel, Coord3d tickPosition)AxisRenderingInfoAxisTickProcessor. 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.AxisRenderingInfoAxisTickProcessor. 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.BoundingBox3dAxisTickProcessor. drawTicks(IPainter painter, int axis, int dimension, Color color)BoundingBox3dAxisTickProcessor. 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 Color Modifier and Type Field Description protected ColorAxeLineAnnotation. colorprotected ColorAxeYLineAnnotation. colorMethods in org.jzy3d.plot3d.primitives.axis.annotations that return Color Modifier and Type Method Description ColorAxeLineAnnotation. getColor()ColorAxeYLineAnnotation. getColor()Methods in org.jzy3d.plot3d.primitives.axis.annotations with parameters of type Color Modifier and Type Method Description voidAxeLineAnnotation. setColor(Color color)voidAxeYLineAnnotation. setColor(Color color) -
Uses of Color in org.jzy3d.plot3d.primitives.axis.layout
Fields in org.jzy3d.plot3d.primitives.axis.layout declared as Color Modifier and Type Field Description protected ColorAxisLayout. gridColorprotected ColorAxisLayout. mainColorprotected ColorAxisLayout. quadColorprotected ColorAxisLayout. xTickColorprotected ColorAxisLayout. yTickColorprotected ColorAxisLayout. zTickColorMethods in org.jzy3d.plot3d.primitives.axis.layout that return Color Modifier and Type Method Description ColorAxisLayout. getGridColor()ColorIAxisLayout. getGridColor()ColorAxisLayout. getMainColor()ColorIAxisLayout. getMainColor()ColorAxisLayout. getQuadColor()ColorIAxisLayout. getQuadColor()ColorAxisLayout. getXTickColor()ColorIAxisLayout. getXTickColor()ColorAxisLayout. getYTickColor()ColorIAxisLayout. getYTickColor()ColorAxisLayout. getZTickColor()ColorIAxisLayout. getZTickColor()Methods in org.jzy3d.plot3d.primitives.axis.layout with parameters of type Color Modifier and Type Method Description voidAxisLayout. setGridColor(Color gridColor)voidIAxisLayout. setGridColor(Color gridColor)voidAxisLayout. setMainColor(Color color)voidIAxisLayout. setMainColor(Color color)voidAxisLayout. setQuadColor(Color quadColor)voidIAxisLayout. setQuadColor(Color quadColor)voidAxisLayout. setXTickColor(Color tickColor)voidIAxisLayout. setXTickColor(Color color)voidAxisLayout. setYTickColor(Color tickColor)voidIAxisLayout. setYTickColor(Color color)voidAxisLayout. setZTickColor(Color tickColor)voidIAxisLayout. setZTickColor(Color color) -
Uses of Color in org.jzy3d.plot3d.primitives.enlightables
Fields in org.jzy3d.plot3d.primitives.enlightables declared as Color Modifier and Type Field Description protected ColorEnlightablePolygon. colorprotected ColorAbstractEnlightable. materialAmbiantReflectionprotected ColorAbstractEnlightable. materialDiffuseReflectionprotected ColorAbstractEnlightable. materialEmissionprotected ColorAbstractEnlightable. materialSpecularReflectionMethods in org.jzy3d.plot3d.primitives.enlightables that return Color Modifier and Type Method Description ColorEnlightableDisk. getColor()ColorEnlightablePolygon. getColor()ColorEnlightableSphere. getColor()ColorAbstractEnlightable. getMaterialAmbiantReflection()LIGHT CONFIGColorAbstractEnlightable. getMaterialDiffuseReflection()ColorAbstractEnlightable. getMaterialEmission()ColorAbstractEnlightable. getMaterialSpecularReflection()Methods in org.jzy3d.plot3d.primitives.enlightables with parameters of type Color Modifier and Type Method Description voidEnlightableDisk. setColor(Color color)voidEnlightablePolygon. setColor(Color color)voidEnlightableSphere. setColor(Color color)voidEnlightableBar. setData(Coord3d position, float height, float radius, Color color)voidAbstractEnlightable. 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 Color Constructor Description EnlightableBar(Coord3d position, float height, float radius, Color color)EnlightableDisk(Coord3d position, float radiusInner, float radiusOuter, int slices, int loops, Color color, boolean faceup)Initialize a cylinder with the given parameters.EnlightableSphere(Coord3d position, float radius, int slicing, Color color)Initialize a sphere with the given parameters. -
Uses of Color in org.jzy3d.plot3d.primitives.graphs.impl
Methods in org.jzy3d.plot3d.primitives.graphs.impl with parameters of type Color Modifier and Type Method Description protected voidDefaultDrawableGraph2d. drawEdge(IPainter painter, E e, Coord2d c1, Coord2d c2, Color color)protected 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 Color Modifier and Type Field Description protected 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 Color Modifier and Type Method Description ColorDefaultGraphFormatter. getEdgeColor()ColorIGraphFormatter. getEdgeColor()ColorDefaultGraphFormatter. getEdgeLabelColor()ColorIGraphFormatter. getEdgeLabelColor()ColorDefaultGraphFormatter. getHighlightedEdgeColor()ColorIGraphFormatter. getHighlightedEdgeColor()ColorDefaultGraphFormatter. getHighlightedEdgeLabelColor()ColorIGraphFormatter. getHighlightedEdgeLabelColor()ColorDefaultGraphFormatter. getHighlightedVertexColor()ColorIGraphFormatter. getHighlightedVertexColor()ColorDefaultGraphFormatter. getHighlightedVertexLabelColor()ColorIGraphFormatter. getHighlightedVertexLabelColor()ColorDefaultGraphFormatter. getVertexColor()ColorIGraphFormatter. getVertexColor()ColorDefaultGraphFormatter. getVertexLabelColor()ColorIGraphFormatter. getVertexLabelColor()Methods in org.jzy3d.plot3d.primitives.graphs.layout with parameters of type Color Modifier and Type Method Description voidDefaultGraphFormatter. 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 Constructor Description DefaultGraphFormatter(Color normal, Color highlight) -
Uses of Color in org.jzy3d.plot3d.primitives.interactive.tools
Fields in org.jzy3d.plot3d.primitives.interactive.tools with type parameters of type Color Modifier and Type Field Description List<Color>PolygonProjection. colorsMethods in org.jzy3d.plot3d.primitives.interactive.tools that return Color Modifier and Type Method Description ColorPolygonProjection. getMeanColor()Methods in org.jzy3d.plot3d.primitives.interactive.tools that return types with arguments of type Color Modifier and Type Method Description static List<Color>ProjectionUtils. getColors(Polygon p)static ArrayList<Color>ProjectionUtils. getColorsAsArrayList(Polygon p) -
Uses of Color in org.jzy3d.plot3d.primitives.parameq
Fields in org.jzy3d.plot3d.primitives.parameq declared as Color Modifier and Type Field Description protected ColorParametricDrawable. colorprotected ColorParametricDrawable2. colorConstructors in org.jzy3d.plot3d.primitives.parameq with parameters of type Color Constructor Description ParametricDrawable(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 Color Constructor Description PickablePoint(Coord3d xyz, Color rgb)PickablePoint(Coord3d xyz, Color rgb, float width)PickableSphere(Coord3d position, float radius, int slicing, Color color)PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, 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 Color Modifier and Type Field Description protected ColorSelectableScatter. highlightColorMethods in org.jzy3d.plot3d.primitives.selectable that return Color Modifier and Type Method Description ColorSelectableScatter. getHighlightColor()Methods in org.jzy3d.plot3d.primitives.selectable with parameters of type Color Modifier and Type Method Description voidSelectableScatter. setHighlightColor(Color highlightColor)Constructors in org.jzy3d.plot3d.primitives.selectable with parameters of type Color Constructor Description SelectableScatter(Coord3d[] coordinates, Color[] colors)SelectableSphere(Coord3d position, float radius, int slicing, Color color) -
Uses of Color in org.jzy3d.plot3d.primitives.textured
Fields in org.jzy3d.plot3d.primitives.textured declared as Color Modifier and Type Field Description protected ColorNativeDrawableImage. filterMethods in org.jzy3d.plot3d.primitives.textured that return Color Modifier and Type Method Description ColorNativeDrawableImage. getColorFilter()Methods in org.jzy3d.plot3d.primitives.textured with parameters of type Color Modifier and Type Method Description voidNativeDrawableImage. setColorFilter(Color filter)Constructors in org.jzy3d.plot3d.primitives.textured with parameters of type Color Constructor Description NativeDrawableImage(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 Color Modifier and Type Method Description protected voidVBOBuilder. putBar(FloatVBO vbo, int size, float x, float y, float z, Color color)protected voidVBOBuilder. putColor(FloatBuffer vertices, Color color)protected voidVBOBuilder. putColor(FloatVBO vbo, Color color)protected voidVBOBuilder. putPoint(FloatVBO vbo, int id, Color color, Coord3d coord) -
Uses of Color in org.jzy3d.plot3d.primitives.vbo.drawable
Fields in org.jzy3d.plot3d.primitives.vbo.drawable declared as Color Modifier and Type Field Description protected ColorDrawableVBO. colorMethods in org.jzy3d.plot3d.primitives.vbo.drawable that return Color Modifier and Type Method Description ColorDrawableVBO. getColor()Methods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type Color Modifier and Type Method Description voidDrawableVBO. setColor(Color color)Constructors in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type Color Constructor Description SphereVBO(Coord3d position, float radius, int stacks, int slices, Color color) -
Uses of Color in org.jzy3d.plot3d.primitives.volume.textured
Constructors in org.jzy3d.plot3d.primitives.volume.textured with parameters of type Color Constructor Description AWTNativeDrawableImage(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 Color Modifier and Type Method Description static ColorjGLUtil. getBackgroundColor(GL gl)static ColorjGLUtil. glIntToColor(int color)Methods in org.jzy3d.plot3d.rendering.canvas with parameters of type Color Modifier and Type Method Description protected voidEmulGLCanvas. profile(String message, int x, int y, Color c)Draw a 2d text at the given position -
Uses of Color in org.jzy3d.plot3d.rendering.legends
Fields in org.jzy3d.plot3d.rendering.legends declared as Color Modifier and Type Field Description protected ColorAWTLegend. backgroundprotected ColorAWTLegend. foregroundMethods in org.jzy3d.plot3d.rendering.legends that return Color Modifier and Type Method Description ColorAWTLegend. getBackground()ColorAWTLegend. getForeground()Methods in org.jzy3d.plot3d.rendering.legends with parameters of type Color Modifier and Type Method Description voidAWTLegend. setBackground(Color background)voidAWTLegend. setForeground(Color foreground)Constructors in org.jzy3d.plot3d.rendering.legends with parameters of type Color Constructor Description AWTLegend(Drawable drawable, Color foreground, Color background) -
Uses of Color in org.jzy3d.plot3d.rendering.legends.colorbars
Constructors in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type Color Constructor Description AWTColorbarLegend(Drawable parent, IAxisLayout layout, Color foreground)AWTColorbarLegend(Drawable parent, IAxisLayout 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 Color Modifier and Type Field Description ColorLegendLayout. backgroundColorColor of legend background.ColorLegendLayout. borderColorColor of legend border.ColorLegend. colorColorLegendLayout. fontColorColor of legend font.Constructors in org.jzy3d.plot3d.rendering.legends.overlay with parameters of type Color Constructor Description Legend(String label, Color color)Legend(String label, Color color, Shape shape) -
Uses of Color in org.jzy3d.plot3d.rendering.legends.series
Constructors in org.jzy3d.plot3d.rendering.legends.series with parameters of type Color Constructor Description AWTSerieLegend(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 Color Modifier and Type Field Description protected ColorLight. ambiantColorprotected ColorLight. diffuseColorprotected ColorLight. specularColorMethods in org.jzy3d.plot3d.rendering.lights that return Color Modifier and Type Method Description ColorLight. getAmbiantColor()ColorLight. getDiffuseColor()ColorLight. getSpecularColor()Methods in org.jzy3d.plot3d.rendering.lights with parameters of type Color Modifier and Type Method Description voidLight. 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 Color Modifier and Type Field Description protected ColorView. backgroundColorMethods in org.jzy3d.plot3d.rendering.view that return Color Modifier and Type Method Description ColorView. getBackgroundColor()Methods in org.jzy3d.plot3d.rendering.view with parameters of type Color Modifier and Type Method Description voidView. setBackgroundColor(Color color) -
Uses of Color in org.jzy3d.plot3d.rendering.view.annotation
Constructors in org.jzy3d.plot3d.rendering.view.annotation with parameters of type Color Constructor Description CameraDistanceAnnotation(View view, Color color)CameraPathAnnotation(View view, Color color) -
Uses of Color in org.jzy3d.plot3d.text
Fields in org.jzy3d.plot3d.text declared as Color Modifier and Type Field Description protected ColorDrawableTextWrapper. colorMethods in org.jzy3d.plot3d.text with parameters of type Color Modifier and Type Method Description voidDrawableTextWrapper. configure(String txt, Coord3d position, Color color, Horizontal ha, Vertical va)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dITextRenderer. 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.BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)voidDrawableTextWrapper. setColor(Color color)Constructors in org.jzy3d.plot3d.text with parameters of type Color Constructor Description DrawableTextWrapper(String txt, Coord3d position, Color color, ITextRenderer renderer) -
Uses of Color in org.jzy3d.plot3d.text.drawable
Constructors in org.jzy3d.plot3d.text.drawable with parameters of type Color Constructor Description DrawableTextBillboard(String txt, Coord3d position, Color color)DrawableTextBitmap(String txt, Coord3d position, Color color)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color) -
Uses of Color in org.jzy3d.plot3d.text.drawable.cells
Constructors in org.jzy3d.plot3d.text.drawable.cells with parameters of type Color Constructor Description DrawableTextCell(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter) -
Uses of Color in org.jzy3d.plot3d.text.overlay
Methods in org.jzy3d.plot3d.text.overlay with parameters of type Color Modifier and Type Method Description voidAWTTextOverlay. appendText(IPainter painter, String s, Coord3d position, Horizontal halign, Vertical valign, Color color) -
Uses of Color in org.jzy3d.plot3d.text.renderers
Methods in org.jzy3d.plot3d.text.renderers with parameters of type Color Modifier and Type Method Description BoundingBox3dTextBillboardRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.BoundingBox3dTextBitmapRenderer. 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 voidTextBillboardRenderer. glRaster(IPainter painter, Coord3d position, Color color) -
Uses of Color in org.jzy3d.plot3d.text.renderers.jogl
Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type Color Modifier and Type Method Description BoundingBox3dJOGLTextRenderer2d. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal horizontal, Vertical vertical, Color color, Coord2d screenOffset, Coord3d sceneOffset)BoundingBox3dJOGLTextRenderer3d. 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, 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 Color Modifier and Type Field Description protected ColorRingInterpolator. factorConstructors in org.jzy3d.svm.demos with parameters of type Color Constructor Description RingInterpolator(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 Color Modifier and Type Method Description protected voidLightEditor. registerColorControl(ColorEditor colorControl, Color color)protected voidMaterialEditor. registerColorControl(ColorEditor colorControl, Color color)
-