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

Packages that use IGraphicsAdapter
edu.brook   
name.milesparker.epi   
name.milesparker.epi.contact   
name.milesparker.epi.plague   
name.milesparker.epi.region   
name.milesparker.markets   
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.amf.examples.escape   
org.eclipse.amp.escape.ascape.adapt   
org.eclipse.amp.examples.heatbugs   
org.metaabm.examples.stupid1   
org.metaabm.examples.stupid2   
org.metaabm.examples.stupid3   
org.metaabm.examples.stupid5   
 

Uses of IGraphicsAdapter in edu.brook
 

Classes in edu.brook that implement IGraphicsAdapter
 class DemographicPrisonersDilemmaGraphicsAdapter
          Demographic Prisoner_s Dilemma Java Implementation.
 

Methods in edu.brook that return IGraphicsAdapter
static IGraphicsAdapter DemographicPrisonersDilemmaGraphicsAdapter.getDefault()
           
 IGraphicsAdapter DemographicPrisonersDilemma.getGraphicsAdapter()
           
 

Uses of IGraphicsAdapter in name.milesparker.epi
 

Classes in name.milesparker.epi that implement IGraphicsAdapter
 class EpidemicGraphicsAdapter
          Epidemic Java Implementation.
 class EpidemicTilesAdapter
           
 

Fields in name.milesparker.epi declared as IGraphicsAdapter
static IGraphicsAdapter EpidemicTilesAdapter.singleton
           
 

Methods in name.milesparker.epi that return IGraphicsAdapter
static IGraphicsAdapter EpidemicGraphicsAdapter.getDefault()
           
 IGraphicsAdapter Epidemic.getGraphicsAdapter()
           
 IGraphicsAdapter Epidemic3DTiles.getGraphicsAdapter()
           
 

Uses of IGraphicsAdapter in name.milesparker.epi.contact
 

Methods in name.milesparker.epi.contact that return IGraphicsAdapter
static IGraphicsAdapter EpidemicGraphicsAdapter.getDefault()
           
 IGraphicsAdapter Epidemic.getGraphicsAdapter()
           
 

Uses of IGraphicsAdapter in name.milesparker.epi.plague
 

Methods in name.milesparker.epi.plague that return IGraphicsAdapter
static IGraphicsAdapter EpidemicGraphicsAdapter.getDefault()
           
 IGraphicsAdapter Epidemic.getGraphicsAdapter()
           
 

Uses of IGraphicsAdapter in name.milesparker.epi.region
 

Classes in name.milesparker.epi.region that implement IGraphicsAdapter
 class CityGraphicsAdapter
          City Java Implementation.
 class RegionGraphicsAdapter
          Region Java Implementation.
 

Methods in name.milesparker.epi.region that return IGraphicsAdapter
static IGraphicsAdapter RegionGraphicsAdapter.getDefault()
           
static IGraphicsAdapter CityGraphicsAdapter.getDefault()
           
 IGraphicsAdapter Region.getGraphicsAdapter()
           
 IGraphicsAdapter City.getGraphicsAdapter()
           
 

Uses of IGraphicsAdapter in name.milesparker.markets
 

Classes in name.milesparker.markets that implement IGraphicsAdapter
 class MarketsGraphicsAdapter
          Markets Java Implementation.
 

Methods in name.milesparker.markets that return IGraphicsAdapter
static IGraphicsAdapter MarketsGraphicsAdapter.getDefault()
           
 IGraphicsAdapter Markets.getGraphicsAdapter()
           
 

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
 

Fields in org.eclipse.amp.agf.tree declared as IGraphicsAdapter
protected  IGraphicsAdapter AgentTreePart.graphicsAdapter
           
 

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.amf.examples.escape
 

Classes in org.eclipse.amp.amf.examples.escape that implement IGraphicsAdapter
 class WikiExampleGraphicsAdapter
          WikiExample Java Implementation.
 

Methods in org.eclipse.amp.amf.examples.escape that return IGraphicsAdapter
static IGraphicsAdapter WikiExampleGraphicsAdapter.getDefault()
           
 IGraphicsAdapter WikiExample.getGraphicsAdapter()
           
 

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()
           
 

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

Classes in org.eclipse.amp.examples.heatbugs that implement IGraphicsAdapter
 class HeatbugsGraphicsAdapter
          Heatbugs Java Implementation.
 

Methods in org.eclipse.amp.examples.heatbugs that return IGraphicsAdapter
static IGraphicsAdapter HeatbugsGraphicsAdapter.getDefault()
           
 IGraphicsAdapter Heatbugs.getGraphicsAdapter()
           
 

Uses of IGraphicsAdapter in org.metaabm.examples.stupid1
 

Classes in org.metaabm.examples.stupid1 that implement IGraphicsAdapter
 class StupidModel1GraphicsAdapter
          StupidModel1 Java Implementation.
 

Methods in org.metaabm.examples.stupid1 that return IGraphicsAdapter
static IGraphicsAdapter StupidModel1GraphicsAdapter.getDefault()
           
 IGraphicsAdapter StupidModel1.getGraphicsAdapter()
           
 

Uses of IGraphicsAdapter in org.metaabm.examples.stupid2
 

Classes in org.metaabm.examples.stupid2 that implement IGraphicsAdapter
 class StupidModel2GraphicsAdapter
          Stupid Model 2 Java Implementation.
 

Methods in org.metaabm.examples.stupid2 that return IGraphicsAdapter
static IGraphicsAdapter StupidModel2GraphicsAdapter.getDefault()
           
 IGraphicsAdapter StupidModel2.getGraphicsAdapter()
           
 

Uses of IGraphicsAdapter in org.metaabm.examples.stupid3
 

Classes in org.metaabm.examples.stupid3 that implement IGraphicsAdapter
 class StupidModel3GraphicsAdapter
          Stupid Model 3 Java Implementation.
 

Methods in org.metaabm.examples.stupid3 that return IGraphicsAdapter
static IGraphicsAdapter StupidModel3GraphicsAdapter.getDefault()
           
 IGraphicsAdapter StupidModel3.getGraphicsAdapter()
           
 

Uses of IGraphicsAdapter in org.metaabm.examples.stupid5
 

Classes in org.metaabm.examples.stupid5 that implement IGraphicsAdapter
 class StupidModel5GraphicsAdapter
          Stupid Model 5 Java Implementation.
 

Methods in org.metaabm.examples.stupid5 that return IGraphicsAdapter
static IGraphicsAdapter StupidModel5GraphicsAdapter.getDefault()
           
 IGraphicsAdapter StupidModel5.getGraphicsAdapter()