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

    Modifier and Type
    Method
    Description
    Get the color.
    void
    setColor(Color color)
    Set the color.
  • Method Details

    • setColor

      void setColor(Color color)
      Set the color.
      Parameters:
      color - the color
    • getColor

      Color getColor()
      Get the color.
      Returns:
      color the color.