Uses of Class
org.jzy3d.colors.ColorMapper
Packages that use ColorMapper
Package
Description
-
Uses of ColorMapper in org.jzy3d.colors
Subclasses of ColorMapper in org.jzy3d.colorsModifier and TypeClassDescriptionclass
AColorMapper
able to compute a coordinate color according to its score computed by the currentGraph
'sAbstractOrderingStrategy
.Methods in org.jzy3d.colors that return ColorMapperMethods in org.jzy3d.colors with parameters of type ColorMapperModifier and TypeMethodDescriptionvoid
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 -
Uses of ColorMapper in org.jzy3d.contour
Fields in org.jzy3d.contour declared as ColorMapperMethods in org.jzy3d.contour that return ColorMapperMethods in org.jzy3d.contour with parameters of type ColorMapperModifier and TypeMethodDescriptionvoid
DefaultContourColoringPolicy.setColorMmapper
(ColorMapper cmapper) Constructors in org.jzy3d.contour with parameters of type ColorMapper -
Uses of ColorMapper in org.jzy3d.plot2d.primitive
Fields in org.jzy3d.plot2d.primitive declared as ColorMapperConstructors in org.jzy3d.plot2d.primitive with parameters of type ColorMapperModifierConstructorDescriptionAWTColorbarImageGenerator
(ColorMapper mapper, ITickProvider provider, ITickRenderer renderer) -
Uses of ColorMapper in org.jzy3d.plot2d.primitives
Methods in org.jzy3d.plot2d.primitives that return ColorMapper -
Uses of ColorMapper in org.jzy3d.plot3d.builder
Methods in org.jzy3d.plot3d.builder with parameters of type ColorMapperModifier 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 ColorMapper in org.jzy3d.plot3d.builder.concrete
Fields in org.jzy3d.plot3d.builder.concrete declared as ColorMapperModifier and TypeFieldDescriptionprotected ColorMapper
RingExtrapolator.cmap
protected ColorMapper
RingTessellator.cmap
Methods in org.jzy3d.plot3d.builder.concrete with parameters of type ColorMapperModifier 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 ColorMapperModifierConstructorDescriptionRingExtrapolator
(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 ColorMapperModifier and TypeFieldDescriptionprotected 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 ColorMapperModifier and TypeMethodDescriptionCompileableComposite.getColorMapper()
Composite.getColorMapper()
Geometry.getColorMapper()
Parallelepiped.getColorMapper()
ScatterMultiColor.getColorMapper()
ScatterMultiColorList.getColorMapper()
Methods in org.jzy3d.plot3d.primitives with parameters of type ColorMapperModifier and TypeMethodDescriptionvoid
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) Constructors in org.jzy3d.plot3d.primitives with parameters of type ColorMapperModifierConstructorDescriptionAWTScatterMultiColor
(Coord3d[] coordinates, Color[] colors, ColorMapper mapper) AWTScatterMultiColor
(Coord3d[] coordinates, Color[] colors, ColorMapper mapper, float width) AWTScatterMultiColor
(Coord3d[] coordinates, ColorMapper mapper) AWTScatterMultiColorList
(List<Coord3d> coordinates, ColorMapper mapper) AWTScatterMultiColorList
(List<Coord3d> coordinates, ColorMapper mapper, float width) ConcurrentScatterMultiColor
(Coord3d[] coordinates, Color[] colors, ColorMapper mapper) ConcurrentScatterMultiColor
(Coord3d[] coordinates, Color[] colors, ColorMapper mapper, float width) ConcurrentScatterMultiColor
(Coord3d[] coordinates, ColorMapper mapper) ConcurrentScatterMultiColorList
(List<Coord3d> coordinates, ColorMapper mapper) ConcurrentScatterMultiColorList
(List<Coord3d> coordinates, ColorMapper mapper, float width) ScatterMultiColor
(Coord3d[] coordinates, Color[] colors, ColorMapper mapper) ScatterMultiColor
(Coord3d[] coordinates, Color[] colors, ColorMapper mapper, float width) ScatterMultiColor
(Coord3d[] coordinates, ColorMapper mapper) ScatterMultiColorList
(List<Coord3d> coordinates, ColorMapper mapper) ScatterMultiColorList
(List<Coord3d> coordinates, ColorMapper mapper, float width) ScatterMultiColorList
(ColorMapper mapper) -
Uses of ColorMapper in org.jzy3d.plot3d.primitives.enlightables
Fields in org.jzy3d.plot3d.primitives.enlightables declared as ColorMapperMethods in org.jzy3d.plot3d.primitives.enlightables that return ColorMapperMethods in org.jzy3d.plot3d.primitives.enlightables with parameters of type ColorMapper -
Uses of ColorMapper in org.jzy3d.plot3d.primitives.vbo
Methods in org.jzy3d.plot3d.primitives.vbo that return ColorMapperModifier and TypeMethodDescriptionShaderMeshDrawableVBO.getColorMapper()
ShaderWaterfallDrawableVBO.getColorMapper()
Methods in org.jzy3d.plot3d.primitives.vbo with parameters of type ColorMapperModifier and TypeMethodDescriptionprotected 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 ColorMapperModifierConstructorDescriptionColormapTexture
(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 ColorMapperMethods in org.jzy3d.plot3d.primitives.vbo.builders with parameters of type ColorMapperModifier and TypeMethodDescriptionprotected 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 ColorMapperModifierConstructorDescriptionVBOBuilderListCoord3d
(List<Coord3d> coordinates, ColorMapper coloring) -
Uses of ColorMapper in org.jzy3d.plot3d.primitives.volume
Fields in org.jzy3d.plot3d.primitives.volume declared as ColorMapperMethods in org.jzy3d.plot3d.primitives.volume that return ColorMapperMethods in org.jzy3d.plot3d.primitives.volume with parameters of type ColorMapperConstructors in org.jzy3d.plot3d.primitives.volume with parameters of type ColorMapperModifierConstructorDescriptionTexture3D
(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 ColorMapperConstructors in org.jzy3d.svm.demos with parameters of type ColorMapperModifierConstructorDescriptionRingInterpolator
(float ringMin, float ringMax, ColorMapper cmap, Color factor)