org.jplot2d.annotation
Annotation Type Property
-
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface PropertyThe property annotation indicate that the property should appear in properties table. This annotation mark on the getter method.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element and Description intorderThe order in its group
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element and Description java.lang.StringdescriptionThe string displayed in tooltip.intdisplayDigitsHow many significant digits should display for the value.java.lang.StringdisplayNameThe name displayed in properties table.booleanreadOnlyThe property is read-only, even if there is a writer method.booleanstyleableDetermine if this property is a styleable property.
-
-
-
-
displayName
public abstract java.lang.String displayName
The name displayed in properties table. The default value "" means displaying the property name.- Default:
- ""
-
-
-
displayDigits
public abstract int displayDigits
How many significant digits should display for the value. Only useful for float and double property. The default value 0 means no limit.- Default:
- 0
-
-
-
description
public abstract java.lang.String description
The string displayed in tooltip.- Default:
- ""
-
-
DMelt 3.0 © DataMelt by jWork.ORG