|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NumberRange | |
|---|---|
| com.ryanm.glvisualiser | The general visualiser system. |
| com.speckled.specksim.datagen | Classes for generating datafiles of simulation results |
| com.speckled.specksim.gui | Main package for the SpeckSim gui. |
| com.speckled.specksim.imp.comm | Communication implementations |
| com.speckled.specksim.imp.env | Environment implementations |
| com.speckled.specksim.imp.filter | StateFilter implementations |
| com.speckled.specksim.imp.shells | MessageShell implementations. |
| com.speckled.specksim.imp.specks | Speck implementations. |
| com.speckled.specksim.imp.walls | WallProvider implementations |
| Uses of NumberRange in com.ryanm.glvisualiser |
|---|
| Fields in com.ryanm.glvisualiser with annotations of type NumberRange | |
|---|---|
float |
GLCamera.mouseWheelSensitivity
The angle by which to alter the fov for every click of the wheel, in degrees |
float |
GLCamera.orthoWidth
The minimum extent of the orthographic view in either the x or y directions |
int |
GLCamera.pickingSensitivity
The size of the picking square |
float |
GLCamera.speed
The movement speed of the camera, in units per second |
| Methods in com.ryanm.glvisualiser with annotations of type NumberRange | |
|---|---|
void |
GLCamera.setMouseSensitivity(float mouseSensitivity)
Sets the turning speed of the camera. |
void |
GLVisualiser.setTargetFPS(float fps)
Sets the target frame rate for the animator |
| Uses of NumberRange in com.speckled.specksim.datagen |
|---|
| Fields in com.speckled.specksim.datagen with annotations of type NumberRange | |
|---|---|
int |
GeneratorFactory.repetitions
The number of repetitions |
float |
GeneratorFactory.time
The reading time |
| Uses of NumberRange in com.speckled.specksim.gui |
|---|
| Methods in com.speckled.specksim.gui with annotations of type NumberRange | |
|---|---|
void |
StateBuffer.setCapacity(int capacity)
Sets the capacity of the buffer |
void |
StateBuffer.setMemoryUse(float megs)
Sets the memory use of the buffer |
| Uses of NumberRange in com.speckled.specksim.imp.comm |
|---|
| Fields in com.speckled.specksim.imp.comm with annotations of type NumberRange | |
|---|---|
float |
CarrierSenseMac.maxBackoff
The maximum time a speck will back off when another transmission is detected |
int |
OctTreeField.maxDepth
The maximum depth of the tree |
float |
OctTreeField.repopulationThreshold
The distance that each speck can travel before repopulating the tree becomes a good idea. |
int |
OctTreeField.subDivisionThreshold
The maximum number of specks that a leaf node in the tree can contain |
float |
CarrierSenseMac.timeOut
The time for which transmission is attempted, before failure is declared |
| Uses of NumberRange in com.speckled.specksim.imp.env |
|---|
| Fields in com.speckled.specksim.imp.env with annotations of type NumberRange | |
|---|---|
Vector3f |
GravityEnvironment.gravity
The gravity direction vector |
| Uses of NumberRange in com.speckled.specksim.imp.filter |
|---|
| Methods in com.speckled.specksim.imp.filter with annotations of type NumberRange | |
|---|---|
int |
SpeckIDFilter.getSelectedID()
Gets the currently selected IDs |
| Uses of NumberRange in com.speckled.specksim.imp.shells |
|---|
| Fields in com.speckled.specksim.imp.shells with annotations of type NumberRange | |
|---|---|
float |
PerfectRadioShell.bitrate
The bitrate of the radio, in kbps |
float |
CollimatedShell.bitrate
The bitrate of the radio, in kbps. |
float |
EllipsoidShell.bitrate
The bit rate of the shell |
float |
CollimatedShell.divergenceAngle
The angle of divergence for the beam, 0 == perfect line pi=sphere |
Vector3f |
EllipsoidShell.radius
The radius of the ellipse |
float |
CollimatedShell.range
The maximum range of the beam |
| Methods in com.speckled.specksim.imp.shells with annotations of type NumberRange | |
|---|---|
void |
EllipsoidShell.setMaxRange(float range)
Sets the length of the largest radii in the ellipse. |
void |
EllipsoidShell.setMinRange(float range)
Sets the length of the smallest radii in the ellipse |
void |
PerfectRadioShell.setRadioRange(float r)
Sets the range of this radio |
void |
EllipsoidShell.setVolume(float volume)
Sets the volume of the ellipsoid. |
void |
EllipsoidShell.setXRadius(float xRadius)
Sets the x-radius of the shell. |
| Uses of NumberRange in com.speckled.specksim.imp.specks |
|---|
| Fields in com.speckled.specksim.imp.specks with annotations of type NumberRange | |
|---|---|
static float |
NeighbourlySpeck.broadcastDelay
The time delay between broadcasts |
static float |
NeighbourlySpeck.recordLife
The time for which a neighbour record exists |
| Uses of NumberRange in com.speckled.specksim.imp.walls |
|---|
| Methods in com.speckled.specksim.imp.walls with annotations of type NumberRange | |
|---|---|
void |
RandomWalls.setNumberOfWalls(int n)
Sets the number of walls |
void |
RandomWalls.setWallArea(float area)
Sets the surface area of each wall |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||