| java.lang.Object | ||
| ↳ | com.google.inject.AbstractModule | |
| ↳ | uk.ac.imperial.presage2.util.location.area.Area.Bind | |
Provides various AbstractModules to bind different types of
Area.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Bind a 2D simulation area (Area2D) with size x, y.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.inject.AbstractModule
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.inject.Module
| |||||||||||
Bind a 2D simulation area (Area2D) with size x, y.
| x | limit of area |
|---|---|
| y | limit of area |
Area to
Area2D and it's x & y values to the provided x and y.