Package graph3d

Interface Summary
Function This interface marks up graphable function.
Function2 Binary function base class.
Function3 Ternary function base class.
 

Class Summary
CodeGenerator  
GraphicsConfigTemplate This GraphicsConfigTemplate will select an OpenGL suitable configuration (see the native implementation for details).
GraphView A graph view.
 

Exception Summary
CodeGenerator.DataSizeExceededException Thrown, if the data buffer size required by this code generator exceeds the jgraph stack machine data buffer size.
RuntimeException Thrown by the native runtime environment, if a function causes errors during intepretation.
TypeMismatchException Thrown by the native environment, if a function can't be displayed, because it doesn't match one of the displayable prototypes (currently (ff)f and (fff)f).