Class LocationContext
java.lang.Object
org.eclipse.graphiti.PropertyBag
org.eclipse.graphiti.internal.features.context.impl.base.DefaultContext
org.eclipse.graphiti.features.context.impl.LocationContext
- All Implemented Interfaces:
IContext
,ILocationContext
,IPropertyBag
- Direct Known Subclasses:
AddBendpointContext
,AreaContext
,CustomContext
,MoveConnectionDecoratorContext
,MoveContext
The Class LocationContext.
-
Constructor Summary
ConstructorDescriptionCreates a newLocationContext
.LocationContext
(int x, int y) Creates a newLocationContext
. -
Method Summary
Methods inherited from class org.eclipse.graphiti.PropertyBag
getProperty, getPropertyKeys, putProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.graphiti.IPropertyBag
getProperty, getPropertyKeys, putProperty
-
Constructor Details
-
LocationContext
public LocationContext(int x, int y) Creates a newLocationContext
.- Parameters:
x
- the xy
- the y
-
LocationContext
public LocationContext()Creates a newLocationContext
.
-
-
Method Details
-
getX
public int getX()Description copied from interface:ILocationContext
Gets the x.- Specified by:
getX
in interfaceILocationContext
- Returns:
- the x position
-
getY
public int getY()Description copied from interface:ILocationContext
Gets the y.- Specified by:
getY
in interfaceILocationContext
- Returns:
- the y position
-
setLocation
public void setLocation(int x, int y) Sets the location.- Parameters:
x
- the xy
- the y
-
setX
public void setX(int x) Sets the x.- Parameters:
x
- The x to set.
-
setY
public void setY(int y) Sets the y.- Parameters:
y
- The y to set.
-
toString
- Overrides:
toString
in classDefaultContext
-