Documentation of 'org.jplot2d.annotation.Property' Java class
Property
org.jplot2d.annotation

Annotation Type Property



  • @Retention(value=RUNTIME)
     @Target(value=METHOD)
    public @interface Property
    The 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
      int order
      The order in its group
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      java.lang.String description
      The string displayed in tooltip.
      int displayDigits
      How many significant digits should display for the value.
      java.lang.String displayName
      The name displayed in properties table.
      boolean readOnly
      The property is read-only, even if there is a writer method.
      boolean styleable
      Determine if this property is a styleable property.
    • Element Detail

      • order

        public abstract int order
        The order in its group
      • 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:
        ""
      • readOnly

        public abstract boolean readOnly
        The property is read-only, even if there is a writer method. A sub-interface can use it to disable a writer.
        Default:
        false
      • styleable

        public abstract boolean styleable
        Determine if this property is a styleable property. A styleable property must be writable.
        Default:
        true

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.