Package | Description |
---|---|
junctionbox.android |
Modifier and Type | Method and Description |
---|---|
Junction |
Dispatcher.createJunction(float x,
float y,
float w,
float h)
Creates a new Junction with the specified parameters.
|
Junction[] |
Junction.getJunctions()
Gets an array of any Junctions associated with this Junction.
|
Junction[] |
Dispatcher.getJunctions()
Returns an array of the Junctions currently stored in this Dispatcher.
|
Modifier and Type | Method and Description |
---|---|
void |
Junction.addJunction(Junction j)
Adds a junction to this Junction.
|
void |
Dispatcher.addJunction(Junction j)
Adds a Junction to this Dispatcher.
|
void |
Dispatcher.orderJunction(int o,
Junction j)
Sets the order for a Junction in the list for this Dispatcher.
|
void |
Junction.removeJunction(Junction j)
Removes the specified junction from this Junction.
|
void |
Dispatcher.removeJunction(Junction j)
Removes a Junction from this Dispatcher.
|