public class TifferAction extends Object implements de.cismet.cids.server.actions.ServerAction
ImageAnnotator| Modifier and Type | Class and Description |
|---|---|
static class |
TifferAction.ParameterType
DOCUMENT ME!
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_NAME |
| Constructor and Description |
|---|
TifferAction()
Creates a new TifferAction object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object body,
de.cismet.cids.server.actions.ServerActionParameter... params) |
String |
getTaskName() |
static void |
writeImage(RenderedImage image,
String format,
Object output)
A replacement of ImageIO.write() as it compresses JPGs to much.
|
public static final String ACTION_NAME
public Object execute(Object body, de.cismet.cids.server.actions.ServerActionParameter... params)
execute in interface de.cismet.cids.server.actions.ServerActionpublic static void writeImage(RenderedImage image, String format, Object output) throws IOException
image - DOCUMENT ME!format - DOCUMENT ME!output - DOCUMENT ME!IOException - DOCUMENT ME!public String getTaskName()
getTaskName in interface de.cismet.cids.server.actions.ServerActionCopyright © 2012–2025 cismet GmbH. All rights reserved.