Constructor and Description |
---|
ErrorMarkStyleSet(StyleSet base,
ErrorRenderer errorRenderer)
Constructor.
|
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.
|
public ErrorMarkStyleSet(StyleSet base, ErrorRenderer errorRenderer)
base
- base style seterrorRenderer
- renderer which each style from this set will havepublic String getName()
StyleSet
public Style getStyle(int index)
StyleSet
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.Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.