public class TSRViewPort
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
TSRViewPort() |
|
TSRViewPort(int _x,
int _y,
long _width,
long _height,
float _minZ,
float _maxZ) |
protected |
TSRViewPort(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(TSRViewPort obj) |
long |
getHeight() |
float |
getMaxDepth() |
float |
getMinDepth() |
int |
getTopLeftX() |
int |
getTopLeftY() |
long |
getWidth() |
void |
setHeight(long value) |
void |
setMaxDepth(float value) |
void |
setMinDepth(float value) |
void |
setTopLeftX(int value) |
void |
setTopLeftY(int value) |
void |
setWidth(long value) |
protected TSRViewPort(long cPtr, boolean cMemoryOwn)
public TSRViewPort()
public TSRViewPort(int _x, int _y, long _width, long _height, float _minZ, float _maxZ)
protected static long getCPtr(TSRViewPort obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setTopLeftX(int value)
public int getTopLeftX()
public void setTopLeftY(int value)
public int getTopLeftY()
public void setWidth(long value)
public long getWidth()
public void setHeight(long value)
public long getHeight()
public void setMinDepth(float value)
public float getMinDepth()
public void setMaxDepth(float value)
public float getMaxDepth()