public class Image extends Object
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
static void |
create(MasterInfo info,
String path)
Write a new image to path.
|
static void |
load(MasterInfo info,
String path) |
public static void load(MasterInfo info, String path) throws IOException
IOExceptionpublic static void create(MasterInfo info, String path) throws IOException
info - the master info to generate the imagepath - the new image pathIOExceptionCopyright © 2013. All rights reserved.