Package com.reportmill.panels
Class ShapeFills
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.panels.ShapeFills
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- java.lang.Cloneable
 
 public class ShapeFills extends RMObject This class manages the Swing UI for editing the currently selected shapes fill attributes, like fill color, stroke color, transparency, etc.
- 
- 
Constructor SummaryConstructors Constructor Description ShapeFills()Creates a new surface inspector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStrokeComboBoxIndex(RMStroke aStroke)Returns the StrokeComboBox index for the given stroke.RMStrokegetStrokeComboBoxStroke(int anIndex, RMStroke aBaseStroke)Returns the StrokeComboBox adjusted stroke for the given combobox index and an original base stroke.javax.swing.JPanelgetUI()Returns the Swing UI panel.java.lang.StringgetWindowTitle()Returns the display name for the inspector.voidresetUI()Reset Swing UI controls from current selection.voidrespondUI(java.lang.Object anObj)Updates currently selected shapes from Swing UI controls.- 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Method Detail- 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the display name for the inspector.
 - 
getUIpublic javax.swing.JPanel getUI() Returns the Swing UI panel.
 - 
resetUIpublic void resetUI() Reset Swing UI controls from current selection.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Updates currently selected shapes from Swing UI controls.
 - 
getStrokeComboBoxIndexpublic int getStrokeComboBoxIndex(RMStroke aStroke) Returns the StrokeComboBox index for the given stroke.
 
- 
 
-