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   
org.eclipse.gmf.graphdef.editor.edit.commands   
org.eclipse.gmf.graphdef.editor.providers   
 

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'.
 

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

Methods in org.eclipse.gmf.graphdef.editor.edit.commands with parameters of type Polyline
protected  void Polyline3CreateCommand.doConfigure(Polyline newElement, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)
           
protected  void PolylineCreateCommand.doConfigure(Polyline newElement, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)
           
protected  void Polyline2CreateCommand.doConfigure(Polyline newElement, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)
           
 

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

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



Copyright © 2012. All Rights Reserved.