Documentation of 'sgtplot.Attribute' Java class
Attribute
sgtplot

Interface Attribute

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
      Add listener for changes to attribute properties.
      java.lang.String getId()
      Get attribute id.
      boolean isBatch()
      Is the attribute in batch mode?
      void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
      Remove change listener.
      void setBatch(boolean batch)
      Batch the changes to the attribute.
      void setBatch(boolean batch, boolean local)
      Batch the changes to the attribute and set local flag.
      void setId(java.lang.String id)
      Set attribute id.
      java.lang.String toString()
      Return a printable representation of the object.
    • Method Detail

      • toString

        java.lang.String toString()
        Return a printable representation of the object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        Description
      • addPropertyChangeListener

        void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
        Add listener for changes to attribute properties. The properties that can be listened for depend on the implementing class.
        Since:
        2.0
      • removePropertyChangeListener

        void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
        Remove change listener.
        Since:
        2.0
      • setId

        void setId(java.lang.String id)
        Set attribute id.
        Since:
        3.0
      • getId

        java.lang.String getId()
        Get attribute id.
        Since:
        3.0
      • setBatch

        void setBatch(boolean batch)
        Batch the changes to the attribute.
        Since:
        3.0
      • setBatch

        void setBatch(boolean batch,
                      boolean local)
        Batch the changes to the attribute and set local flag. Determines whether AttributeChangeEvent will be set local.
        Since:
        3.0
      • isBatch

        boolean isBatch()
        Is the attribute in batch mode?
        Since:
        3.0

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.