public class Arena extends Constraint
xyRatio
Constructor and Description |
---|
Arena(double lowX,
double highX,
double lowY,
double highY)
Constructor with the low and high borders for x, y and z provided
|
Arena(double lowX,
double highX,
double lowY,
double highY,
double lowZ,
double highZ)
Constructor with the low and high borders for x, y and z provided
|
Modifier and Type | Method and Description |
---|---|
SpatialVector |
reMap(SpatialVector aLocation)
returns the MapDimensions for the Constraint
|
reMap
clone, contains, contains, contains, getBinLoc, getHighX, getHighY, getHighZ, getLowX, getLowY, getLowZ, getPixelSpaceX, getPixelSpaceY, getPixelSpaceZ, getSameXYScale, getSameXYZScale, getXAxisDirection, getXGrid, getXScale, getXYBorders, getXYRatio, getXZRatio, getYAxisDirection, getYGrid, getYScale, getZAxisDirection, getZGrid, getZScale, growToInclude, setAxisDirections, setAxisDirections, setDimensions, setDimensions, setDimensions, setDimensions, setDimensions, setDimensions, setDimensions, setGrids, setGrids, setNUnits, setNUnits, setSameXYScale, setSameXYZScale, setXGrid, setXScale, setYGrid, setYScale, setZGrid, setZScale, toString, toXYRect, toXZRect, toYZRect, updatePixelExtent, updateRatios, updateScales, updateScales
public Arena(double lowX, double highX, double lowY, double highY, double lowZ, double highZ) throws java.lang.Exception
java.lang.Exception
public Arena(double lowX, double highX, double lowY, double highY) throws java.lang.Exception
java.lang.Exception
public SpatialVector reMap(SpatialVector aLocation)
reMap
in class Constraint
aLocation
- the SpatialVector SpatialVector to remapRH, 2017