Class ShapePlacement


public class ShapePlacement extends SwingOwner
This class provides Swing UI editing for the currently selected shapes location and size.
  • Constructor Details

    • ShapePlacement

      public ShapePlacement()
  • Method Details

    • getWindowTitle

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

      protected JComponent createUI()
      Create UI panel for this inspector.
      Overrides:
      createUI in class SwingOwner
    • initUI

      protected void initUI()
      Initialize UI panel for this inspector.
      Overrides:
      initUI in class UIOwner<SwingEvent,JComponent>
    • resetUI

      public void resetUI()
      Updates Swing UI controls from current selection.
      Overrides:
      resetUI in class UIOwner<SwingEvent,JComponent>