Package com.reportmill.panels
Class ShapeFillsGradient
- java.lang.Object
- 
- com.reportmill.panels.ShapeFillsGradient
 
- 
 public class ShapeFillsGradient extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ShapeFillsGradient()Creates a new ShapeFillsGradient inspector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RJPanelgetUI()Returns the Swing UI panel.java.lang.StringgetWindowTitle()Returns the string used for the inspector window title.voidresetUI()Updates the Swing UI controls from the currently selected shape.voidrespondUI(java.lang.Object anObj)Updates the currently selected shape from the Swing UI controls.
 
- 
- 
- 
Method Detail- 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the string used for the inspector window title.
 - 
getUIpublic RJPanel getUI() Returns the Swing UI panel.
 - 
resetUIpublic void resetUI() Updates the Swing UI controls from the currently selected shape.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Updates the currently selected shape from the Swing UI controls.
 
- 
 
-