Class ShapeLocationSize

java.lang.Object
com.reportmill.panels.ShapeLocationSize

public class ShapeLocationSize extends Object
This class provides Swing GUI editing for the currently selected shapes location and size.
  • Constructor Details

    • ShapeLocationSize

      public ShapeLocationSize()
      Creates a new location size inspector.
  • Method Details

    • getWindowTitle

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

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

      public void resetUI()
      Updates Swing UI controsl from currently selected shape.
    • respondUI

      public void respondUI(Object anObj)
      Updates currently selected shape from Swing UI controls.