Generation Framework

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

Packages that use Polyline
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
 

Uses of Polyline in org.eclipse.gmf.gmfgraph
 

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

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

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

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

Methods in org.eclipse.gmf.gmfgraph.impl that return Polyline
 Polyline GMFGraphFactoryImpl.createPolyline()
           
 

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

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


Generation Framework

Guidelines for using Eclipse APIs.

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