Class ShapeLayout


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

    • ShapeLayout

      public ShapeLayout()
  • Method Details

    • getWindowTitle

      public 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,JComponent>
    • resetUI

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

      public SpringsLayoutPane getSpringsLayoutPane()
      Returns the SpringsLayoutPane.
    • getFlowLayoutPane

      public FlowLayoutPane getFlowLayoutPane()
      Returns the FlowLayoutPane.