Modifier and Type | Class and Description |
---|---|
static interface |
StyleList.StyleFilter |
Modifier and Type | Field and Description |
---|---|
private java.util.List |
styleList |
Constructor and Description |
---|
StyleList() |
Modifier and Type | Method and Description |
---|---|
void |
add(Style style) |
void |
add(Style style,
StyleList.StyleFilter filter) |
private StyleEntry |
getEntry(Style style) |
private int |
getEntryIndex(Style style) |
void |
paint(Geometry geom,
Viewport viewport,
java.awt.Graphics2D g) |
void |
setEnabled(Style style,
boolean isEnabled) |
public void paint(Geometry geom, Viewport viewport, java.awt.Graphics2D g) throws java.lang.Exception
public void add(Style style)
public void add(Style style, StyleList.StyleFilter filter)
public void setEnabled(Style style, boolean isEnabled)
private StyleEntry getEntry(Style style)
private int getEntryIndex(Style style)