org.jzy3d.colors
Interface ISingleColorable

All Known Implementing Classes:
AbstractComposite, CompileableComposite, ContourLevel, Cylinder, Disk, EnlightableBar, EnlightableDisk, EnlightableSphere, FlatLine2d, HistogramBar, InteractiveScatter, InteractiveSphere, LineStrip, Parallelepiped, PickablePoint, Point, Polygon, Quad, Scatter, Shape, Sphere, TexturedCube, TexturedCylinder, TranslucentQuad, Tube

public interface ISingleColorable

ISingleColorable objects have a single plain color and a must define a setter for it.


Method Summary
 Color getColor()
          Get the color.
 void setColor(Color color)
          Set the color.
 

Method Detail

setColor

void setColor(Color color)
Set the color.

Parameters:
color - the color

getColor

Color getColor()
Get the color.

Returns:
color the color.