org.jzy3d.analysis
Interface IAnalysis
- All Known Subinterfaces:
- IRunnableAnalysis
- All Known Implementing Classes:
- AbstractAnalysis
public interface IAnalysis
getName
String getName()
getPitch
String getPitch()
getChart
Chart getChart()
throws Exception
- Throws:
Exception
init
void init()
throws Exception
- Throws:
Exception
isInitialized
boolean isInitialized()
hasOwnChartControllers
boolean hasOwnChartControllers()
getCanvasType
String getCanvasType()
setCanvasType
void setCanvasType(String type)
- Determine the canvas, "awt", "swing", "newt", "offscreen".
Copyright © 2013. All rights reserved.