Uses of Interface
org.jzy3d.analysis.IAnalysis
-
-
Uses of IAnalysis in org.jzy3d.analysis
Subinterfaces of IAnalysis in org.jzy3d.analysis Modifier and Type Interface Description interface
IRunnableAnalysis
Classes in org.jzy3d.analysis that implement IAnalysis Modifier and Type Class Description class
AbstractAnalysis
class
AWTAbstractAnalysis
Methods in org.jzy3d.analysis with parameters of type IAnalysis Modifier and Type Method Description static void
AnalysisLauncher. open(IAnalysis demo)
Opens a demo with mouse/key/thread controllers for viewpoint change.static void
AnalysisLauncher. open(IAnalysis demo, Rectangle rectangle)
static void
AnalysisLauncher. openStatic(IAnalysis demo)
Opens an analysis without pluging mouse & key listenersstatic void
AnalysisLauncher. openStatic(IAnalysis demo, Rectangle rectangle)
static void
SWTAnalysisLauncher. openStaticSWT(IAnalysis demo)
-
Uses of IAnalysis in org.jzy3d.debugGL
Classes in org.jzy3d.debugGL that implement IAnalysis Modifier and Type Class Description class
DebugGL_Demo
-
Uses of IAnalysis in org.jzy3d.demos.debugGL
Classes in org.jzy3d.demos.debugGL that implement IAnalysis Modifier and Type Class Description class
DebugGL_Demo
-
Uses of IAnalysis in org.jzy3d.demos.lines
Classes in org.jzy3d.demos.lines that implement IAnalysis Modifier and Type Class Description class
WorldMapDemo
-
Uses of IAnalysis in org.jzy3d.demos.misc
Classes in org.jzy3d.demos.misc that implement IAnalysis Modifier and Type Class Description class
SquarifyDemo
-
Uses of IAnalysis in org.jzy3d.demos.scatter
Classes in org.jzy3d.demos.scatter that implement IAnalysis Modifier and Type Class Description class
ScatterDemoAWT
-
Uses of IAnalysis in org.jzy3d.demos.surface
Classes in org.jzy3d.demos.surface that implement IAnalysis Modifier and Type Class Description class
SurfaceDemoAWT
Demo an AWT chart using JOGLGLCanvas
.class
SurfaceDemoAWTNewt
Demo an AWT chart using JOGLNewtCanvasAWT
wrapped in an AWTPanel
.class
SurfaceDemoSwing
Demo an Swing chart using JOGLGLJPanel
. -
Uses of IAnalysis in org.jzy3d.demos.volume
Classes in org.jzy3d.demos.volume that implement IAnalysis Modifier and Type Class Description class
BasicVolumeDemo
class
LizardVolumeDemo
Get lizard file from https://download.jzy3d.org/objfiles/lizard.mat -
Uses of IAnalysis in org.jzy3d.demos.waterfall
Classes in org.jzy3d.demos.waterfall that implement IAnalysis Modifier and Type Class Description class
BigWaterfallDemo
Demonstrate how to use vertex and fragment shaders.class
WaterfallDemo
-