Class Positioned<Item, Position extends Point>
java.lang.Object
de.xima.fc.common.geometry.Positioned<Item,Position>
- Type Parameters:
Item- The type of the item.Position- The type of the point indicating the position.
- All Implemented Interfaces:
Serializable
Represents an item that has a position.
- Since:
- 8.4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPositioned(Item item, Position position) Wraps an item in a positioned wrapper with a position. -
Method Summary
-
Constructor Details
-
Positioned
-
-
Method Details
-
equals
-
hashCode
-
item
-
position
-
toString
-