public class MImagesPDM extends MImages
Name: MImagesPDM
Description: Bilder für PDM.
Copyright: Copyright (c) 2005, 2010-2012, 2014, 2016-2019, 2021
Company: >StA-Soft<
| Modifier and Type | Class and Description |
|---|---|
static class |
MImagesPDM.DBBase
Basisklasse für DB-Darstellungen.
|
static class |
MImagesPDM.DBField
Darstellung DB-Field.
|
static class |
MImagesPDM.DBImgBase
Basisklasse für Bilder.
|
static class |
MImagesPDM.DBModBase
Basisklasse für Modul-/Modell-Darstellungen.
|
static class |
MImagesPDM.DBModel
Darstellung DB-Modell.
|
static class |
MImagesPDM.DBModul
Darstellung DB-Modul.
|
static class |
MImagesPDM.DBTable
Darstellung DB-Table.
|
| Constructor and Description |
|---|
MImagesPDM() |
| Modifier and Type | Method and Description |
|---|---|
static void |
load(String fn,
String pre)
XML-Datei lesen und Struktur der benötigten Daten im Speicher aufbauen.
|
static void |
main(String[] args)
Main-Methode.
|
static void |
run()
Run-Methode zum Erzeugen der Bilder.
|
static void |
run(String fn,
String dst,
String pre)
Spezielle Run-Methode.
|
static void |
run(Vector params)
Zentrale Run-Methode, mit Fehlerbehandlung.
|
static void |
save(String dst)
Save-Methode zum Speichern der Bilder.
|
checkLogLevel, getCompany, getCopyright, getImageSize, getNextParam, getVersion, help, loadImageIcon, print, wait4Imagepublic static void load(String fn, String pre) throws Exception
fn - Name der Quell-XML-Dateipre - Präfix für Bilddateinamen, z. B. "db_"Exception - im Fehlerfallpublic static void run()
throws Exception
Exception - im Fehlerfallpublic static void save(String dst) throws Exception
dst - Ziel-Basispfad für erzeugte BilderException - im Fehlerfallpublic static void run(String fn, String dst, String pre) throws Exception
fn - Name der Quell-XML-Dateidst - Ziel-Basispfad für erzeugte Bilderpre - Präfix für Bilddateinamen, z. B. "db_"Exception - im Fehlerfallpublic static void run(Vector params)
params - Kommandozeilenargumentepublic static void main(String[] args)
args - KommandozeilenargumenteCopyright © 2005-2023–2024 >StA-Soft<. All rights reserved.