Domain Modeling Layer

com.ibm.xtools.presentation.services.decorator
Class IDecoratorTarget.Direction

java.lang.Object
  extended by com.ibm.xtools.presentation.services.decorator.IDecoratorTarget.Direction
Enclosing interface:
IDecoratorTarget

Deprecated. Use the org.eclipse.gmf.runtime.diagram.ui.services.decorator.IDecoratorTarget.Direction

public static class IDecoratorTarget.Direction
extends Object

Enumeration of directions for the location of shape decorations.

See Also:
IDecoratorTarget.Direction

Field Summary
static IDecoratorTarget.Direction CENTER
          Deprecated. Center
static IDecoratorTarget.Direction EAST
          Deprecated. East
static IDecoratorTarget.Direction NORTH
          Deprecated. North
static IDecoratorTarget.Direction NORTH_EAST
          Deprecated. North-East
static IDecoratorTarget.Direction NORTH_WEST
          Deprecated. North-West
static IDecoratorTarget.Direction SOUTH
          Deprecated. South
static IDecoratorTarget.Direction SOUTH_EAST
          Deprecated. South-East
static IDecoratorTarget.Direction SOUTH_WEST
          Deprecated. South-West
static IDecoratorTarget.Direction WEST
          Deprecated. West
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CENTER

public static final IDecoratorTarget.Direction CENTER
Deprecated. 
Center


NORTH

public static final IDecoratorTarget.Direction NORTH
Deprecated. 
North


SOUTH

public static final IDecoratorTarget.Direction SOUTH
Deprecated. 
South


WEST

public static final IDecoratorTarget.Direction WEST
Deprecated. 
West


EAST

public static final IDecoratorTarget.Direction EAST
Deprecated. 
East


NORTH_EAST

public static final IDecoratorTarget.Direction NORTH_EAST
Deprecated. 
North-East


NORTH_WEST

public static final IDecoratorTarget.Direction NORTH_WEST
Deprecated. 
North-West


SOUTH_EAST

public static final IDecoratorTarget.Direction SOUTH_EAST
Deprecated. 
South-East


SOUTH_WEST

public static final IDecoratorTarget.Direction SOUTH_WEST
Deprecated. 
South-West


Domain Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.