Interface | Description |
---|---|
HTMLObject |
An object that knows how to encode itself as an HTML string.
|
MIMEObject |
An object that knows how to encode itself as some sort of MIME type.
|
PNGObject |
An object that knows how to base64-encode itself as a PNG image.
|
Class | Description |
---|---|
ListToHTMLConverter |
Converter from
List to HTMLObject . |
MIMEConverter<I,O extends MIMEObject> |
Base class for plugins that convert things to
MIMEObject s. |
Copyright © 2014–2022 ImageJ. All rights reserved.