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
-
Field Summary
Fields Modifier and Type Field Description private java.util.ListstyleList
-
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)private StyleEntrygetEntry(Style style)private intgetEntryIndex(Style style)voidpaint(Geometry geom, Viewport viewport, java.awt.Graphics2D g)voidsetEnabled(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)
-
-