Package com.nomagic.reportwizard.tools
Class ChartTool
java.lang.Object
java.util.Observable
com.nomagic.magicreport.engine.Tool
com.nomagic.reportwizard.tools.ChartTool
- All Implemented Interfaces:
ITool,IVariable,Serializable,Cloneable
Tool for creating chart
- Since:
- Nov 22, 2021
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.nomagic.magicreport.engine.ITool
ITool.HTMLString, ITool.RetainedString, ITool.Void -
Field Summary
Fields inherited from class com.nomagic.magicreport.engine.Tool
context, properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.nomagic.magicreport.engine.Tool
clone, getContext, getProperties, getProperty, getProperty, notifyObservers, setContext, setPropertiesMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged
-
Constructor Details
-
ChartTool
public ChartTool()
-
-
Method Details
-
create
-
create
-
create
-
create
public ChartCreator create(String chartType, String chartStyle, String startCell, int columnSize, int rowSize)
-