java.lang.Object org.nlogo.api.WorldDimensions org.nlogo.api.WorldDimensions3D
public final class WorldDimensions3D
Field Summary | |
---|---|
int |
maxPzcor
|
int |
minPzcor
|
Fields inherited from class org.nlogo.api.WorldDimensions |
---|
maxPxcor, maxPycor, minPxcor, minPycor |
Constructor Summary | |
---|---|
WorldDimensions3D(int minx,
int maxx,
int miny,
int maxy,
int minz,
int maxz)
|
Method Summary |
---|
Methods inherited from class org.nlogo.api.WorldDimensions |
---|
height, width |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int minPzcor
public int maxPzcor
Constructor Detail |
---|
public WorldDimensions3D(int minx, int maxx, int miny, int maxy, int minz, int maxz)