Package uk.ac.starlink.topcat.plot
Interface MutableStyleSet
-
- All Superinterfaces:
uk.ac.starlink.ttools.plot.StyleSet
- All Known Implementing Classes:
PoolStyleSet
public interface MutableStyleSet extends uk.ac.starlink.ttools.plot.StyleSet
Extension of the StyleSet interface which allows entries to be changed.- Since:
- 6 Jan 2006
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setStyle(int index, uk.ac.starlink.ttools.plot.Style style)
Overwrites one entry of this style set.
-