|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.ImageExporter
public class ImageExporter
With this class the alignment panel can be exported to a PNG file.
Constructor Summary | |
---|---|
ImageExporter(AlignPanel alignPanel,
java.lang.String title,
int width,
int height,
java.io.File file)
Constructor of the image exporter. |
Method Summary | |
---|---|
java.awt.Graphics |
getGraphics()
|
void |
write()
Write the image to a PNG file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageExporter(AlignPanel alignPanel, java.lang.String title, int width, int height, java.io.File file)
alignPanel
- title
- width
- height
- file
- Method Detail |
---|
public void write()
public java.awt.Graphics getGraphics()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |