org.jzy3d.analysis
Interface IAnalysis

All Known Subinterfaces:
IRunnableAnalysis
All Known Implementing Classes:
AbstractAnalysis

public interface IAnalysis


Method Summary
 String getCanvasType()
           
 Chart getChart()
           
 String getName()
           
 String getPitch()
           
 boolean hasOwnChartControllers()
           
 void init()
           
 boolean isInitialized()
           
 void setCanvasType(String type)
          Determine the canvas, "awt", "swing", "newt", "offscreen".
 

Method Detail

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.