org.jzy3d.analysis
Class AbstractAnalysis

java.lang.Object
  extended by org.jzy3d.analysis.AbstractAnalysis
All Implemented Interfaces:
IAnalysis

public abstract class AbstractAnalysis
extends Object
implements IAnalysis


Field Summary
protected  String canvasType
           
protected  Chart chart
           
 
Constructor Summary
AbstractAnalysis()
           
 
Method Summary
 String getCanvasType()
           
 Chart getChart()
           
 String getName()
           
 String getPitch()
           
 boolean hasOwnChartControllers()
           
 boolean isInitialized()
           
 void setCanvasType(String type)
          Determine the canvas, "awt", "swing", "newt", "offscreen".
 
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
 

Field Detail

chart

protected Chart chart

canvasType

protected String canvasType
Constructor Detail

AbstractAnalysis

public AbstractAnalysis()
Method Detail

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.