com.jzy3d.surfedit.surface
Class InteractiveSurfaceFactory

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

public class InteractiveSurfaceFactory
extends Object
implements IInteractiveSurfaceFactory

A factory for generating IInteractiveSurfaces

Author:
Martin Pernollet

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

Field Detail

useCompositeSurface

protected boolean useCompositeSurface
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


Copyright © 2014. All rights reserved.