Groovy Documentation

griffon.plugins.jzy3d
[Java] Interface GriffonChart3D

griffon.core.ThreadingHandler
  griffon.core.GriffonArtifact
      griffon.core.MVCHandler
          griffon.core.ResourceHandler
              griffon.core.ApplicationHandler
                  griffon.plugins.jzy3d.GriffonChart3D
All Superinterfaces:
ThreadingHandler, GriffonArtifact, MVCHandler, ResourceHandler, ApplicationHandler

public interface GriffonChart3D
extends GriffonMvcArtifact

Authors:
Andres Almiray


Method Summary
org.jzy3d.chart.Chart getChart()

void initChart()

 
Methods inherited from interface GriffonMvcArtifact
mvcGroupInit, mvcGroupDestroy, newInstance, getMetaClass, getLog, getGriffonClass, getApp, isUIThread, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, destroyMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsStream, getResources, getResourceAsURL
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getChart

public org.jzy3d.chart.Chart getChart()


initChart

public void initChart()


 

Groovy Documentation