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