Uses of Interface
org.eclipse.graphiti.mm.algorithms.Polyline

Packages that use Polyline
org.eclipse.graphiti.mm.algorithms   
org.eclipse.graphiti.mm.algorithms.impl   
org.eclipse.graphiti.mm.algorithms.util   
org.eclipse.graphiti.services   
 

Uses of Polyline in org.eclipse.graphiti.mm.algorithms
 

Subinterfaces of Polyline in org.eclipse.graphiti.mm.algorithms
 interface Polygon
          A representation of the model object 'Polygon'.
 

Methods in org.eclipse.graphiti.mm.algorithms that return Polyline
 Polyline AlgorithmsFactory.createPolyline()
          Returns a new object of class 'Polyline'.
 

Uses of Polyline in org.eclipse.graphiti.mm.algorithms.impl
 

Classes in org.eclipse.graphiti.mm.algorithms.impl that implement Polyline
 class PolygonImpl
          An implementation of the model object 'Polygon'.
 class PolylineImpl
          An implementation of the model object 'Polyline'.
 

Methods in org.eclipse.graphiti.mm.algorithms.impl that return Polyline
 Polyline AlgorithmsFactoryImpl.createPolyline()
           
 

Uses of Polyline in org.eclipse.graphiti.mm.algorithms.util
 

Methods in org.eclipse.graphiti.mm.algorithms.util with parameters of type Polyline
 T AlgorithmsSwitch.casePolyline(Polyline object)
          Returns the result of interpreting the object as an instance of 'Polyline'.
 

Uses of Polyline in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return Polyline
 Polyline IGaCreateService.createPolyline(GraphicsAlgorithmContainer gaContainer)
          Creates a polyline graphics algorithm.
 Polyline IGaCreateService.createPolyline(GraphicsAlgorithmContainer gaContainer, Collection<Point> points)
          Creates a polyline graphics algorithm with the given points.
 Polyline IGaCreateService.createPolyline(GraphicsAlgorithmContainer gaContainer, int[] xy)
          Creates a polyline graphics algorithm with the given points.
 Polyline IGaCreateService.createPolyline(GraphicsAlgorithmContainer gaContainer, int[] xy, int[] beforeAfter)
          Creates a polyline graphics algorithm with the given points.
 

Methods in org.eclipse.graphiti.services with parameters of type Polyline
 void IGaService.movePolylinePoint(Polyline polyline, int index, int deltaX, int deltaY)
          Move polyline point.
 



Copyright (c) SAP AG 2005, 2010.