Package org.jzy3d.demos.waterfall
Class BigWaterfallDemo
- java.lang.Object
-
- org.jzy3d.analysis.AbstractAnalysis
-
- org.jzy3d.analysis.AWTAbstractAnalysis
-
- org.jzy3d.demos.waterfall.BigWaterfallDemo
-
- All Implemented Interfaces:
IAnalysis
public class BigWaterfallDemo extends AWTAbstractAnalysis
Demonstrate how to use vertex and fragment shaders.- Author:
- Jacok Filik
-
-
Field Summary
-
Fields inherited from class org.jzy3d.analysis.AbstractAnalysis
chart, factory
-
-
Constructor Summary
Constructors Constructor Description BigWaterfallDemo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
static void
main(String[] args)
-
Methods inherited from class org.jzy3d.analysis.AbstractAnalysis
getChart, getFactory, getName, getPitch, hasOwnChartControllers, initializeChart, initializeChart, isInitialized, setFactory
-
-