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

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

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

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

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

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

Methods in org.eclipse.graphiti.mm.algorithms.impl that return Rectangle
 Rectangle AlgorithmsFactoryImpl.createRectangle()
           
 

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

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

Uses of Rectangle in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return Rectangle
 Rectangle IGaCreateService.createInvisibleRectangle(PictogramElement pe)
          Create an invisible Rectangle.
 Rectangle IGaCreateService.createPlainRectangle(GraphicsAlgorithmContainer gaContainer)
          Creates a plain Rectangle graphics algorithm.
 Rectangle IGaCreateService.createRectangle(GraphicsAlgorithmContainer gaContainer)
          Creates a Rectangle graphics algorithm.
 

Uses of Rectangle in org.eclipse.graphiti.services.impl
 

Methods in org.eclipse.graphiti.services.impl that return Rectangle
 Rectangle GaServiceImpl.createInvisibleRectangle(PictogramElement pe)
           
 Rectangle GaServiceImpl.createPlainRectangle(GraphicsAlgorithmContainer gaContainer)
           
 Rectangle GaServiceImpl.createRectangle(GraphicsAlgorithmContainer gaContainer)
           
 



Copyright (c) SAP AG 2005, 2012.