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.StyleSetExtension 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 voidsetStyle(int index, uk.ac.starlink.ttools.plot.Style style)Overwrites one entry of this style set.
-