Class JSeparatorShape

    • Constructor Detail

      • JSeparatorShape

        public JSeparatorShape()
    • Method Detail

      • getOrientation

        public int getOrientation()
        Returns the orientation of the JSeparator.
      • setOrientation

        public void setOrientation​(int aValue)
        Resets the orientation of the separator component and resizes the shape.
      • getComponentClass

        public java.lang.Class<? extends javax.swing.JComponent> getComponentClass()
        Returns the component class for this component shape.
        Overrides:
        getComponentClass in class JComponentShape
      • contains

        public boolean contains​(RMPoint aPoint)
        Override from RMShape to increase hit test rectangle.
        Overrides:
        contains in class RMShape