|
static void | openDefault (String f) |
|
static void | saveImage (Image img, String type, File file) throws IOException |
|
static BufferedImage | getImage (File file) throws IOException |
|
static boolean | delFile (File file) |
|
◆ delFile()
static boolean tourplaner.business.FileHelper.delFile |
( |
File |
file | ) |
|
|
static |
Löscht ein File
- Parameters
-
file | File das zu löschen ist |
- Returns
- false bei error
◆ getImage()
static BufferedImage tourplaner.business.FileHelper.getImage |
( |
File |
file | ) |
throws IOException |
|
static |
Holt ein image von einem File
- Parameters
-
- Returns
- Das buffered image
- Exceptions
-
IOException | Fehler beim öffnen des bildes |
◆ openDefault()
static void tourplaner.business.FileHelper.openDefault |
( |
String |
f | ) |
|
|
static |
Öffnet ein File mit dem Standart Program
- Parameters
-
◆ saveImage()
static void tourplaner.business.FileHelper.saveImage |
( |
Image |
img, |
|
|
String |
type, |
|
|
File |
file |
|
) |
| throws IOException |
|
static |
Speichert ein Image
- Parameters
-
img | Das zu speichernde Bild |
type | Dateityp z.b. jpg |
file | Wo die datei zu speichern ist |
- Exceptions
-
The documentation for this class was generated from the following file: