Uses of Interface
org.eclipse.graphiti.mm.pictograms.Shape

Packages that use Shape
org.eclipse.graphiti.features.context   
org.eclipse.graphiti.features.context.impl   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.mm.pictograms   
org.eclipse.graphiti.mm.pictograms.impl   
org.eclipse.graphiti.mm.pictograms.util   
org.eclipse.graphiti.services   
org.eclipse.graphiti.tb   
org.eclipse.graphiti.util   
 

Uses of Shape in org.eclipse.graphiti.features.context
 

Methods in org.eclipse.graphiti.features.context that return Shape
 Shape IMoveShapeContext.getShape()
          Gets the shape.
 Shape IResizeShapeContext.getShape()
          Gets the shape.
 Shape ISplitConnectionContext.getShape()
          Gets the shape.
 

Uses of Shape in org.eclipse.graphiti.features.context.impl
 

Fields in org.eclipse.graphiti.features.context.impl declared as Shape
private  Shape MoveShapeContext.shape
           
private  Shape ResizeShapeContext.shape
           
private  Shape SplitConnectionContext.shape
           
 

Methods in org.eclipse.graphiti.features.context.impl that return Shape
 Shape MoveShapeContext.getShape()
          Gets the shape.
 Shape ResizeShapeContext.getShape()
          Gets the shape.
 Shape SplitConnectionContext.getShape()
           
 

Methods in org.eclipse.graphiti.features.context.impl with parameters of type Shape
private  void MoveShapeContext.setShape(Shape shape)
           
private  void ResizeShapeContext.setShape(Shape shape)
           
 

Constructors in org.eclipse.graphiti.features.context.impl with parameters of type Shape
MoveShapeContext(Shape shape)
          Creates a new MoveShapeContext.
ResizeShapeContext(Shape shape)
          Creates a new ResizeShapeContext.
SplitConnectionContext(Connection connection, Shape shape)
          Creates a new SplitConnectionContext.
 

Uses of Shape in org.eclipse.graphiti.features.impl
 

Methods in org.eclipse.graphiti.features.impl with parameters of type Shape
private  List<Anchor> DefaultMoveShapeFeature.getAnchors(Shape theShape)
           
protected  void DefaultRemoveFeature.removeAllConnections(Shape shape)
          Removes the all connections.
protected  void AbstractLayoutFeature.resizeShape(Shape shape)
          Resize shape.
protected  void AbstractUpdateFeature.resizeShape(Shape shape)
          Resize shape.
protected  void DefaultResizeShapeFeature.resizeShape(Shape currentShape)
          Resize shape.
 

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

Subinterfaces of Shape in org.eclipse.graphiti.mm.pictograms
 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'.
 

Methods in org.eclipse.graphiti.mm.pictograms that return Shape
 Shape PictogramsFactory.createShape()
          Returns a new object of class 'Shape'.
 

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

Classes in org.eclipse.graphiti.mm.pictograms.impl that implement Shape
 class ConnectionDecoratorImpl
          An implementation of the model object 'Connection Decorator'.
 class ContainerShapeImpl
          An implementation of the model object 'Container Shape'.
 class DiagramImpl
          An implementation of the model object 'Diagram'.
 class ShapeImpl
          An implementation of the model object 'Shape'.
 

Methods in org.eclipse.graphiti.mm.pictograms.impl that return Shape
 Shape PictogramsFactoryImpl.createShape()
           
 

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

Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type Shape
 T PictogramsSwitch.caseShape(Shape object)
          Returns the result of interpreting the object as an instance of 'Shape'.
 

Uses of Shape in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return Shape
 Shape IPeCreateService.createShape(ContainerShape parentContainerShape, boolean active)
          Creates a shape inside the given parent container shape.
 

Methods in org.eclipse.graphiti.services that return types with arguments of type Shape
 Collection<Shape> IPeService.getAllContainedShapes(ContainerShape cs)
          Returns all the contained container shapes.
 

Methods in org.eclipse.graphiti.services with parameters of type Shape
 Diagram IPeService.getDiagramForShape(Shape shape)
          Returns the diagram for the given shape.
 ILocationInfo IPeLayoutService.getLocationInfo(Shape shape, int x, int y)
          Returns the location info for a specific position inside a shape.
 ILocation IPeLayoutService.getLocationRelativeToDiagram(Shape shape)
          Returns the location of the shape relative to the diagram.
 void IPeService.sendToBack(Shape shape)
          Reorders parent's children to make the given shape the backmost one.
 void IPeService.sendToFront(Shape shape)
          Reorders parent's children to make the given shape the frontmost one.
 

Uses of Shape in org.eclipse.graphiti.tb
 

Methods in org.eclipse.graphiti.tb with parameters of type Shape
 ISelectionInfo DefaultToolBehaviorProvider.getSelectionInfoForShape(Shape shape)
           
 ISelectionInfo IToolBehaviorProvider.getSelectionInfoForShape(Shape shape)
          Return the selection info for the given shape.
 

Uses of Shape in org.eclipse.graphiti.util
 

Fields in org.eclipse.graphiti.util declared as Shape
private  Shape LocationInfo.shape
           
 

Methods in org.eclipse.graphiti.util that return Shape
 Shape ILocationInfo.getShape()
          Gets the shape.
 Shape LocationInfo.getShape()
           
 

Constructors in org.eclipse.graphiti.util with parameters of type Shape
LocationInfo(Shape shape, GraphicsAlgorithm graphicsAlgorithm)
          Creates a new LocationInfo with given shape and graphics algorithm.
 



Copyright (c) SAP AG 2005, 2010.