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

Packages that use GraphicsAlgorithm
org.eclipse.graphiti   
org.eclipse.graphiti.features   
org.eclipse.graphiti.features.context   
org.eclipse.graphiti.features.context.impl   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.mm.algorithms   
org.eclipse.graphiti.mm.algorithms.impl   
org.eclipse.graphiti.mm.algorithms.util   
org.eclipse.graphiti.mm.pictograms   
org.eclipse.graphiti.mm.pictograms.impl   
org.eclipse.graphiti.pattern.id   
org.eclipse.graphiti.platform.ga   
org.eclipse.graphiti.services   
org.eclipse.graphiti.services.impl   
org.eclipse.graphiti.tb   
org.eclipse.graphiti.util   
 

Uses of GraphicsAlgorithm in org.eclipse.graphiti
 

Methods in org.eclipse.graphiti that return GraphicsAlgorithm
 GraphicsAlgorithm IGraphicsAlgorithmHolder.getGraphicsAlgorithm()
          Returns the graphics algorithm.
 

Uses of GraphicsAlgorithm in org.eclipse.graphiti.features
 

Methods in org.eclipse.graphiti.features that return GraphicsAlgorithm
 GraphicsAlgorithm IDirectEditingInfo.getGraphicsAlgorithm()
          Gets the graphics algorithm.
 

Methods in org.eclipse.graphiti.features with parameters of type GraphicsAlgorithm
 void IDirectEditingInfo.setGraphicsAlgorithm(GraphicsAlgorithm graphicsAlgorithm)
          Sets the graphics algorithm.
 

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

Methods in org.eclipse.graphiti.features.context that return GraphicsAlgorithm
 GraphicsAlgorithm IDirectEditingContext.getGraphicsAlgorithm()
          Gets the graphics algorithm.
 GraphicsAlgorithm ICustomContext.getInnerGraphicsAlgorithm()
          Gets the inner graphics algorithm.
 

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

Fields in org.eclipse.graphiti.features.context.impl declared as GraphicsAlgorithm
private  GraphicsAlgorithm CustomContext.innerGraphicsAlgorithm
           
 

Methods in org.eclipse.graphiti.features.context.impl that return GraphicsAlgorithm
 GraphicsAlgorithm CustomContext.getInnerGraphicsAlgorithm()
           
 

Methods in org.eclipse.graphiti.features.context.impl with parameters of type GraphicsAlgorithm
 void CustomContext.setInnerGraphicsAlgorithm(GraphicsAlgorithm innerGraphicsAlgorithm)
          Sets the inner graphics algorithm.
 

Constructors in org.eclipse.graphiti.features.context.impl with parameters of type GraphicsAlgorithm
DirectEditingContext(PictogramElement pictogramElement, GraphicsAlgorithm graphicsAlgorithm)
          Creates a new DirectEditingContext.
 

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

Fields in org.eclipse.graphiti.features.impl declared as GraphicsAlgorithm
private  GraphicsAlgorithm DefaultDirectEditingInfo.graphicsAlgorithm
           
 

Methods in org.eclipse.graphiti.features.impl that return GraphicsAlgorithm
 GraphicsAlgorithm DefaultDirectEditingInfo.getGraphicsAlgorithm()
           
 

Methods in org.eclipse.graphiti.features.impl with parameters of type GraphicsAlgorithm
 void DefaultDirectEditingInfo.setGraphicsAlgorithm(GraphicsAlgorithm graphicsAlgorithm)
           
protected  void AbstractAddPictogramElementFeature.setSizeAndLocation(GraphicsAlgorithm ga, int minWidth, int minHeight, IAreaContext context)
          This is a convenience method for layouting a graphics algorithm.
 

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

Subinterfaces of GraphicsAlgorithm 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 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'.
 

Methods in org.eclipse.graphiti.mm.algorithms that return GraphicsAlgorithm
 GraphicsAlgorithm GraphicsAlgorithm.getParentGraphicsAlgorithm()
          Returns the value of the 'Parent Graphics Algorithm' container reference.
 

Methods in org.eclipse.graphiti.mm.algorithms with parameters of type GraphicsAlgorithm
 void GraphicsAlgorithm.setParentGraphicsAlgorithm(GraphicsAlgorithm value)
          Sets the value of the 'Parent Graphics Algorithm' container reference.
 

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

Classes in org.eclipse.graphiti.mm.algorithms.impl that implement GraphicsAlgorithm
 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'.
 

