Class StyleList
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.ui.style.StyleList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStyleList.StyleFilter
-
Constructor Summary
Constructors Constructor Description StyleList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Style style)voidadd(Style style, StyleList.StyleFilter filter)booleanisEnabled(Style style)voidpaint(Geometry geom, Viewport viewport, Graphics2D g)voidsetEnabled(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)
-
-