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 RenderOptionsTransformation. toIlm(RenderOptions ro)Methods in de.aristaflow.ilm.model.graphical with parameters of type RenderOptions Modifier and Type Method Description static RenderOptionsTransformation. 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 ProcessImageDataProcessImageRendererWebService. getInstance(@Valid SessionToken session, UUID instId, @Valid RenderOptions options)@Valid ProcessImageDataProcessImageRendererWebService. getTemplate(@NotNull @Valid SessionToken session, @NotNull UUID templId, @Valid RenderOptions options)@Valid ProcessImageDataProcessImageRendererWebService. renderInstance(SessionToken session, @Valid Instance inst, @Valid RenderOptions options)@Valid ProcessImageDataSimpleProcessImageRendererWebService. renderInstance(@Valid Instance inst, @Valid RenderOptions options)@Valid ProcessImageDataProcessImageRendererWebService. renderTemplate(SessionToken session, @Valid Template templ, @Valid RenderOptions options)@Valid ProcessImageDataSimpleProcessImageRendererWebService. 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 ProcessImageDataProcessImageRendererRest. getInstance(@NotNull UUID instId, @NotNull @Valid RenderOptions options)protected ProcessImageDataProcessImageRendererRest. getInstanceNullOptions(UUID instId, RenderOptions options)@Valid ProcessImageDataProcessImageRendererRest. getTemplate(@NotNull UUID templId, @NotNull @Valid RenderOptions options)protected ProcessImageDataProcessImageRendererRest. 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 RenderOptionsInstanceWithRenderOptions. options@Valid RenderOptionsTemplateWithRenderOptions. options
-