Methods in org.eclipse.graphiti.mm.algorithms.impl that return GraphicsAlgorithm
 GraphicsAlgorithm GraphicsAlgorithmImpl.basicGetParentGraphicsAlgorithm()
           
 GraphicsAlgorithm GraphicsAlgorithmImpl.getParentGraphicsAlgorithm()
           
 

Methods in org.eclipse.graphiti.mm.algorithms.impl with parameters of type GraphicsAlgorithm
 NotificationChain GraphicsAlgorithmImpl.basicSetParentGraphicsAlgorithm(GraphicsAlgorithm newParentGraphicsAlgorithm, NotificationChain msgs)
           
 void GraphicsAlgorithmImpl.setParentGraphicsAlgorithm(GraphicsAlgorithm newParentGraphicsAlgorithm)
           
 

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

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

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

Methods in org.eclipse.graphiti.mm.pictograms that return GraphicsAlgorithm
 GraphicsAlgorithm PictogramElement.getGraphicsAlgorithm()
          Returns the value of the 'Graphics Algorithm' containment reference.
 GraphicsAlgorithm Anchor.getReferencedGraphicsAlgorithm()
          Returns the value of the 'Referenced Graphics Algorithm' reference.
 

Methods in org.eclipse.graphiti.mm.pictograms with parameters of type GraphicsAlgorithm
 void PictogramElement.setGraphicsAlgorithm(GraphicsAlgorithm value)
          Sets the value of the 'Graphics Algorithm' containment reference.
 void Anchor.setReferencedGraphicsAlgorithm(GraphicsAlgorithm value)
          Sets the value of the 'Referenced Graphics Algorithm' reference.
 

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

Fields in org.eclipse.graphiti.mm.pictograms.impl declared as GraphicsAlgorithm
protected  GraphicsAlgorithm PictogramElementImpl.graphicsAlgorithm
          The cached value of the 'Graphics Algorithm' containment reference.
protected  GraphicsAlgorithm AnchorImpl.referencedGraphicsAlgorithm
          The cached value of the 'Referenced Graphics Algorithm' reference.
 

Methods in org.eclipse.graphiti.mm.pictograms.impl that return GraphicsAlgorithm
 GraphicsAlgorithm PictogramElementImpl.basicGetGraphicsAlgorithm()
           
 GraphicsAlgorithm AnchorImpl.basicGetReferencedGraphicsAlgorithm()
           
 GraphicsAlgorithm PictogramElementImpl.getGraphicsAlgorithm()
           
 GraphicsAlgorithm AnchorImpl.getReferencedGraphicsAlgorithm()
           
 

Methods in org.eclipse.graphiti.mm.pictograms.impl with parameters of type GraphicsAlgorithm
 NotificationChain PictogramElementImpl.basicSetGraphicsAlgorithm(GraphicsAlgorithm newGraphicsAlgorithm, NotificationChain msgs)
           
 void PictogramElementImpl.setGraphicsAlgorithm(GraphicsAlgorithm newGraphicsAlgorithm)
           
 void AnchorImpl.setReferencedGraphicsAlgorithm(GraphicsAlgorithm newReferencedGraphicsAlgorithm)
           
 

Uses of GraphicsAlgorithm in org.eclipse.graphiti.pattern.id
 

Fields in org.eclipse.graphiti.pattern.id declared as GraphicsAlgorithm
private  GraphicsAlgorithm IdLayoutContext.graphicsAlgorithm
           
private  GraphicsAlgorithm IdUpdateContext.graphicsAlgorithm
           
 

Methods in org.eclipse.graphiti.pattern.id that return GraphicsAlgorithm
 GraphicsAlgorithm IdLayoutContext.getGraphicsAlgorithm()
          Returns the stored GraphicsAlgorithm.
 GraphicsAlgorithm IdUpdateContext.getGraphicsAlgorithm()
          Returns the stored GraphicsAlgorithm.
 

Methods in org.eclipse.graphiti.pattern.id with parameters of type GraphicsAlgorithm
private  PropertyContainer IdPattern.findByIdInGraphicsAlgorithmChildren(GraphicsAlgorithm graphicsAlgorithm, String idToFind)
           
protected  boolean IdPattern.layoutGraphicsAlgorithmChildren(GraphicsAlgorithm graphicsAlgorithm, IdLayoutContext context)
          This method implements the part of the layout that deals with the GraphicsAlgorithm children, see #layout(IdLayoutContext).
 void IdLayoutContext.setGraphicsAlgorithm(GraphicsAlgorithm graphicsAlgorithm)
          Sets a new GraphicsAlgorithm for the PictogramElement to layout.
 void IdUpdateContext.setGraphicsAlgorithm(GraphicsAlgorithm graphicsAlgorithm)
          Sets a new GraphicsAlgorithm for the PictogramElement to update.
