|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.graphiti.util.LocationInfo
public class LocationInfo
The Class LocationInfo.
| Field Summary | |
|---|---|
private GraphicsAlgorithm |
graphicsAlgorithm
|
private Shape |
shape
|
| Constructor Summary | |
|---|---|
LocationInfo(Shape shape,
GraphicsAlgorithm graphicsAlgorithm)
Creates a new LocationInfo with given shape and graphics
algorithm. |
|
| Method Summary | |
|---|---|
GraphicsAlgorithm |
getGraphicsAlgorithm()
Gets the graphics algorithm. |
Shape |
getShape()
Gets the shape. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Shape shape
private GraphicsAlgorithm graphicsAlgorithm
| Constructor Detail |
|---|
public LocationInfo(Shape shape,
GraphicsAlgorithm graphicsAlgorithm)
LocationInfo with given shape and graphics
algorithm.
shape - the shapegraphicsAlgorithm - the graphics algorithm| Method Detail |
|---|
public Shape getShape()
ILocationInfo
getShape in interface ILocationInfopublic GraphicsAlgorithm getGraphicsAlgorithm()
ILocationInfo
getGraphicsAlgorithm in interface ILocationInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||