Class ShapeLayout


  • public class ShapeLayout
    extends SwingOwner
    This class provides UI editing for the currently selected shapes layout attributes (in parent).
    • Constructor Detail

      • ShapeLayout

        public ShapeLayout()
    • Method Detail

      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the name to be used in the inspector's window title.
      • initUI

        protected void initUI()
        Initialize UI panel.
        Overrides:
        initUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • resetUI

        public void resetUI()
        Updates UI controls from currently selected shape.
        Overrides:
        resetUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • getSpringsLayoutPane

        public SpringsLayoutPane getSpringsLayoutPane()
        Returns the SpringsLayoutPane.
      • getFlowLayoutPane

        public FlowLayoutPane getFlowLayoutPane()
        Returns the FlowLayoutPane.