org.jzy3d.factories
Class JzyFactories

java.lang.Object
  extended by org.jzy3d.factories.JzyFactories

public class JzyFactories
extends Object


Field Summary
static AxeFactory axe
           
static CameraFactory camera
           
static OrderingStrategyFactory ordering
           
static Renderer3dFactory renderer3d
           
static SceneFactory scene
           
static ViewFactory view
           
 
Constructor Summary
JzyFactories()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ordering

public static OrderingStrategyFactory ordering

axe

public static AxeFactory axe

camera

public static CameraFactory camera

view

public static ViewFactory view

scene

public static SceneFactory scene

renderer3d

public static Renderer3dFactory renderer3d
Constructor Detail

JzyFactories

public JzyFactories()