Package de.xima.fc.common.geometry
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
public final class Positioned<Item,Position extends Point> extends Object implements Serializable
Represents an item that has a position.- Since:
- 8.4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Positioned(Item item, Position position)
Wraps an item in a positioned wrapper with a position.
-