Class ShapePlacement


  • public class ShapePlacement
    extends java.lang.Object
    This class provides Swing UI editing for the currently selected shapes location and size.
    • Constructor Summary

      Constructors 
      Constructor Description
      ShapePlacement()
      Creates a new shape placement inspector.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JPanel getUI()
      Returns the Swing UI panel for this inspector.
      java.lang.String getWindowTitle()
      Returns the name to be used in the inspector's window title.
      void resetUI()
      Updates Swing UI controsl from current selection.
      void respondUI​(java.lang.Object anObj)
      Updates current selection from Swing UI controls.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShapePlacement

        public ShapePlacement()
        Creates a new shape placement inspector.
    • Method Detail

      • getWindowTitle

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

        public javax.swing.JPanel getUI()
        Returns the Swing UI panel for this inspector.
      • resetUI

        public void resetUI()
        Updates Swing UI controsl from current selection.
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Updates current selection from Swing UI controls.