|
|||||||||
| Home >> All >> com >> eireneh >> bible >> control >> [ map overview ] | PREV NEXT | ||||||||
Uses of Class
com.eireneh.bible.control.map.Position
| Uses of Position in com.eireneh.bible.control.map |
| Fields in com.eireneh.bible.control.map declared as Position | |
private Position |
Map.cog
The current center of gravity |
private Position[] |
Map.nodes
The array of verse nodes |
| Methods in com.eireneh.bible.control.map that return Position | |
Position[] |
Rule.getDesiredPosition(Map map,
int ord)
Specify where it would like a node to be positioned in space. |
Position |
Map.getCenterOfGravity()
What is the average position of all the nodes in this map |
static Position[] |
Map.cat(Position[][] dar)
Take an array of Position arrays can cat them all together to make a single array containing all of them. |
static Position |
Map.average(Position[] array)
Find the avaerage position of an array of Positions |
Position[] |
LinkAttractionRule.getDesiredPosition(Map map,
int ord)
Specify where it would like a node to be positioned in space. |
Position[] |
FrictionRule.getDesiredPosition(Map map,
int ord)
Specify where it would like a node to be positioned in space. |
Position[] |
DefraggingRule.getDesiredPosition(Map map,
int ord)
Specify where it would like a node to be positioned in space. |
Position[] |
BrownianRule.getDesiredPosition(Map map,
int ord)
Specify where it would like a node to be positioned in space. |
Position[] |
BoundsRule.getDesiredPosition(Map map,
int ord)
Specify where it would like a node to be positioned in space. |
Position[] |
AntiGravityRule.getDesiredPosition(Map map,
int ord)
Specify where it would like a node to be positioned in space. |
Position[] |
AbstractRule.scale(Position single)
We sometimes need to take a single reply and multiply it up according to the current scale. |
Position[] |
AbstractRule.scale(Position[] array)
We sometimes need to take a single reply and multiply it up according to the current scale. |
| Methods in com.eireneh.bible.control.map with parameters of type Position | |
static Position[] |
Map.cat(Position[][] dar)
Take an array of Position arrays can cat them all together to make a single array containing all of them. |
static Position |
Map.average(Position[] array)
Find the avaerage position of an array of Positions |
Position[] |
AbstractRule.scale(Position single)
We sometimes need to take a single reply and multiply it up according to the current scale. |
Position[] |
AbstractRule.scale(Position[] array)
We sometimes need to take a single reply and multiply it up according to the current scale. |
|
|||||||||
| Home >> All >> com >> eireneh >> bible >> control >> [ map overview ] | PREV NEXT | ||||||||