Uses of Class
org.jzy3d.colors.ColorMapper
-
-
Uses of ColorMapper in org.jzy3d.colors
Subclasses of ColorMapper in org.jzy3d.colors Modifier and Type Class Description class
OrderingStrategyScoreColorMapper
AColorMapper
able to compute a coordinate color according to its score computed by the currentGraph
'sAbstractOrderingStrategy
.Methods in org.jzy3d.colors that return ColorMapper Modifier and Type Method Description ColorMapper
IMultiColorable. getColorMapper()
Get the colormapper.Methods in org.jzy3d.colors with parameters of type ColorMapper Modifier and Type Method Description void
IMultiColorable. setColorMapper(ColorMapper mapper)
Set the colormapper that will be used by the Drawable, instead of using precomputed colors.Constructors in org.jzy3d.colors with parameters of type ColorMapper Constructor Description ColorMapper(ColorMapper colormapper, Color factor)
-
Uses of ColorMapper in org.jzy3d.contour
Fields in org.jzy3d.contour declared as ColorMapper Modifier and Type Field Description protected ColorMapper
DefaultContourColoringPolicy. cmapper
Methods in org.jzy3d.contour that return ColorMapper Modifier and Type Method Description ColorMapper
DefaultContourColoringPolicy. getColorMapper()
Methods in org.jzy3d.contour with parameters of type ColorMapper Modifier and Type Method Description void
DefaultContourColoringPolicy. setColorMmapper(ColorMapper cmapper)
Constructors in org.jzy3d.contour with parameters of type ColorMapper Constructor Description DefaultContourColoringPolicy(ColorMapper cmapper)
-
Uses of ColorMapper in org.jzy3d.plot2d.primitive
Fields in org.jzy3d.plot2d.primitive declared as ColorMapper Modifier and Type Field Description protected ColorMapper
AWTColorbarImageGenerator. mapper
Constructors in org.jzy3d.plot2d.primitive with parameters of type ColorMapper Constructor Description AWTColorbarImageGenerator(ColorMapper mapper, ITickProvider provider, ITickRenderer renderer)
-
Uses of ColorMapper in org.jzy3d.plot2d.primitives
Methods in org.jzy3d.plot2d.primitives that return ColorMapper Modifier and Type Method Description ColorMapper
ScatterSerie2d. colormapper(ColorMapRedAndGreen g)
-
Uses of ColorMapper in org.jzy3d.plot3d.builder
Methods in org.jzy3d.plot3d.builder with parameters of type ColorMapper Modifier and Type Method Description Shape
SurfaceBuilder. 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 ColorMapper in org.jzy3d.plot3d.builder.concrete
Fields in org.jzy3d.plot3d.builder.concrete declared as ColorMapper Modifier and Type Field Description protected ColorMapper
RingExtrapolator. cmap
protected ColorMapper
RingTessellator. cmap
Methods in org.jzy3d.plot3d.builder.concrete with parameters of type ColorMapper 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 ColorMapper Constructor Description RingExtrapolator(float ringMax, ColorMapper cmap, Color factor)
RingTessellator(float ringMin, float ringMax, ColorMapper cmap, Color factor)
-
Uses of ColorMapper in org.jzy3d.plot3d.primitives
Fields in org.jzy3d.plot3d.primitives declared as ColorMapper Modifier and Type Field Description protected ColorMapper
CompileableComposite. mapper
protected ColorMapper
Composite. mapper
protected ColorMapper
Geometry. mapper
protected ColorMapper
ScatterMultiColor. mapper
protected ColorMapper
ScatterMultiColorList. mapper
Methods in org.jzy3d.plot3d.primitives that return ColorMapper Modifier and Type Method Description ColorMapper
CompileableComposite. getColorMapper()
ColorMapper
Composite. getColorMapper()
ColorMapper
Geometry. getColorMapper()
ColorMapper
Parallelepiped. getColorMapper()
ColorMapper
ScatterMultiColor. getColorMapper()
ColorMapper
ScatterMultiColorList. getColorMapper()
Methods in org.jzy3d.plot3d.primitives with parameters of type ColorMapper Modifier and Type Method Description void
CompileableComposite. setColorMapper(ColorMapper mapper)
void
Composite. setColorMapper(ColorMapper mapper)
void
Geometry. setColorMapper(ColorMapper mapper)
void
Parallelepiped. setColorMapper(ColorMapper mapper)
void
ScatterMultiColor. setColorMapper(ColorMapper mapper)
void
ScatterMultiColorList. setColorMapper(ColorMapper mapper)
void
WaterfallComposite. setColorMapper(ColorMapper mapper)
-
Uses of ColorMapper in org.jzy3d.plot3d.primitives.enlightables
Fields in org.jzy3d.plot3d.primitives.enlightables declared as ColorMapper Modifier and Type Field Description protected ColorMapper
EnlightablePolygon. mapper
Methods in org.jzy3d.plot3d.primitives.enlightables that return ColorMapper Modifier and Type Method Description ColorMapper
EnlightablePolygon. getColorMapper()
Methods in org.jzy3d.plot3d.primitives.enlightables with parameters of type ColorMapper Modifier and Type Method Description void
EnlightablePolygon. setColorMapper(ColorMapper mapper)
-
Uses of ColorMapper in org.jzy3d.plot3d.primitives.vbo
Methods in org.jzy3d.plot3d.primitives.vbo that return ColorMapper Modifier and Type Method Description ColorMapper
ShaderMeshDrawableVBO. getColorMapper()
ColorMapper
ShaderWaterfallDrawableVBO. getColorMapper()
Methods in org.jzy3d.plot3d.primitives.vbo with parameters of type ColorMapper Modifier and Type Method Description protected void
ColormapTexture. feedBufferWithColormap(ColorMapper mapper)
void
ShaderMeshDrawableVBO. setColorMapper(ColorMapper mapper)
void
ShaderWaterfallDrawableVBO. setColorMapper(ColorMapper mapper)
void
ColormapTexture. updateColormap(ColorMapper mapper)
Constructors in org.jzy3d.plot3d.primitives.vbo with parameters of type ColorMapper Constructor Description ColormapTexture(ColorMapper mapper)
ColormapTexture(ColorMapper mapper, String name, int id)
ShaderMeshDrawableVBO(ShaderMeshVBOBuilder loader, ColorMapper mapper)
ShaderMeshVBOBuilder(float[] x, float[] y, float[] z, ColorMapper mapper)
ShaderWaterfallDrawableVBO(ShaderWaterfallVBOBuilder loader, ColorMapper mapper)
ShaderWaterfallVBOBuilder(float[] x, float[] y, float[] z, ColorMapper mapper)
-
Uses of ColorMapper in org.jzy3d.plot3d.primitives.vbo.builders
Fields in org.jzy3d.plot3d.primitives.vbo.builders declared as ColorMapper Modifier and Type Field Description protected ColorMapper
VBOBuilderListCoord3d. coloring
Methods in org.jzy3d.plot3d.primitives.vbo.builders with parameters of type ColorMapper Modifier and Type Method Description protected void
VBOBuilder. fillWithCollection(DrawableVBO drawable, Collection<Coord3d> coordinates, ColorMapper colors, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds)
protected void
VBOBuilder. fillWithCollection(DrawableVBO drawable, List<Coord3d> coordinates, FloatVBO vbo, ColorMapper coloring)
protected void
VBOBuilder. fillWithRandomBar(int n, DrawableVBO drawable, FloatBuffer vertices, IntBuffer indices, BoundingBox3d bounds, ColorMapper colors)
protected void
VBOBuilder. fillWithRandomBar(int n, DrawableVBO drawable, FloatVBO vbo, ColorMapper colors)
Constructors in org.jzy3d.plot3d.primitives.vbo.builders with parameters of type ColorMapper Constructor Description VBOBuilderListCoord3d(List<Coord3d> coordinates, ColorMapper coloring)
-
Uses of ColorMapper in org.jzy3d.plot3d.primitives.volume
Fields in org.jzy3d.plot3d.primitives.volume declared as ColorMapper Modifier and Type Field Description protected ColorMapper
Texture3D. mapper
Methods in org.jzy3d.plot3d.primitives.volume that return ColorMapper Modifier and Type Method Description ColorMapper
Texture3D. getColorMapper()
Methods in org.jzy3d.plot3d.primitives.volume with parameters of type ColorMapper Modifier and Type Method Description void
Texture3D. setColorMapper(ColorMapper mapper)
Constructors in org.jzy3d.plot3d.primitives.volume with parameters of type ColorMapper Constructor Description Texture3D(Buffer buffer, int[] shape, float min, float max, ColorMapper mapper, BoundingBox3d bbox)
Instanciate a drawable volume.Texture3D(Buffer buffer, int[] shape, ColorMapper mapper, BoundingBox3d bbox)
A convenient constructor that configure the volume value range based on the colormapper settings. -
Uses of ColorMapper in org.jzy3d.svm.demos
Fields in org.jzy3d.svm.demos declared as ColorMapper Modifier and Type Field Description protected ColorMapper
RingInterpolator. cmap
Constructors in org.jzy3d.svm.demos with parameters of type ColorMapper Constructor Description RingInterpolator(float ringMin, float ringMax, ColorMapper cmap, Color factor)
-