Package com.reportmill.wizard
Class GraphsBar
- java.lang.Object
- 
- com.reportmill.wizard.Wizard
- 
- com.reportmill.wizard.GraphsBar
 
 
- 
 public class GraphsBar extends Wizard This wizard subclass is used to create a simple table.
- 
- 
Constructor SummaryConstructors Constructor Description GraphsBar()Creates a tables basic wizard.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RMShape[]getFinishShapes()Returns an array of finish shapes.protected voidprepareFinishShapes()Does initialization prior to get finish shapes.voidsetMaxSelectedPanelIndex(int anIndex)Override to do some initialization.- 
Methods inherited from class com.reportmill.wizard.WizardaddScreen, finish, getCategory, getDataSource, getDataSourceDefault, getDescription, getListKey, getMaxSelectedPanelIndex, getName, getPanel, getPanelCount, getPrettyName, getScreen, getSelectedPanel, getSelectedPanelIndex, getThumbnailImage, getWizard, removeScreen, resetUI, respondUI, setCategory, setListKey, setName, setSelectedPanelIndex
 
- 
 
- 
- 
- 
Method Detail- 
setMaxSelectedPanelIndexpublic void setMaxSelectedPanelIndex(int anIndex) Override to do some initialization.- Overrides:
- setMaxSelectedPanelIndexin class- Wizard
 
 - 
prepareFinishShapesprotected void prepareFinishShapes() Does initialization prior to get finish shapes.- Overrides:
- prepareFinishShapesin class- Wizard
 
 - 
getFinishShapesprotected RMShape[] getFinishShapes() Returns an array of finish shapes.- Overrides:
- getFinishShapesin class- Wizard
 
 
- 
 
-