Package org.jzy3d.colors
Interface ISingleColorable
- All Known Implementing Classes:
Arrow,BarycenterAnnotation,CameraDistanceAnnotation,ColoredWireframePolygon,CompileableComposite,Composite,ConcurrentScatterPoint,Cone,ContourLevel,CubeComposite,CubeGLUT,Cylinder,Disk,EnlightableBar,EnlightableDisk,EnlightableSphere,FlatLine2d,Geometry,HistogramBar,LineStripInterpolated,MonitorScatter,Parallelepiped,ParallelepipedComposite,PickablePoint,PickablePolygon,PickableSphere,Point,Polygon,Quad,Scatter,ScatterPoint,SelectableScatter,SelectableSphere,Shape,SimplePolygon,Sphere,TesselatedPolygon,TexturedCube,TexturedCylinder,TranslucentQuad,Triangle,Tube,WaterfallComposite
public interface ISingleColorable
ISingleColorable objects have a single plain color and a must define a setter for it.-
Method Summary
-
Method Details
-
setColor
Set the color.- Parameters:
color- the color
-
getColor
Color getColor()Get the color.- Returns:
- color the color.
-