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

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

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

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

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

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

Methods in org.eclipse.graphiti.mm.algorithms.impl that return Polygon
 Polygon AlgorithmsFactoryImpl.createPolygon()
           
 

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

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

Uses of Polygon in org.eclipse.graphiti.services
 

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



Copyright (c) SAP AG 2005, 2010.