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.StyleFilterfilterprivate booleanisEnabledprivate Stylestyle
-
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 StylegetStyle()booleanisEnabled()booleanisFiltered()booleanisFullyEnabled()voidsetEnabled(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()
-
-