Uses of Interface
org.eclipse.graphiti.mm.GraphicsAlgorithmContainer

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

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

Subinterfaces of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.algorithms
 interface AbstractText
          A representation of the model object 'Abstract Text'.
 interface Ellipse
          A representation of the model object 'Ellipse'.
 interface GraphicsAlgorithm
          A representation of the model object 'Graphics Algorithm'.
 interface Image
          A representation of the model object 'Image'.
 interface MultiText
          A representation of the model object 'Multi Text'.
 interface PlatformGraphicsAlgorithm
          A representation of the model object 'Platform Graphics Algorithm'.
 interface Polygon
          A representation of the model object 'Polygon'.
 interface Polyline
          A representation of the model object 'Polyline'.
 interface Rectangle
          A representation of the model object 'Rectangle'.
 interface RoundedRectangle
          A representation of the model object 'Rounded Rectangle'.
 interface Text
          A representation of the model object 'Text'.
 

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

Classes in org.eclipse.graphiti.mm.algorithms.impl that implement GraphicsAlgorithmContainer
 class AbstractTextImpl
          An implementation of the model object 'Abstract Text'.
 class EllipseImpl
          An implementation of the model object 'Ellipse'.
 class GraphicsAlgorithmImpl
          An implementation of the model object 'Graphics Algorithm'.
 class ImageImpl
          An implementation of the model object 'Image'.
 class MultiTextImpl
          An implementation of the model object 'Multi Text'.
 class PlatformGraphicsAlgorithmImpl
          An implementation of the model object 'Platform Graphics Algorithm'.
 class PolygonImpl
          An implementation of the model object 'Polygon'.
 class PolylineImpl
          An implementation of the model object 'Polyline'.
 class RectangleImpl
          An implementation of the model object 'Rectangle'.
 class RoundedRectangleImpl
          An implementation of the model object 'Rounded Rectangle'.
 class TextImpl
          An implementation of the model object 'Text'.
 

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

Methods in org.eclipse.graphiti.mm.algorithms.util with parameters of type GraphicsAlgorithmContainer
 T AlgorithmsSwitch.caseGraphicsAlgorithmContainer(GraphicsAlgorithmContainer object)
          Returns the result of interpreting the object as an instance of 'Graphics Algorithm Container'.
 

Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.impl
 

Classes in org.eclipse.graphiti.mm.impl that implement GraphicsAlgorithmContainer
 class GraphicsAlgorithmContainerImpl
          An implementation of the model object 'Graphics Algorithm Container'.
 

Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.pictograms
 

Subinterfaces of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.pictograms
 interface Anchor
          A representation of the model object 'Anchor'.
 interface AnchorContainer
          A representation of the model object 'Anchor Container'.
 interface BoxRelativeAnchor
          A representation of the model object 'Box Relative Anchor'.
 interface ChopboxAnchor
          A representation of the model object 'Chopbox Anchor'.
 interface Connection
          A representation of the model object 'Connection'.
 interface ConnectionDecorator
          A representation of the model object 'Connection Decorator'.
 interface ContainerShape
          A representation of the model object 'Container Shape'.
 interface Diagram
          A representation of the model object 'Diagram'.
 interface FixPointAnchor
          A representation of the model object 'Fix Point Anchor'.
 interface FreeFormConnection
          A representation of the model object 'Free Form Connection'.
 interface ManhattanConnection
          A representation of the model object 'Manhattan Connection'.
 interface PictogramElement
          A representation of the model object 'Pictogram Element'.
 interface Shape
          A representation of the model object 'Shape'.
 

Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.pictograms.impl
 

