Class JTextComponentShape

    • Constructor Detail

      • JTextComponentShape

        public JTextComponentShape()
    • Method Detail

      • getText

        public java.lang.String getText()
        Returns the text.
      • setText

        public void setText​(java.lang.String aString)
        Sets the text.
      • isEditable

        public boolean isEditable()
        Returns whether Text shape is editable.
      • setEditable

        public void setEditable​(boolean aValue)
        Sets whether Text shape is editable.
      • getMargin

        public java.awt.Insets getMargin()
        Returns the button margins.
      • setMargin

        public void setMargin​(java.awt.Insets theInsets)
        Sets the button margins.
      • getMarginString

        public java.lang.String getMarginString()
        Returns the margin string.
      • setMarginString

        public void setMarginString​(java.lang.String aString)
        Sets the button margin string.