Package com.reportmill.panels
Class ShapePlacement
- java.lang.Object
- 
- com.reportmill.panels.ShapePlacement
 
- 
 public class ShapePlacement extends java.lang.ObjectThis class provides Swing UI editing for the currently selected shapes location and size.
- 
- 
Constructor SummaryConstructors Constructor Description ShapePlacement()Creates a new shape placement inspector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelgetUI()Returns the Swing UI panel for this inspector.java.lang.StringgetWindowTitle()Returns the name to be used in the inspector's window title.voidresetUI()Updates Swing UI controsl from current selection.voidrespondUI(java.lang.Object anObj)Updates current selection from Swing UI controls.
 
- 
- 
- 
Method Detail- 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name to be used in the inspector's window title.
 - 
getUIpublic javax.swing.JPanel getUI() Returns the Swing UI panel for this inspector.
 - 
resetUIpublic void resetUI() Updates Swing UI controsl from current selection.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Updates current selection from Swing UI controls.
 
- 
 
-