Package com.reportmill.panels
Class ShapeFillsShadow
- java.lang.Object
- 
- com.reportmill.panels.ShapeFillsShadow
 
- 
 public class ShapeFillsShadow extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classShapeFillsShadow.OffsetPanelImplements a simple control to edit shadow position.
 - 
Constructor SummaryConstructors Constructor Description ShapeFillsShadow()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelgetUI()Returns the inspector UI component.voidresetUI()Called by Ribs to reset UI controls.voidrespondUI(java.lang.Object anObj)Responds to changes from the Swing GUI panel controls and updates currently selected shape.
 
- 
- 
- 
Method Detail- 
getUIpublic javax.swing.JPanel getUI() Returns the inspector UI component.
 - 
resetUIpublic void resetUI() Called by Ribs to reset UI controls.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Responds to changes from the Swing GUI panel controls and updates currently selected shape.
 
- 
 
-