org.jzy3d.colors
Interface IMultiColorable

All Known Implementing Classes:
AbstractComposite, CompileableComposite, CompositeParallelepiped, ContourLevel, Cylinder, EnlightableBar, FlatLine2d, HistogramBar, InterpolatedLineStrip, MultiColorScatter, MultiColorScatterList, Parallelepiped, PickablePolygon, Polygon, Quad, Shape, SimplePolygon, TexturedCube, TexturedCylinder, TranslucentQuad

public interface IMultiColorable

IMultiColorable objects may have several colors interpolated between each of their individual points colors.
A IMultiColorable object requires a ColorMapper that defines a strategy for coloring points according to their position.

Author:
Martin Pernollet

Method Summary
 ColorMapper getColorMapper()
          Get the colormapper.
 void setColorMapper(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.