Uses of Interface
com.jzy3d.surfedit.surface.IInteractiveSurface

Packages that use IInteractiveSurface
com.jzy3d.surfedit.chart   
com.jzy3d.surfedit.controllers   
com.jzy3d.surfedit.surface   
com.jzy3d.surfedit.surface.composite   
com.jzy3d.surfedit.surface.simple   
com.jzy3d.surfedit.swing.table   
 

Uses of IInteractiveSurface in com.jzy3d.surfedit.chart
 

Methods in com.jzy3d.surfedit.chart that return IInteractiveSurface
 IInteractiveSurface InteractiveChart.getPrimarySurface()
           
 IInteractiveSurface InteractiveChart.getSecondarySurface()
           
 IInteractiveSurface InteractiveChart.openPrimarySurface(com.jzy3d.surfedit.data.MapData feed, float zmin, float zmax, float[] zticks)
           
 IInteractiveSurface InteractiveChart.openPrimarySurface(com.jzy3d.surfedit.data.MapData feed, float zmin, float zmax, float[] zticks, float alpha)
          A helper to create surface and configure it properly with respect to the mouse and keyboard controllers.
 IInteractiveSurface InteractiveChart.openSecondarySurface(com.jzy3d.surfedit.data.MapData feed, float alpha)
           
 

Methods in com.jzy3d.surfedit.chart with parameters of type IInteractiveSurface
 void InteractiveChart.addPrimarySurface(IInteractiveSurface surface)
           
 void InteractiveChart.addSecondarySurface(IInteractiveSurface surface)
           
 

Uses of IInteractiveSurface in com.jzy3d.surfedit.controllers
 

Constructors in com.jzy3d.surfedit.controllers with parameters of type IInteractiveSurface
KeyController(IInteractiveSurface surface, InteractiveChart chart)
           
KeyController(IInteractiveSurface surface, InteractiveChart chart, KeyControllerMode keyMode)
           
MouseController(IInteractiveSurface surface)
           
 

Uses of IInteractiveSurface in com.jzy3d.surfedit.surface
 

Methods in com.jzy3d.surfedit.surface that return IInteractiveSurface
 IInteractiveSurface InteractiveSurfaceFactory.getSurface(org.jzy3d.maths.Grid grid)
           
 IInteractiveSurface IInteractiveSurfaceFactory.getSurface(org.jzy3d.maths.Grid grid)
           
 

Uses of IInteractiveSurface in com.jzy3d.surfedit.surface.composite
 

Classes in com.jzy3d.surfedit.surface.composite that implement IInteractiveSurface
 class CompositeInteractiveSurface
          An interactive surface implementation relying on drawable composition.
 

Uses of IInteractiveSurface in com.jzy3d.surfedit.surface.simple
 

Classes in com.jzy3d.surfedit.surface.simple that implement IInteractiveSurface
 class SimpleInteractiveSurface
           
 

Uses of IInteractiveSurface in com.jzy3d.surfedit.swing.table
 

Constructors in com.jzy3d.surfedit.swing.table with parameters of type IInteractiveSurface
SurfEditTableModel2(IInteractiveSurface surface)
           
SurfEditTableRenderer(IInteractiveSurface surface)