Class SwingRectangleEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor

    public class SwingRectangleEditor
    extends SwingEditorSupport
    An editor for editing Rectangle.
    • Constructor Detail

      • SwingRectangleEditor

        public SwingRectangleEditor()
    • Method Detail

      • setValue

        public void setValue​(java.lang.Object value)
        Specified by:
        setValue in interface java.beans.PropertyEditor
        Overrides:
        setValue in class java.beans.PropertyEditorSupport
      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface java.beans.PropertyEditor
        Overrides:
        getValue in class java.beans.PropertyEditorSupport