public interface StyleSet
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of this set.
|
Style |
getStyle(int index)
Returns a marker style corresponding to a particular index.
|
Style getStyle(int index)
index
must give the
same style (or one equivalent in the sense of equals
),
and ideally different values of index
should give
unequal ones, but for indices beyond a certain value the markers
may wrap around.
A given implementation may change the marker it dispenses for a
given index at different stages of its lifetime.index
- code for the requested styleindex
String getName()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.