protected  boolean IdPattern.updateGraphicsAlgorithmChildren(GraphicsAlgorithm graphicsAlgorithm, IdUpdateContext context)
          This method implements the part of the update that deals with the GraphicsAlgorithm children, see IdPattern.update(IUpdateContext, boolean).
protected  IReason IdPattern.updateNeededGraphicsAlgorithmChildren(GraphicsAlgorithm graphicsAlgorithm, IdUpdateContext context)
          This method implements the part of the update needed check that deals with the GraphicsAlgorithm children, see IdPattern.updateNeeded(IUpdateContext).
 

Constructors in org.eclipse.graphiti.pattern.id with parameters of type GraphicsAlgorithm
IdLayoutContext(PictogramElement pictogramElement, GraphicsAlgorithm graphicsAlgorithm, PictogramElement rootPictogramElement)
          Creates a new IdLayoutContext instance holding the given pictogram model instances.
IdUpdateContext(PictogramElement pictogramElement, GraphicsAlgorithm graphicsAlgorithm, PictogramElement rootPictogramElement, Object domainObject)
          Creates a new IdUpdateContext instance holding the given pictogram model instances and domain object instance.
 

Uses of GraphicsAlgorithm in org.eclipse.graphiti.platform.ga
 

Methods in org.eclipse.graphiti.platform.ga that return GraphicsAlgorithm
 GraphicsAlgorithm RendererContext.getGraphicsAlgorithm()
           
 

Uses of GraphicsAlgorithm in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services with parameters of type GraphicsAlgorithm
 IDimension IGaLayoutService.calculateSize(GraphicsAlgorithm ga)
          Calculates the size of the given graphics algorithm.
 IDimension IGaLayoutService.calculateSize(GraphicsAlgorithm ga, boolean considerLineWidth)
          Calculates the size of the given graphics algorithm.
 PictogramElement IPeService.getActiveContainerPe(GraphicsAlgorithm ga)
          Gets the active container pe.
 Color IGaService.getBackgroundColor(GraphicsAlgorithm ga, boolean checkStyles)
          Gets the background color.
 Color IGaService.getForegroundColor(GraphicsAlgorithm ga, boolean checkStyles)
          Gets the foreground color.
 LineStyle IGaService.getLineStyle(GraphicsAlgorithm ga, boolean checkStyles)
          Gets the line style.
 int IGaService.getLineWidth(GraphicsAlgorithm ga, boolean checkStyles)
          Gets the line width.
 RenderingStyle IGaService.getRenderingStyle(GraphicsAlgorithm ga, boolean checkStyles)
          Gets the rendering style.
 double IGaService.getTransparency(GraphicsAlgorithm ga, boolean checkStyles)
          Gets the transparency.
 boolean IGaService.isFilled(GraphicsAlgorithm ga, boolean checkStyles)
          Checks if is filled.
 boolean IGaService.isLineVisible(GraphicsAlgorithm ga, boolean checkStyles)
          Checks if line is visible.
 void IGaLayoutService.setHeight(GraphicsAlgorithm ga, int height)
          Sets the height of the given graphics algorithm.
 void IGaLayoutService.setLocation(GraphicsAlgorithm ga, int x, int y)
          Sets the location of the given graphics algorithm.
 void IGaLayoutService.setLocation(GraphicsAlgorithm ga, int x, int y, boolean avoidNegativeCoordinates)
          Sets the location of the given graphics algorithm.
 void IGaLayoutService.setLocationAndSize(GraphicsAlgorithm ga, int x, int y, int width, int height)
          Sets location and size of the given graphics algorithm.
 void IGaLayoutService.setLocationAndSize(GraphicsAlgorithm ga, int x, int y, int width, int height, boolean avoidNegativeCoordinates)
          Sets location and size of the given graphics algorithm.
 void IGaLayoutService.setSize(GraphicsAlgorithm ga, int width, int height)
          Sets the size of the given graphics algorithm.
 void IGaLayoutService.setWidth(GraphicsAlgorithm ga, int width)
          Sets the width of the given graphics algorithm.
 

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

