Class StyleEntry
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.ui.style.StyleEntry
-
class StyleEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private StyleList.StyleFilter
filter
private boolean
isEnabled
private Style
style
-
Constructor Summary
Constructors Constructor Description StyleEntry(Style style)
StyleEntry(Style style, StyleList.StyleFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Style
getStyle()
boolean
isEnabled()
boolean
isFiltered()
boolean
isFullyEnabled()
void
setEnabled(boolean isEnabled)
-
-
-
Field Detail
-
style
private Style style
-
isEnabled
private boolean isEnabled
-
filter
private StyleList.StyleFilter filter
-
-
Constructor Detail
-
StyleEntry
public StyleEntry(Style style)
-
StyleEntry
public StyleEntry(Style style, StyleList.StyleFilter filter)
-
-
Method Detail
-
setEnabled
public void setEnabled(boolean isEnabled)
-
isEnabled
public boolean isEnabled()
-
isFiltered
public boolean isFiltered()
-
isFullyEnabled
public boolean isFullyEnabled()
-
getStyle
public Style getStyle()
-
-