Uses of Class
de.aristaflow.ilm.model.graphical.RenderOptions
-
-
Uses of RenderOptions in de.aristaflow.ilm.model.graphical
Methods in de.aristaflow.ilm.model.graphical that return RenderOptions Modifier and Type Method Description static RenderOptions
Transformation. toIlm(RenderOptions ro)
Methods in de.aristaflow.ilm.model.graphical with parameters of type RenderOptions Modifier and Type Method Description static RenderOptions
Transformation. fromIlm(GraphicalModelFactory gmf, RenderOptions ro)
-
Uses of RenderOptions in de.aristaflow.ilm.ws.core.processimagerenderer
Methods in de.aristaflow.ilm.ws.core.processimagerenderer with parameters of type RenderOptions Modifier and Type Method Description @Valid ProcessImageData
ProcessImageRendererWebService. getInstance(@Valid SessionToken session, UUID instId, @Valid RenderOptions options)
@Valid ProcessImageData
ProcessImageRendererWebService. getTemplate(@NotNull @Valid SessionToken session, @NotNull UUID templId, @Valid RenderOptions options)
@Valid ProcessImageData
ProcessImageRendererWebService. renderInstance(SessionToken session, @Valid Instance inst, @Valid RenderOptions options)
@Valid ProcessImageData
SimpleProcessImageRendererWebService. renderInstance(@Valid Instance inst, @Valid RenderOptions options)
@Valid ProcessImageData
ProcessImageRendererWebService. renderTemplate(SessionToken session, @Valid Template templ, @Valid RenderOptions options)
@Valid ProcessImageData
SimpleProcessImageRendererWebService. renderTemplate(@Valid Template templ, @Valid RenderOptions options)
-
Uses of RenderOptions in de.aristaflow.ilm.ws.rest.core.processimagerenderer
Methods in de.aristaflow.ilm.ws.rest.core.processimagerenderer with parameters of type RenderOptions Modifier and Type Method Description @Valid ProcessImageData
ProcessImageRendererRest. getInstance(@NotNull UUID instId, @NotNull @Valid RenderOptions options)
protected ProcessImageData
ProcessImageRendererRest. getInstanceNullOptions(UUID instId, RenderOptions options)
@Valid ProcessImageData
ProcessImageRendererRest. getTemplate(@NotNull UUID templId, @NotNull @Valid RenderOptions options)
protected ProcessImageData
ProcessImageRendererRest. getTemplateNullOptions(UUID templId, RenderOptions options)
-
Uses of RenderOptions in de.aristaflow.ilm.ws.rest.model.graphical
Fields in de.aristaflow.ilm.ws.rest.model.graphical declared as RenderOptions Modifier and Type Field Description @Valid RenderOptions
InstanceWithRenderOptions. options
@Valid RenderOptions
TemplateWithRenderOptions. options
-