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

Packages that use RoundedRectangle
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 RoundedRectangle in org.eclipse.graphiti.mm.algorithms
 

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

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

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

Methods in org.eclipse.graphiti.mm.algorithms.impl that return RoundedRectangle
 RoundedRectangle AlgorithmsFactoryImpl.createRoundedRectangle()
           
 

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

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

Uses of RoundedRectangle in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return RoundedRectangle
 RoundedRectangle IGaCreateService.createPlainRoundedRectangle(GraphicsAlgorithmContainer gaContainer, int cornerWidth, int cornerHeight)
          Creates a plain RoundedRectangle graphics algorithm with the given corner dimensions.
 RoundedRectangle IGaCreateService.createRoundedRectangle(GraphicsAlgorithmContainer gaContainer, int cornerWidth, int cornerHeight)
          Creates a RoundedRectangle graphics algorithm with the given corner dimensions.
 

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

Methods in org.eclipse.graphiti.services.impl that return RoundedRectangle
 RoundedRectangle GaServiceImpl.createPlainRoundedRectangle(GraphicsAlgorithmContainer gaContainer, int cornerWidth, int cornerHeight)
           
 RoundedRectangle GaServiceImpl.createRoundedRectangle(GraphicsAlgorithmContainer gaContainer, int cornerWidth, int cornerHeight)
           
 



Copyright (c) SAP AG 2005, 2012.