|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--superwaba.ext.xplat.io.print.Settings
This class is used to get and set various settings from the printer. Each driver has its own set of settings.
Constructor Summary | |
protected |
Settings()
This class can't be instantiated. |
Method Summary | |
abstract float |
getFloat(int what)
Gets a float value |
abstract int |
getInt(int what)
Gets an integer value |
abstract String |
getString(int what)
Gets a String value |
abstract void |
set(int what,
float i)
Sets a value as float |
abstract void |
set(int what,
int i)
Sets a value as integer |
abstract void |
set(int what,
String s)
Sets a value as String |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
toString,
wait,
wait |
Constructor Detail |
protected Settings()
Method Detail |
public abstract void set(int what, String s) throws NotSupportedException, PrinterException
public abstract void set(int what, int i) throws NotSupportedException, PrinterException
public abstract void set(int what, float i) throws NotSupportedException, PrinterException
public abstract String getString(int what) throws NotSupportedException, PrinterException
public abstract int getInt(int what) throws NotSupportedException, PrinterException
public abstract float getFloat(int what) throws NotSupportedException, PrinterException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |