Class AnnotationLabel
Represents a label used for annotation, with associated metadata.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()An optional color associated with the label when displayed via GUI.getGroup()Specifies a group for the label (similar labels that are displayed together).Label that uniquely identifies the ID (for machine purposes).Descriptive user-friendly label displayed via GUI.voidsetColor(RGBColorBean color) An optional color associated with the label when displayed via GUI.voidSpecifies a group for the label (similar labels that are displayed together).voidsetUniqueLabel(String uniqueLabel) Label that uniquely identifies the ID (for machine purposes).voidsetUserFriendlyLabel(String userFriendlyLabel) Descriptive user-friendly label displayed via GUI.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
AnnotationLabel
public AnnotationLabel()
-
-
Method Details
-
getUniqueLabel
Label that uniquely identifies the ID (for machine purposes). -
setUniqueLabel
Label that uniquely identifies the ID (for machine purposes). -
getUserFriendlyLabel
Descriptive user-friendly label displayed via GUI. -
setUserFriendlyLabel
Descriptive user-friendly label displayed via GUI. -
getColor
An optional color associated with the label when displayed via GUI. -
getGroup
Specifies a group for the label (similar labels that are displayed together). -
setGroup
Specifies a group for the label (similar labels that are displayed together).
-