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
-
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)
boolean
isEnabled(Style style)
void
paint(Geometry geom, Viewport viewport, Graphics2D g)
void
setEnabled(Style style, boolean isEnabled)
-
-
-
Method Detail
-
paint
public void paint(Geometry geom, Viewport viewport, Graphics2D g) throws Exception
-
add
public void add(Style style)
-
add
public void add(Style style, StyleList.StyleFilter filter)
-
setEnabled
public void setEnabled(Style style, boolean isEnabled)
-
isEnabled
public boolean isEnabled(Style style)
-
-