name.milesparker.epi
Class EpidemicTiles3DAdapter

java.lang.Object
  extended by org.eclipse.amp.agf3d.Graphics3DAdapter
      extended by org.eclipse.amp.escape.ascape.adapt.AscapeDefaultGraphics3DAdapter
          extended by name.milesparker.epi.EpidemicTiles3DAdapter
All Implemented Interfaces:
IGraphics3DAdapter, org.eclipse.core.runtime.IAdapterFactory

public class EpidemicTiles3DAdapter
extends AscapeDefaultGraphics3DAdapter

Author:
mparker

Field Summary
static IGraphics3DAdapter singleton
           
 
Fields inherited from class org.eclipse.amp.agf3d.Graphics3DAdapter
GRAPHICS_ADAPTERS
 
Constructor Summary
EpidemicTiles3DAdapter()
           
 
Method Summary
 IShape3DProvider[] getShapes(java.lang.Object object)
           
 
Methods inherited from class org.eclipse.amp.escape.ascape.adapt.AscapeDefaultGraphics3DAdapter
getShapesForClass
 
Methods inherited from class org.eclipse.amp.agf3d.Graphics3DAdapter
getAdapter, getAdapterList, getDefault3D
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singleton

public static final IGraphics3DAdapter singleton
Constructor Detail

EpidemicTiles3DAdapter

public EpidemicTiles3DAdapter()
Method Detail

getShapes

public IShape3DProvider[] getShapes(java.lang.Object object)
Specified by:
getShapes in interface IGraphics3DAdapter
Overrides:
getShapes in class Graphics3DAdapter
Parameters:
object -
Returns:
See Also:
Graphics3DAdapter.getShapes(java.lang.Object)