Methods in org.eclipse.graphiti.services.impl with parameters of type GraphicsAlgorithm
 IDimension GaServiceImpl.calculateSize(GraphicsAlgorithm ga)
           
 IDimension GaServiceImpl.calculateSize(GraphicsAlgorithm ga, boolean considerLineWidth)
           
 Color GaServiceImpl.getBackgroundColor(GraphicsAlgorithm ga, boolean checkStyles)
           
 Color GaServiceImpl.getForegroundColor(GraphicsAlgorithm ga, boolean checkStyles)
           
 LineStyle GaServiceImpl.getLineStyle(GraphicsAlgorithm ga, boolean checkStyles)
           
 int GaServiceImpl.getLineWidth(GraphicsAlgorithm ga, boolean checkStyles)
           
 RenderingStyle GaServiceImpl.getRenderingStyle(GraphicsAlgorithm ga, boolean checkStyles)
           
 double GaServiceImpl.getTransparency(GraphicsAlgorithm ga, boolean checkStyles)
           
 boolean GaServiceImpl.isFilled(GraphicsAlgorithm ga, boolean checkStyles)
           
 boolean GaServiceImpl.isLineVisible(GraphicsAlgorithm ga, boolean checkStyles)
           
private static void GaServiceImpl.setContainer(GraphicsAlgorithm ga, GraphicsAlgorithmContainer gaContainer)
           
protected  void GaServiceImpl.setDefaultGraphicsAlgorithmAttributes(GraphicsAlgorithm graphicsAlgorithm)
          Sets the default attributes of the newly created Graphiti GraphicsAlgorithms.
 void GaServiceImpl.setHeight(GraphicsAlgorithm ga, int height)
           
 void GaServiceImpl.setLocation(GraphicsAlgorithm ga, int x, int y)
           
 void GaServiceImpl.setLocation(GraphicsAlgorithm ga, int x, int y, boolean avoidNegativeCoordinates)
           
 void GaServiceImpl.setLocationAndSize(GraphicsAlgorithm ga, int x, int y, int width, int height)
           
 void GaServiceImpl.setLocationAndSize(GraphicsAlgorithm ga, int x, int y, int width, int height, boolean avoidNegativeCoordinates)
           
 void GaServiceImpl.setSize(GraphicsAlgorithm ga, int width, int height)
           
 void GaServiceImpl.setWidth(GraphicsAlgorithm ga, int width)
           
 

Uses of GraphicsAlgorithm in org.eclipse.graphiti.tb
 

Methods in org.eclipse.graphiti.tb that return GraphicsAlgorithm
 GraphicsAlgorithm DefaultToolBehaviorProvider.getChopboxAnchorArea(PictogramElement pe)
           
 GraphicsAlgorithm IToolBehaviorProvider.getChopboxAnchorArea(PictogramElement pe)
          Provides the graphics algorithm that defines the outline for the given pictogram element's chopbox Anchor.
 GraphicsAlgorithm[] DefaultToolBehaviorProvider.getClickArea(PictogramElement pe)
           
 GraphicsAlgorithm[] IToolBehaviorProvider.getClickArea(PictogramElement pe)
          The returned graphics algorithm's define the area where the user can click to select the shape.
 GraphicsAlgorithm DefaultToolBehaviorProvider.getContentArea(ContainerShape cs)
           
 GraphicsAlgorithm IToolBehaviorProvider.getContentArea(ContainerShape cs)
          The returned graphics algorithm defines the technical container for active children.
 GraphicsAlgorithm DefaultToolBehaviorProvider.getSelectionBorder(PictogramElement pe)
           
 GraphicsAlgorithm IToolBehaviorProvider.getSelectionBorder(PictogramElement pe)
          The returned graphics algorithm defines the selection border and the rectangle where the context buttons appear at.
 

Methods in org.eclipse.graphiti.tb with parameters of type GraphicsAlgorithm
protected  ILocation DefaultToolBehaviorProvider.getAbsoluteLocation(GraphicsAlgorithm ga)
          Returns the location of the graphics algorithm in absolute coordinates.
 Object DefaultToolBehaviorProvider.getToolTip(GraphicsAlgorithm ga)
          Returns the tooltip to be attached to the graphical representation of the given graphics algorithm.
 Object IToolBehaviorProvider.getToolTip(GraphicsAlgorithm graphicsAlgorithm)
          Returns the tooltip to be attached to the graphical representation of the given graphics algorithm.
 

Uses of GraphicsAlgorithm in org.eclipse.graphiti.util
 

Fields in org.eclipse.graphiti.util declared as GraphicsAlgorithm
private  GraphicsAlgorithm LocationInfo.graphicsAlgorithm
           
 

Methods in org.eclipse.graphiti.util that return GraphicsAlgorithm
 GraphicsAlgorithm ILocationInfo.getGraphicsAlgorithm()
          Gets the graphics algorithm.
 GraphicsAlgorithm LocationInfo.getGraphicsAlgorithm()
           
 

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



Copyright (c) SAP AG 2005, 2012.