public static class MImagesPDM.DBBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
mySizeX
Breite.
|
protected int |
mySizeY
Höhe.
|
protected int |
myX
X.
|
protected int |
myY
Y.
|
| Constructor and Description |
|---|
DBBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSizeX()
Breite ermitteln.
|
int |
getSizeY()
Höhe ermitteln.
|
int |
getX()
X ermitteln.
|
int |
getY()
Y ermitteln.
|
boolean |
loadBoolean(com.sta.cts.XMLTag t,
String name,
boolean std)
Boolean aus XML-Struktur holen.
|
int |
loadInt(com.sta.cts.XMLTag t,
String name,
int std)
Integer aus XML-Struktur holen.
|
String |
loadString(com.sta.cts.XMLTag t,
String name,
String std)
String aus XML-Struktur holen.
|
void |
setX(int x)
X vorgeben.
|
void |
setY(int y)
Y vorgeben.
|
protected int myX
protected int myY
protected int mySizeX
protected int mySizeY
public int getX()
public void setX(int x)
x - Xpublic int getY()
public void setY(int y)
y - Ypublic int getSizeX()
public int getSizeY()
public boolean loadBoolean(com.sta.cts.XMLTag t,
String name,
boolean std)
t - XML-Tagname - Attributnamestd - Standardwertpublic String loadString(com.sta.cts.XMLTag t, String name, String std)
t - XML-Tagname - Attributnamestd - Standardwertpublic int loadInt(com.sta.cts.XMLTag t,
String name,
int std)
t - XML-Tagname - Attributnamestd - StandardwertCopyright © 2005-2023–2024 >StA-Soft<. All rights reserved.