Uses of Interface
org.uberfire.ext.editor.commons.client.file.exports.svg.IContext2D
-
Packages that use IContext2D Package Description org.uberfire.ext.editor.commons.client.file.exports.jso.svg org.uberfire.ext.editor.commons.client.file.exports.svg -
-
Uses of IContext2D in org.uberfire.ext.editor.commons.client.file.exports.jso.svg
Classes in org.uberfire.ext.editor.commons.client.file.exports.jso.svg that implement IContext2D Modifier and Type Class Description classC2SContext2DDelegation class to allow the abstraction ofIContext2D, since the JsInterop classes does not allow methods override withJsOverlayannotation. -
Uses of IContext2D in org.uberfire.ext.editor.commons.client.file.exports.svg
Methods in org.uberfire.ext.editor.commons.client.file.exports.svg that return IContext2D Modifier and Type Method Description static IContext2DContext2DFactory. create(SvgExportSettings settings)Methods in org.uberfire.ext.editor.commons.client.file.exports.svg with parameters of type IContext2D Modifier and Type Method Description protected Optional<org.jboss.errai.common.client.dom.Blob>SvgFileExport. getContent(IContext2D entity)
-