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