org.jzy3d.analysis
Class AbstractAnalysis
java.lang.Object
org.jzy3d.analysis.AbstractAnalysis
- All Implemented Interfaces:
- IAnalysis
public abstract class AbstractAnalysis
- extends Object
- implements IAnalysis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jzy3d.analysis.IAnalysis |
init |
chart
protected Chart chart
canvasType
protected String canvasType
AbstractAnalysis
public AbstractAnalysis()
getName
public String getName()
- Specified by:
getName
in interface IAnalysis
getPitch
public String getPitch()
- Specified by:
getPitch
in interface IAnalysis
isInitialized
public boolean isInitialized()
- Specified by:
isInitialized
in interface IAnalysis
getChart
public Chart getChart()
- Specified by:
getChart
in interface IAnalysis
getCanvasType
public String getCanvasType()
- Specified by:
getCanvasType
in interface IAnalysis
setCanvasType
public void setCanvasType(String type)
- Description copied from interface:
IAnalysis
- Determine the canvas, "awt", "swing", "newt", "offscreen".
- Specified by:
setCanvasType
in interface IAnalysis
hasOwnChartControllers
public boolean hasOwnChartControllers()
- Specified by:
hasOwnChartControllers
in interface IAnalysis
Copyright © 2013. All rights reserved.