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