Class ShapePlacement


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

      • ShapePlacement

        public ShapePlacement()
    • Method Detail

      • getWindowTitle

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

        protected javax.swing.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,​javax.swing.JComponent>
      • resetUI

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