java.io.Closeable, java.lang.AutoCloseable@Private
@Unstable
public class ImageWriter
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ImageWriter.Options |
Configurable options for image generation mapping pluggable components.
|
| Constructor | Description |
|---|---|
ImageWriter(ImageWriter.Options opts) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(TreePath e) |
|
void |
close() |
|
static ImageWriter.Options |
defaults() |
|
java.lang.String |
toString() |
public ImageWriter(ImageWriter.Options opts) throws java.io.IOException
java.io.IOExceptionpublic static ImageWriter.Options defaults()
public void accept(TreePath e) throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablejava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.