Runtime

Uses of Class
org.eclipse.gmf.runtime.diagram.ui.services.decorator.IDecoratorTarget.Direction

Packages that use IDecoratorTarget.Direction
org.eclipse.gmf.runtime.diagram.ui.editpolicies Aurora internal packages Package Specification This package contains the edit policy classes.  
org.eclipse.gmf.runtime.diagram.ui.services.decorator Aurora internal packages Package Specification this package contains the decorator specific classes like the provider, operation and the decorator itself 
 

Uses of IDecoratorTarget.Direction in org.eclipse.gmf.runtime.diagram.ui.editpolicies
 

Methods in org.eclipse.gmf.runtime.diagram.ui.editpolicies with parameters of type IDecoratorTarget.Direction
 int DecorationEditPolicy.getPositionConstant(IDecoratorTarget.Direction direction)
          Converts the direction to an int as defined in PositionConstant.
 IDecoration DecorationEditPolicy.DecoratorTarget.addShapeDecoration(Image image, IDecoratorTarget.Direction direction, int margin, boolean isVolatile)
           
 IDecoration DecorationEditPolicy.DecoratorTarget.addShapeDecoration(IFigure figure, IDecoratorTarget.Direction direction, int margin, boolean isVolatile)
           
 

Uses of IDecoratorTarget.Direction in org.eclipse.gmf.runtime.diagram.ui.services.decorator
 

Fields in org.eclipse.gmf.runtime.diagram.ui.services.decorator declared as IDecoratorTarget.Direction
static IDecoratorTarget.Direction IDecoratorTarget.Direction.CENTER
          Center
static IDecoratorTarget.Direction IDecoratorTarget.Direction.NORTH
          North
static IDecoratorTarget.Direction IDecoratorTarget.Direction.SOUTH
          South
static IDecoratorTarget.Direction IDecoratorTarget.Direction.WEST
          West
static IDecoratorTarget.Direction IDecoratorTarget.Direction.EAST
          East
static IDecoratorTarget.Direction IDecoratorTarget.Direction.NORTH_EAST
          North-East
static IDecoratorTarget.Direction IDecoratorTarget.Direction.NORTH_WEST
          North-West
static IDecoratorTarget.Direction IDecoratorTarget.Direction.SOUTH_EAST
          South-East
static IDecoratorTarget.Direction IDecoratorTarget.Direction.SOUTH_WEST
          South-West
 

Methods in org.eclipse.gmf.runtime.diagram.ui.services.decorator with parameters of type IDecoratorTarget.Direction
 IDecoration IDecoratorTarget.addShapeDecoration(Image image, IDecoratorTarget.Direction direction, int margin, boolean isVolatile)
          Adds an image as a decoration on a shape.
 IDecoration IDecoratorTarget.addShapeDecoration(IFigure figure, IDecoratorTarget.Direction direction, int margin, boolean isVolatile)
          Adds a figure as a decoration on a shape.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.