com.jzy3d.surfedit.surface
Class InteractiveSurfaceFactory

java.lang.Object
  extended by com.jzy3d.surfedit.surface.InteractiveSurfaceFactory
All Implemented Interfaces:
IInteractiveSurfaceFactory

public class InteractiveSurfaceFactory
extends java.lang.Object
implements IInteractiveSurfaceFactory

A factory for generating IInteractiveSurfaces

Author:
Martin Pernollet

Constructor Summary
InteractiveSurfaceFactory()
           
InteractiveSurfaceFactory(boolean useCompositeSurface)
           
 
Method Summary
 IInteractiveSurface getSurface(org.jzy3d.maths.Grid grid)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractiveSurfaceFactory

public InteractiveSurfaceFactory()

InteractiveSurfaceFactory

public InteractiveSurfaceFactory(boolean useCompositeSurface)
Method Detail

getSurface

public IInteractiveSurface getSurface(org.jzy3d.maths.Grid grid)
Specified by:
getSurface in interface IInteractiveSurfaceFactory