Interface ColorContainer
-
- All Known Implementing Classes:
InstanceContainer,SequencePlotContainer,SpreadSheetRowContainer,TimeseriesContainer,XYSequenceContainer
public interface ColorContainerInterface for containers that encapsulate color as well.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetColor()Returns the current color in use.voidsetColor(Color value)Sets the color to use.
-