public class controlChannelHints_t
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
controlChannelHints_t() |
protected |
controlChannelHints_t(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
java.lang.String |
getAttributes() |
controlChannelBehavior |
getBehav() |
protected static long |
getCPtr(controlChannelHints_t obj) |
double |
getDflt() |
int |
getHeight() |
double |
getMax() |
double |
getMin() |
int |
getWidth() |
int |
getX() |
int |
getY() |
void |
setAttributes(java.lang.String value) |
void |
setBehav(controlChannelBehavior value) |
void |
setDflt(double value) |
void |
setHeight(int value) |
void |
setMax(double value) |
void |
setMin(double value) |
void |
setWidth(int value) |
void |
setX(int value) |
void |
setY(int value) |
protected controlChannelHints_t(long cPtr, boolean cMemoryOwn)
public controlChannelHints_t()
protected static long getCPtr(controlChannelHints_t obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setBehav(controlChannelBehavior value)
public controlChannelBehavior getBehav()
public void setDflt(double value)
public double getDflt()
public void setMin(double value)
public double getMin()
public void setMax(double value)
public double getMax()
public void setX(int value)
public int getX()
public void setY(int value)
public int getY()
public void setWidth(int value)
public int getWidth()
public void setHeight(int value)
public int getHeight()
public void setAttributes(java.lang.String value)
public java.lang.String getAttributes()