Generation Framework

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   
 

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'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.