Uses of Interface
org.eclipse.gmf.gmfgraph.Polygon

Packages that use Polygon
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
org.eclipse.gmf.graphdef.editor.edit.commands   
org.eclipse.gmf.graphdef.editor.providers   
 

Uses of Polygon in org.eclipse.gmf.gmfgraph
 

Subinterfaces of Polygon in org.eclipse.gmf.gmfgraph
 interface PolygonDecoration
          A representation of the model object 'Polygon Decoration'.
 interface ScalablePolygon
          A representation of the model object 'Scalable Polygon'.
 

Methods in org.eclipse.gmf.gmfgraph that return Polygon
 Polygon GMFGraphFactory.createPolygon()
          Returns a new object of class 'Polygon'.
 

Uses of Polygon in org.eclipse.gmf.gmfgraph.impl
 

Classes in org.eclipse.gmf.gmfgraph.impl that implement Polygon
 class PolygonDecorationImpl
          An implementation of the model object 'Polygon Decoration'.
 class PolygonImpl
          An implementation of the model object 'Polygon'.
 class ScalablePolygonImpl
          An implementation of the model object 'Scalable Polygon'.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Polygon
 Polygon GMFGraphFactoryImpl.createPolygon()
           
 

Uses of Polygon in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Polygon
 T GMFGraphSwitch.casePolygon(Polygon object)
          Returns the result of interpreting the object as an instance of 'Polygon'.
 

Uses of Polygon in org.eclipse.gmf.graphdef.editor.edit.commands
 

Methods in org.eclipse.gmf.graphdef.editor.edit.commands with parameters of type Polygon
protected  void PolygonCreateCommand.doConfigure(Polygon newElement, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)
           
protected  void Polygon3CreateCommand.doConfigure(Polygon newElement, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)
           
protected  void Polygon2CreateCommand.doConfigure(Polygon newElement, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)
           
 

Uses of Polygon in org.eclipse.gmf.graphdef.editor.providers
 

Methods in org.eclipse.gmf.graphdef.editor.providers with parameters of type Polygon
static void ElementInitializers.init_Polygon_3023(Polygon instance)
           
 



Copyright © 2012. All Rights Reserved.