Package org.eclipse.graphiti.util
Class LocationInfo
java.lang.Object
org.eclipse.graphiti.util.LocationInfo
- All Implemented Interfaces:
- ILocationInfo
The Class LocationInfo.
- 
Constructor SummaryConstructorsConstructorDescriptionLocationInfo(Shape shape, GraphicsAlgorithm graphicsAlgorithm) Creates a newLocationInfowith given shape and graphics algorithm.
- 
Method Summary
- 
Constructor Details- 
LocationInfoCreates a newLocationInfowith given shape and graphics algorithm.- Parameters:
- shape- the shape
- graphicsAlgorithm- the graphics algorithm
 
 
- 
- 
Method Details- 
getShapeDescription copied from interface:ILocationInfoGets the shape.- Specified by:
- getShapein interface- ILocationInfo
- Returns:
- the shape of this location information
 
- 
getGraphicsAlgorithmDescription copied from interface:ILocationInfoGets the graphics algorithm.- Specified by:
- getGraphicsAlgorithmin interface- ILocationInfo
- Returns:
- the graphics algorithm of this location information
 
 
-