Uses of Interface
de.xima.fc.common.geometry.ICardinalDirection2DMap
Packages that use ICardinalDirection2DMap
-
Uses of ICardinalDirection2DMap in de.xima.fc.common.geometry
Subinterfaces of ICardinalDirection2DMap in de.xima.fc.common.geometryModifier and TypeInterfaceDescriptioninterfaceA map that associates double values with the four cardinal directions (north, east, south, west) in a 2D space.interfaceA map that associates int values with the four cardinal directions (north, east, south, west) in a 2D space.interfaceA map that associates long values with the four cardinal directions (north, east, south, west) in a 2D space.Methods in de.xima.fc.common.geometry that return ICardinalDirection2DMapModifier and TypeMethodDescriptionstatic <Value> ICardinalDirection2DMap<Value> CardinalDirection2DMaps.cardinalDirection2DMap(Value value) Creates a newICardinalDirection2DMapwith the specified value for each cardinal direction.static <Value> ICardinalDirection2DMap<Value> CardinalDirection2DMaps.cardinalDirection2DMap(Value[] values) Creates a newICardinalDirection2DMapDoublewith the specified values for each cardinal direction.static <Value> ICardinalDirection2DMap<Value> CardinalDirection2DMaps.cardinalDirection2DMap(Value northSouth, Value eastWest) Creates a newICardinalDirection2DMapwith the specified values for each cardinal direction.static <Value> ICardinalDirection2DMap<Value> CardinalDirection2DMaps.cardinalDirection2DMap(Value north, Value east, Value south, Value west) Creates a newICardinalDirection2DMapwith the specified values for each cardinal direction.static <Value> ICardinalDirection2DMap<Value> CardinalDirection2DMaps.of(Value value) Creates a newICardinalDirection2DMapwith the specified value for each cardinal direction.static <Value> ICardinalDirection2DMap<Value> CardinalDirection2DMaps.of(Value[] values) Creates a newICardinalDirection2DMapwith the specified values for each cardinal direction.static <Value> ICardinalDirection2DMap<Value> CardinalDirection2DMaps.of(Value northSouth, Value eastWest) Creates a newICardinalDirection2DMapwith the specified values for each cardinal direction.static <Value> ICardinalDirection2DMap<Value> CardinalDirection2DMaps.of(Value north, Value east, Value south, Value west) Creates a newICardinalDirection2DMapwith the specified values for each cardinal direction.