public class IconFile extends Object
| Constructor and Description |
|---|
IconFile() |
| Modifier and Type | Method and Description |
|---|---|
IconDirectory |
getDirectory() |
IconImage[] |
getImages() |
static IconFile |
parse(File file) |
static IconFile |
parse(String filename) |
static IconFile |
read(IDataReader dr) |
void |
setDirectory(IconDirectory directory) |
void |
setImages(IconImage[] images) |
void |
write(IDataWriter dw) |
public static IconFile parse(String filename) throws IOException
IOExceptionpublic static IconFile parse(File file) throws IOException
IOExceptionpublic static IconFile read(IDataReader dr) throws IOException
IOExceptionpublic void write(IDataWriter dw) throws IOException
IOExceptionpublic IconDirectory getDirectory()
public void setDirectory(IconDirectory directory)
public IconImage[] getImages()
public void setImages(IconImage[] images)
Copyright © 2018. All Rights Reserved.