Uses of Interface
org.eclipse.amp.agf3d.IGraphics3DAdapter

Packages that use IGraphics3DAdapter
name.milesparker.epi   
org.eclipse.amp.agf3d   
org.eclipse.amp.escape.ascape.adapt   
org.eclipse.amp.examples.heatbugs   
 

Uses of IGraphics3DAdapter in name.milesparker.epi
 

Classes in name.milesparker.epi that implement IGraphics3DAdapter
 class EpidemicTiles3DAdapter
           
 

Fields in name.milesparker.epi declared as IGraphics3DAdapter
static IGraphics3DAdapter EpidemicTiles3DAdapter.singleton
           
 

Methods in name.milesparker.epi that return IGraphics3DAdapter
 IGraphics3DAdapter Epidemic3DTiles.getGraphics3DAdapter()
           
 

Uses of IGraphics3DAdapter in org.eclipse.amp.agf3d
 

Classes in org.eclipse.amp.agf3d that implement IGraphics3DAdapter
 class Graphics3DAdapter
           
 

Methods in org.eclipse.amp.agf3d that return IGraphics3DAdapter
static IGraphics3DAdapter Graphics3DAdapter.getDefault3D()
           
 IGraphics3DAdapter Scape3DPartFactory.getGraphics3DAdapter()
           
 IGraphics3DAdapter IGraphics3DAdapted.getGraphics3DAdapter()
           
 IGraphics3DAdapter AgentEdit3DPart.getGraphics3DAdapter()
           
 

Constructors in org.eclipse.amp.agf3d with parameters of type IGraphics3DAdapter
AgentEdit3DPart(IGraphics3DAdapter graphics3DAdapter, IGraphicsAdapter graphicsAdapter, boolean update)
           
DefaultModel3DFactoryProvider(IGraphics3DAdapter graphicsAdapter3D, IGraphicsAdapter graphicsAdapter)
           
MarkerEdit3DPart(IGraphics3DAdapter graphics3dAdapter, IGraphicsAdapter graphicsAdapter, boolean update, org.eclipse.draw3d.shapes.CuboidFigureShape[] markers)
           
Scape3DPartFactory(IModel model, IGraphics3DAdapter graphics3DAdapter, IGraphicsAdapter graphicsAdapter)
           
 

Uses of IGraphics3DAdapter in org.eclipse.amp.escape.ascape.adapt
 

Classes in org.eclipse.amp.escape.ascape.adapt that implement IGraphics3DAdapter
 class AscapeDefaultGraphics3DAdapter
          A factory for creating ScapeAdapter objects.
 

Uses of IGraphics3DAdapter in org.eclipse.amp.examples.heatbugs
 

Classes in org.eclipse.amp.examples.heatbugs that implement IGraphics3DAdapter
 class Heatbugs3DAdapter
           
 

Fields in org.eclipse.amp.examples.heatbugs declared as IGraphics3DAdapter
static IGraphics3DAdapter Heatbugs3DAdapter.singleton
           
 

Methods in org.eclipse.amp.examples.heatbugs that return IGraphics3DAdapter
 IGraphics3DAdapter Heatbugs3DCustom.getGraphics3DAdapter()