Class ShapePlacement

java.lang.Object
com.reportmill.panels.ShapePlacement

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

    • ShapePlacement

      public ShapePlacement()
      Creates a new shape placement 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 current selection.
    • respondUI

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