Interface ColorContainerManager<T extends AbstractContainer>
-
- All Known Implementing Classes:
InstanceContainerManager
,SequencePlotContainerManager
,SpreadSheetRowContainerManager
,TimeseriesContainerManager
,XYSequenceContainerManager
public interface ColorContainerManager<T extends AbstractContainer>
Indicator interface for container managers that manage containers encapsulating 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 Color
getColor(T cont)
Returns the color for the container.ColorProvider
getColorProvider()
Returns the color provider to use.void
setColorProvider(ColorProvider value)
Sets the color provider to use.
-
-
-
Method Detail
-
setColorProvider
void setColorProvider(ColorProvider value)
Sets the color provider to use.- Parameters:
value
- the color provider
-
getColorProvider
ColorProvider getColorProvider()
Returns the color provider to use.- Returns:
- the color provider in use
-
-