Uses of Interface
org.eclipse.amp.agf.IGraphicsAdapter

Packages that use IGraphicsAdapter
org.eclipse.amp.agf   
org.eclipse.amp.agf.gef   
org.eclipse.amp.agf.tree   
org.eclipse.amp.agf.zest   
org.eclipse.amp.agf3d   
org.eclipse.amp.escape.ascape.adapt   
 

Uses of IGraphicsAdapter in org.eclipse.amp.agf
 

Classes in org.eclipse.amp.agf that implement IGraphicsAdapter
 class GraphicsAdapter
           
 

Methods in org.eclipse.amp.agf that return IGraphicsAdapter
static IGraphicsAdapter GraphicsAdapter.getDefault()
           
 IGraphicsAdapter IGraphicsAdapted.getGraphicsAdapter()
           
 

Uses of IGraphicsAdapter in org.eclipse.amp.agf.gef
 

Methods in org.eclipse.amp.agf.gef that return IGraphicsAdapter
 IGraphicsAdapter ScapePartFactory.getGraphicsAdapter()
           
 IGraphicsAdapter AgentEditPart.getGraphicsAdapter()
           
 

Constructors in org.eclipse.amp.agf.gef with parameters of type IGraphicsAdapter
AgentEditPart(IGraphicsAdapter graphicsAdapter)
           
DefaultModelFactoryProvider(IGraphicsAdapter factory)
           
ScapePartFactory(IModel model, IGraphicsAdapter graphicsAdapter)
           
ScapePartTreeFactory(IModel model, IGraphicsAdapter graphicsAdapter)
           
 

Uses of IGraphicsAdapter in org.eclipse.amp.agf.tree
 

Methods in org.eclipse.amp.agf.tree that return IGraphicsAdapter
 IGraphicsAdapter AgentTreePart.getGraphicsAdapter()
           
 

Constructors in org.eclipse.amp.agf.tree with parameters of type IGraphicsAdapter
AgentTreePart(IGraphicsAdapter graphicsAdapter)
           
ScapeTreePart(ICompositionProvider compositionProvider, ILocationProvider locationProvider, IGraphProvider graphProvider, IGraphicsAdapter graphicsAdapter)
           
 

Uses of IGraphicsAdapter in org.eclipse.amp.agf.zest
 

Constructors in org.eclipse.amp.agf.zest with parameters of type IGraphicsAdapter
ZestStyleProvider(org.eclipse.zest.core.viewers.GraphViewer viewer, java.lang.Object object, ICompositionProvider compositionProvider, IGraphicsAdapter graphicsAdapter)
           
 

Uses of IGraphicsAdapter in org.eclipse.amp.agf3d
 

Constructors in org.eclipse.amp.agf3d with parameters of type IGraphicsAdapter
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 IGraphicsAdapter in org.eclipse.amp.escape.ascape.adapt
 

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

Methods in org.eclipse.amp.escape.ascape.adapt that return IGraphicsAdapter
static IGraphicsAdapter AscapeGraphicsAdapter.getDefault()