Package org.jzy3d.colors
Interface ISingleColorable
-
- All Known Implementing Classes:
BarycenterAnnotation,CameraDistanceAnnotation,ColoredWireframePolygon,CompileableComposite,Composite,ConcurrentScatterPoint,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 ISingleColorableISingleColorableobjects have a single plain color and a must define a setter for it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetColor()Get the color.voidsetColor(Color color)Set the color.
-