Package | Description |
---|---|
com.net2plan.utils |
General utility static methods.
|
Modifier and Type | Method and Description |
---|---|
static ImageUtils.ImageType |
ImageUtils.ImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageUtils.ImageType[] |
ImageUtils.ImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ImageUtils.writeImageToFile(File file,
java.awt.image.BufferedImage bufferedImage,
ImageUtils.ImageType imageType)
Writes an image to a file.
|