Package org.eclnt.workplace
Class WorkplaceTilePositionHint
java.lang.Object
org.eclnt.workplace.WorkplaceTilePositionHint
- All Implemented Interfaces:
Serializable
Information about where to position a tile if created within the workplace.
First a position is tried to be found using the "tile1" information - then
the "null-tile" information is used.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Id of the tile.Information where to position - relative to the "null-tile".voidvoidsetRelativeToNullTile(String relativeToNullTile) voidsetRelativeToTile1Id(String relativeToTile1Id1) voidsetRelativeToTile1Position(String relativeToTile1Position1)
-
Field Details
-
HINT_TOP
- See Also:
-
HINT_BOTTOM
- See Also:
-
HINT_LEFT
- See Also:
-
HINT_RIGHT
- See Also:
-
-
Constructor Details
-
WorkplaceTilePositionHint
public WorkplaceTilePositionHint()
-
-
Method Details
-
getId
Id of the tile. -
setId
-
getRelativeToNullTile
Information where to position - relative to the "null-tile". -
setRelativeToNullTile
-
getRelativeToTile1Id
-
setRelativeToTile1Id
-
getRelativeToTile1Position
-
setRelativeToTile1Position
-