Package com.reportmill.panels
Class ShapeRollScaleSkew
- java.lang.Object
- 
- com.reportmill.panels.ShapeRollScaleSkew
 
- 
 public class ShapeRollScaleSkew extends java.lang.ObjectThis class provides Swing UI editing for advanced transforms such as rotation, scale and skew for the currently selected shapes.
- 
- 
Constructor SummaryConstructors Constructor Description ShapeRollScaleSkew()Creates a new ShapeRollScaleSkew inspector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelgetUI()Returns the Swing GUI panel for this inspector.java.lang.StringgetWindowTitle()Returns the name to be used in the inspector panel window title.voidresetUI()Resets the Swing UI controls from the currently selected shapes.voidrespondUI(java.lang.Object anObj)Responds to changes from the Swing GUI panel's controls.
 
- 
- 
- 
Method Detail- 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name to be used in the inspector panel window title.
 - 
getUIpublic javax.swing.JPanel getUI() Returns the Swing GUI panel for this inspector.
 - 
resetUIpublic void resetUI() Resets the Swing UI controls from the currently selected shapes.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Responds to changes from the Swing GUI panel's controls.
 
- 
 
-