Class StyleList
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.ui.style.StyleList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
StyleList.StyleFilter
-
Field Summary
Fields Modifier and Type Field Description private java.util.List
styleList
-
Constructor Summary
Constructors Constructor Description StyleList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
paint
public void paint(Geometry geom, Viewport viewport, java.awt.Graphics2D g) throws java.lang.Exception
-
add
public void add(Style style)
-
add
public void add(Style style, StyleList.StyleFilter filter)
-
setEnabled
public void setEnabled(Style style, boolean isEnabled)
-
getEntry
private StyleEntry getEntry(Style style)
-
getEntryIndex
private int getEntryIndex(Style style)
-
-