Classes in org.eclipse.graphiti.mm.pictograms.impl that implement GraphicsAlgorithmContainer
 class AnchorContainerImpl
          An implementation of the model object 'Anchor Container'.
 class AnchorImpl
          An implementation of the model object 'Anchor'.
 class BoxRelativeAnchorImpl
          An implementation of the model object 'Box Relative Anchor'.
 class ChopboxAnchorImpl
          An implementation of the model object 'Chopbox Anchor'.
 class ConnectionDecoratorImpl
          An implementation of the model object 'Connection Decorator'.
 class ConnectionImpl
          An implementation of the model object 'Connection'.
 class ContainerShapeImpl
          An implementation of the model object 'Container Shape'.
 class DiagramImpl
          An implementation of the model object 'Diagram'.
 class FixPointAnchorImpl
          An implementation of the model object 'Fix Point Anchor'.
 class FreeFormConnectionImpl
          An implementation of the model object 'Free Form Connection'.
 class ManhattanConnectionImpl
          An implementation of the model object 'Manhattan Connection'.
 class PictogramElementImpl
          An implementation of the model object 'Pictogram Element'.
 class ShapeImpl
          An implementation of the model object 'Shape'.
 

Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.pictograms.util
 

Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type GraphicsAlgorithmContainer
 T PictogramsSwitch.caseGraphicsAlgorithmContainer(GraphicsAlgorithmContainer object)
          Returns the result of interpreting the object as an instance of 'Graphics Algorithm Container'.
 

Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.util
 

Methods in org.eclipse.graphiti.mm.util with parameters of type GraphicsAlgorithmContainer
 T MmSwitch.caseGraphicsAlgorithmContainer(GraphicsAlgorithmContainer object)
          Returns the result of interpreting the object as an instance of 'Graphics Algorithm Container'.
 

Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services with parameters of type GraphicsAlgorithmContainer
 MultiText IGaCreateService.createDefaultMultiText(Diagram diagram, GraphicsAlgorithmContainer gaContainer)
          Creates a multitext graphics algorithm.
 MultiText IGaCreateService.createDefaultMultiText(Diagram diagram, GraphicsAlgorithmContainer gaContainer, String value)
          Creates a multitext graphics algorithm with the given text.
 Text IGaCreateService.createDefaultText(Diagram diagram, GraphicsAlgorithmContainer gaContainer)
          Creates a text graphics algorithm with the default font (Arial, size 8).
 Text IGaCreateService.createDefaultText(Diagram diagram, GraphicsAlgorithmContainer gaContainer, String value)
          Creates a text graphics algorithm with the default font (Arial, size 8) and the given text.
 Ellipse IGaCreateService.createEllipse(GraphicsAlgorithmContainer gaContainer)
          Creates an ellipse graphics algorithm.
 Image IGaCreateService.createImage(GraphicsAlgorithmContainer gaContainer, String imageId)
          Creates a image graphics algorithm with the given image id.
 MultiText IGaCreateService.createMultiText(GraphicsAlgorithmContainer gaContainer)
          Creates a multitext graphics algorithm.
 MultiText IGaCreateService.createMultiText(GraphicsAlgorithmContainer gaContainer, String value)
          Creates a multitext graphics algorithm with the given text.
 PlatformGraphicsAlgorithm IGaCreateService.createPlatformGraphicsAlgorithm(GraphicsAlgorithmContainer gaContainer, String id)
          Creates the platform graphics algorithm.
 Polygon IGaCreateService.createPolygon(GraphicsAlgorithmContainer gaContainer)
          Creates a polygon graphics algorithm.
 Polygon IGaCreateService.createPolygon(GraphicsAlgorithmContainer gaContainer, 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.
 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.
 Rectangle IGaCreateService.createRectangle(GraphicsAlgorithmContainer gaContainer)
          Creates a rectangle graphics algorithm.
 RoundedRectangle IGaCreateService.createRoundedRectangle(GraphicsAlgorithmContainer gaContainer, int cornerWidth, int cornerHeight)
          Creates a rounded rectangle graphics algorithm with the given corner dimensions.
 Text IGaCreateService.createText(GraphicsAlgorithmContainer gaContainer)
          Creates a text graphics algorithm.
 Text IGaCreateService.createText(GraphicsAlgorithmContainer gaContainer, String value)
          Creates a text graphics algorithm with the given text.
 



Copyright (c) SAP AG 2005, 2010.