Package com.reportmill.panels
Class ShapeFillsImage
- java.lang.Object
-
- com.reportmill.panels.ShapeFillsImage
-
public class ShapeFillsImage extends java.lang.Object
Provides UI inspector for Shape image fills.
-
-
Constructor Summary
Constructors Constructor Description ShapeFillsImage()
Creates a new ShapeFillsGradient inspector.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RJPanel
getUI()
Returns the Swing UI panel.java.lang.String
getWindowTitle()
Returns the string used for the inspector window title.void
resetUI()
Updates the Swing UI controls from the currently selected shape.void
respondUI(java.lang.Object anObj)
Updates the currently selected shape from the Swing UI controls.
-
-
-
Method Detail
-
getWindowTitle
public java.lang.String getWindowTitle()
Returns the string used for the inspector window title.
-
getUI
public RJPanel getUI()
Returns the Swing UI panel.
-
resetUI
public void resetUI()
Updates the Swing UI controls from the currently selected shape.
-
respondUI
public void respondUI(java.lang.Object anObj)
Updates the currently selected shape from the Swing UI controls.
-
-