org.metaabm.examples.stupid5
Class StupidModel5GraphicsAdapter
java.lang.Object
org.eclipse.amp.agf.GraphicsAdapter
org.metaabm.examples.stupid5.StupidModel5GraphicsAdapter
- All Implemented Interfaces:
- IGraphicsAdapter, org.eclipse.core.runtime.IAdapterFactory
public class StupidModel5GraphicsAdapter
- extends GraphicsAdapter
Stupid Model 5 Java Implementation.
Generated by AMF for model: StupidModel5.metaabm in project: org.eclipse.amp.amf.examples.escape
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StupidModel5GraphicsAdapter
public StupidModel5GraphicsAdapter()
getColorsForClass
public org.eclipse.jface.viewers.IColorProvider[] getColorsForClass(java.lang.Class type)
-
- Specified by:
getColorsForClass
in interface IGraphicsAdapter
- Overrides:
getColorsForClass
in class GraphicsAdapter
- Parameters:
type
-
- Returns:
- See Also:
getFiguresForClass
public IFigureProvider[] getFiguresForClass(java.lang.Class type)
-
- Specified by:
getFiguresForClass
in interface IGraphicsAdapter
- Overrides:
getFiguresForClass
in class GraphicsAdapter
- Parameters:
type
-
- Returns:
- See Also:
getLabelsForClass
public org.eclipse.jface.viewers.ILabelProvider[] getLabelsForClass(java.lang.Class type)
-
- Specified by:
getLabelsForClass
in interface IGraphicsAdapter
- Overrides:
getLabelsForClass
in class GraphicsAdapter
- Parameters:
type
-
- Returns:
- See Also:
getDefault
public static IGraphicsAdapter getDefault()
-