Package it. unibo. alchemist. boundary
Types
Link copied to clipboard
A LeafletMapView that implements functions used to manage the map without any mouse events.
Link copied to clipboard
The view through which keybinds can be edited.
Link copied to clipboard
A class that describes the relation between a KeyCode and an Action.
Link copied to clipboard
The controller for ListKeybindsView.
Link copied to clipboard
The ItemViewModel of a Keybind.
Link copied to clipboard
The view that lists current keybinds.
Functions
Link copied to clipboard
fun Canvas.createDrawRectangleCommand(rectangle: Rectangle, colour: Paint): () -> Unit
Content copied to clipboard
Returns a command for drawing the given rectangle on the caller canvas.
Link copied to clipboard
fun <T, P : Position2D<P>> Rectangle.intersectingNodes(nodes: Map<Node<T>, P>, wormhole: Wormhole2D<P>): Map<Node<T>, P>
Content copied to clipboard
Returns the nodes intersecting with the caller rectangle.
Link copied to clipboard
Creates a rectangle that has this and other as its opposite-diagonal vertexes.