Package org.eclipse.graphiti.util
Class LocationInfo
java.lang.Object
org.eclipse.graphiti.util.LocationInfo
- All Implemented Interfaces:
ILocationInfo
The Class LocationInfo.
-
Constructor Summary
ConstructorDescriptionLocationInfo
(Shape shape, GraphicsAlgorithm graphicsAlgorithm) Creates a newLocationInfo
with given shape and graphics algorithm. -
Method Summary
-
Constructor Details
-
LocationInfo
Creates a newLocationInfo
with given shape and graphics algorithm.- Parameters:
shape
- the shapegraphicsAlgorithm
- the graphics algorithm
-
-
Method Details
-
getShape
Description copied from interface:ILocationInfo
Gets the shape.- Specified by:
getShape
in interfaceILocationInfo
- Returns:
- the shape of this location information
-
getGraphicsAlgorithm
Description copied from interface:ILocationInfo
Gets the graphics algorithm.- Specified by:
getGraphicsAlgorithm
in interfaceILocationInfo
- Returns:
- the graphics algorithm of this location information
-