public class StyleMapEntry extends Object
| Constructor and Description |
|---|
StyleMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationTypeName()
Gets the annotation type name.
|
Color |
getBackground()
Gets the background.
|
boolean |
getChecked()
Gets the checked.
|
String |
getFeatureValue()
Gets the feature value.
|
Color |
getForeground()
Gets the foreground.
|
boolean |
getHidden()
Gets the hidden.
|
String |
getLabel()
Gets the label.
|
String |
getPattern()
This method returns a pattern representing either simply an annotation type or else an
annotation type/feature value.
|
void |
setAnnotationTypeName(String annotationTypeName)
Sets the annotation type name.
|
void |
setBackground(Color background)
Sets the background.
|
void |
setChecked(Boolean chk)
Sets the checked.
|
void |
setFeatureValue(String featureValue)
Sets the feature value.
|
void |
setForeground(Color foreground)
Sets the foreground.
|
void |
setHidden(Boolean hid)
Sets the hidden.
|
void |
setLabel(String label)
Sets the label.
|
String |
toString() |
public boolean getHidden()
public void setHidden(Boolean hid)
hid - the new hiddenpublic boolean getChecked()
public void setChecked(Boolean chk)
chk - the new checkedpublic 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 © 2006–2017 The Apache Software Foundation. All rights reserved.