Documentation of 'sgtplot.Selectable' Java class
Selectable
sgtplot

Interface Selectable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.awt.Rectangle getBounds()
      Gets the bounding rectangle in device coordinates.
      boolean isSelectable()
      Returns true if the current state is selectable.
      boolean isSelected()
      Returns true if the object's selected property is set.
      void setSelectable(boolean select)
      Set the Selectable property.
      void setSelected(boolean sel)
      Sets the selected property.
    • Method Detail

      • setSelected

        void setSelected(boolean sel)
        Sets the selected property.
        Parameters:
        sel - true if selected, false if not.
      • isSelected

        boolean isSelected()
        Returns true if the object's selected property is set.
        Returns:
        true if selected, false if not.
      • getBounds

        java.awt.Rectangle getBounds()
        Gets the bounding rectangle in device coordinates.
        Returns:
        bounding rectangle
      • isSelectable

        boolean isSelectable()
        Returns true if the current state is selectable.
        Returns:
        true if selectable
      • setSelectable

        void setSelectable(boolean select)
        Set the Selectable property.
        Parameters:
        select - if true object is selectable

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.