public class KDEOptions
extends java.lang.Object
Constructor and Description |
---|
KDEOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getBandwidth() |
KDEClamp |
getClamp() |
KDEType |
getkDEType() |
int |
getResolution() |
KDESides |
getSides() |
int |
getWidth() |
void |
setBandwidth(int _bandwidth) |
void |
setClamp(KDEClamp _clamp) |
void |
setkDEType(KDEType _kDEType) |
void |
setResolution(int _resolution) |
void |
setSides(KDESides _KDESides) |
void |
setWidth(int _width) |
public KDEType getkDEType()
public void setkDEType(KDEType _kDEType)
public KDESides getSides()
public void setSides(KDESides _KDESides)
public int getResolution()
public void setResolution(int _resolution)
public int getBandwidth()
public void setBandwidth(int _bandwidth)
public int getWidth()
public void setWidth(int _width)
public KDEClamp getClamp()
public void setClamp(KDEClamp _clamp)