public static class MImagesTPM.TPMImageBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
check4large
Check4Large.
|
protected ImageBuffer |
myImageBuffer
Image-Buffer.
|
protected int |
mySizeX
Size-X.
|
protected int |
mySizeY
Size-Y.
|
protected int |
myX
X.
|
protected int |
myY
Y.
|
| Constructor and Description |
|---|
TPMImageBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawIconX(ImageIcon icon,
int iconx,
int icony,
int iconwidth,
int iconheight,
String name,
String text,
String text2,
Integer state)
Icon + Name + Text (falls vorhanden) zeichnen.
|
protected void |
drawRectWH(int x,
int y,
int width,
int height,
int shadowsize)
Rechteck mit Schatten zeichnen.
|
protected void |
drawShadow(int x,
int y,
int width,
int height)
Schatten zeichnen.
|
boolean |
getCheck4Large()
Check4Large ermitteln.
|
ImageBuffer |
getImageBuffer()
Image-Buffer ermitteln.
|
int |
getSizeX()
Size-X ermitteln.
|
int |
getSizeY()
Size-Y ermitteln.
|
protected int |
getWidthX(String name,
String text)
Textbreite ermitteln.
|
int |
getX()
X ermitteln.
|
int |
getY()
Y ermitteln.
|
void |
overreadICD(com.sta.cts.XMLScanner xs)
ICD überlesen.
|
void |
resImageBuffer()
Image-Buffer zurücksetzen.
|
void |
setCheck4Large(boolean b)
Check4Large vorgeben.
|
void |
setX(int x)
X vorgeben.
|
void |
setY(int y)
Y vorgeben.
|
protected int myX
protected int myY
protected int mySizeX
protected int mySizeY
protected boolean check4large
protected ImageBuffer myImageBuffer
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 ImageBuffer getImageBuffer()
public void resImageBuffer()
public boolean getCheck4Large()
public void setCheck4Large(boolean b)
b - Check4Largepublic void overreadICD(com.sta.cts.XMLScanner xs)
throws Exception
xs - XML-ScannerException - im Fehlerfallprotected void drawShadow(int x,
int y,
int width,
int height)
x - Xy - Ywidth - Breiteheight - Höheprotected void drawRectWH(int x,
int y,
int width,
int height,
int shadowsize)
x - Xy - Ywidth - Breiteheight - Höheshadowsize - Schattengrößeprotected int getWidthX(String name, String text)
name - Nametext - Textprotected void drawIconX(ImageIcon icon, int iconx, int icony, int iconwidth, int iconheight, String name, String text, String text2, Integer state)
icon - Iconiconx - Icon-Xicony - Icon-Yiconwidth - Icon-Breiteiconheight - Icon-Höhename - Nametext - Texttext2 - weiterer Textstate - StatusCopyright © 2005-2023–2024 >StA-Soft<. All rights reserved.