|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJavaGrinders.spatial.GridSpace3D
JavaGrinders.spatial.Constraint
public class Constraint
implements the spatially explicit stage for the modelling
| Field Summary |
|---|
| Fields inherited from class JavaGrinders.spatial.GridSpace3D |
|---|
doWarnings, xGrid, xyRatio, yGrid, zGrid |
| Constructor Summary | |
|---|---|
Constraint()
empty constructor |
|
Constraint(double lowX,
double highX,
double lowY,
double highY)
constructor with the Dimensions provided |
|
Constraint(double lowX,
double highX,
double lowY,
double highY,
double lowZ,
double highZ)
constructor with the Dimensions provided |
|
| Method Summary | |
|---|---|
Capture |
reMap(Capture aCap)
returns the Capture remapped according to the rules of the constraint |
SpatialVector |
reMap(SpatialVector aSVec)
returns the spatial vector remapped according to the rules of the constraint |
| Methods inherited from class JavaGrinders.spatial.GridSpace3D |
|---|
clone, contains, contains, contains, getHighX, getHighY, getHighZ, getLowX, getLowY, getLowZ, getPixelX, getPixelY, getPixelZ, getSameXYScale, getSameXYZScale, getXScale, getXYBorders, getXYRatio, getXZRatio, getYScale, getZScale, growToInclude, setNUnits, setNUnits, setSameXYScale, setSameXYZScale, setWarnings, setXScale, setYScale, setZScale, toString, toXYQDRect, toXYRectangle, updatePixelExtent |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Constraint(double lowX,
double highX,
double lowY,
double highY,
double lowZ,
double highZ)
lowX - low value for xhighX - high value for xlowY - low value for yhighY - high value for ylowZ - low value for zhighZ - high value for zpublic Constraint()
public Constraint(double lowX,
double highX,
double lowY,
double highY)
lowX - low value for xhighX - high value for xlowY - low value for yhighY - high value for y| Method Detail |
|---|
public Capture reMap(Capture aCap)
aCap - the Capture Capture to remappublic SpatialVector reMap(SpatialVector aSVec)
aSVec - the SpatialVector SpatialVector to remap
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||