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
public class LocationContext extends DefaultContext implements ILocationContext
The Class LocationContext.
-
-
Constructor Summary
Constructors Constructor Description LocationContext()Creates a newLocationContext.LocationContext(int x, int y)Creates a newLocationContext.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetX()Gets the x.intgetY()Gets the y.voidsetLocation(int x, int y)Sets the location.voidsetX(int x)Sets the x.voidsetY(int y)Sets the y.java.lang.StringtoString()-
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 Detail
-
LocationContext
public LocationContext(int x, int y)Creates a newLocationContext.- Parameters:
x- the xy- the y
-
LocationContext
public LocationContext()
Creates a newLocationContext.
-
-
Method Detail
-
getX
public int getX()
Description copied from interface:ILocationContextGets the x.- Specified by:
getXin interfaceILocationContext- Returns:
- the x position
-
getY
public int getY()
Description copied from interface:ILocationContextGets the y.- Specified by:
getYin 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
public java.lang.String toString()
- Overrides:
toStringin classDefaultContext
-
-