org.eclipse.graphiti.features.context
Interface ILocationContext

All Superinterfaces:
IContext, IPropertyBag
All Known Subinterfaces:
IAddBendpointContext, IAddConnectionContext, IAddContext, IAreaContext, ICreateContext, ICustomContext, IDoubleClickContext, IMoveAnchorContext, IMoveBendpointContext, IMoveConnectionDecoratorContext, IMoveContext, IMoveShapeContext, IPasteContext, IResizeContext, IResizeShapeContext
All Known Implementing Classes:
AddBendpointContext, AddConnectionContext, AddContext, AreaAnchorContext, AreaContext, CreateContext, CustomContext, LocationContext, MoveBendpointContext, MoveConnectionDecoratorContext, MoveContext, MoveShapeContext, PasteContext, ResizeContext, ResizeShapeContext

public interface ILocationContext
extends IContext

The Interface ILocationContext.


Method Summary
 int getX()
          Gets the x.
 int getY()
          Gets the y.
 
Methods inherited from interface org.eclipse.graphiti.IPropertyBag
getProperty, getPropertyKeys, putProperty
 

Method Detail

getX

int getX()
Gets the x.

Returns:
the x position

getY

int getY()
Gets the y.

Returns:
the y position


Copyright (c) SAP AG 2005, 2012.