Package com.reportmill.panels
Class ShapePlacement
- java.lang.Object
-
- com.reportmill.panels.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.
-
-
-
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.
-
-