public class StyleMapEntry extends Object
Constructor and Description |
---|
StyleMapEntry() |
Modifier and Type | Method and Description |
---|---|
String |
getAnnotationTypeName() |
Color |
getBackground() |
boolean |
getChecked() |
String |
getFeatureValue() |
Color |
getForeground() |
boolean |
getHidden() |
String |
getLabel() |
String |
getPattern()
This method returns a pattern representing either simply an annotation type or else an
annotation type/feature value.
|
void |
setAnnotationTypeName(String annotationTypeName) |
void |
setBackground(Color background) |
void |
setChecked(Boolean chk) |
void |
setFeatureValue(String featureValue) |
void |
setForeground(Color foreground) |
void |
setHidden(Boolean hid) |
void |
setLabel(String label) |
String |
toString() |
public boolean getHidden()
public void setHidden(Boolean hid)
public boolean getChecked()
public void setChecked(Boolean chk)
public String getPattern()
public Color getBackground()
public void setBackground(Color background)
background
- The background to set.public String getFeatureValue()
public void setFeatureValue(String featureValue)
featureValue
- The featureValue to set.public Color getForeground()
public void setForeground(Color foreground)
foreground
- The foreground to set.public String getLabel()
public void setLabel(String label)
label
- The label to set.public String getAnnotationTypeName()
public void setAnnotationTypeName(String annotationTypeName)
annotationTypeName
- The annotationTypeName to set.Copyright © 2019. All rights reserved.