org.jzy3d.colors
Interface IMultiColorable
-
- All Known Implementing Classes:
- AbstractComposite, AbstractGeometry, AWTScatterMultiColor, AWTScatterMultiColorList, AxeTransformableAbstractGeometry, AxeTransformableConcurrentScatterMultiColor, AxeTransformableConcurrentScatterMultiColorList, AxeTransformableFlatLine2d, AxeTransformableLineStripInterpolated, AxeTransformablePolygon, AxeTransformableQuad, BarycenterAnnotation, CompileableComposite, ConcurrentScatterMultiColor, ConcurrentScatterMultiColorList, ContourLevel, Cylinder, EnlightableBar, FlatLine2d, HistogramBar, LineStripInterpolated, Parallelepiped, ParallelepipedComposite, PickablePolygon, Polygon, Quad, ScatterMultiColor, ScatterMultiColorList, Shape, SimplePolygon, TesselatedPolygon, TexturedCube, TexturedCylinder, TranslucentQuad
public interface IMultiColorableIMultiColorableobjects may have several colors interpolated between each of their individual points colors.
AIMultiColorableobject requires aColorMapperthat defines a strategy for coloring points according to their position.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ColorMappergetColorMapper()Get the colormapper.voidsetColorMapper(ColorMapper mapper)Set the colormapper that will be used by the Drawable, instead of using precomputed colors.
-
-
-
Method Detail
-
setColorMapper
void setColorMapper(ColorMapper mapper)
Set the colormapper that will be used by the Drawable, instead of using precomputed colors.
-
getColorMapper
ColorMapper getColorMapper()
Get the colormapper.
-
-
DMelt 3.0 © DataMelt by jWork.ORG