org.jzy3d.plot3d.primitives.axes
Class AxeFactory

java.lang.Object
  extended by org.jzy3d.plot3d.primitives.axes.AxeFactory
All Implemented Interfaces:
IJzyFactory<IAxe>

public class AxeFactory
extends java.lang.Object
implements IJzyFactory<IAxe>


Constructor Summary
AxeFactory()
           
 
Method Summary
 void forInput(BoundingBox3d box)
           
 IAxe getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxeFactory

public AxeFactory()
Method Detail

forInput

public void forInput(BoundingBox3d box)

getInstance

public IAxe getInstance()
Specified by:
getInstance in interface IJzyFactory<IAxe>