Uses of Class
com.openhtmltopdf.svgsupport.BatikSVGDrawer.SvgExternalResourceMode
-
Packages that use BatikSVGDrawer.SvgExternalResourceMode Package Description com.openhtmltopdf.svgsupport -
-
Uses of BatikSVGDrawer.SvgExternalResourceMode in com.openhtmltopdf.svgsupport
Methods in com.openhtmltopdf.svgsupport that return BatikSVGDrawer.SvgExternalResourceMode Modifier and Type Method Description static BatikSVGDrawer.SvgExternalResourceMode
BatikSVGDrawer.SvgExternalResourceMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BatikSVGDrawer.SvgExternalResourceMode[]
BatikSVGDrawer.SvgExternalResourceMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.openhtmltopdf.svgsupport with parameters of type BatikSVGDrawer.SvgExternalResourceMode Constructor Description BatikSVGDrawer(BatikSVGDrawer.SvgScriptMode scriptMode, BatikSVGDrawer.SvgExternalResourceMode externalResourceMode)
Creates aSVGDrawer
that can allow arbitary scripts to run or allow arbitary external resources to be requested.
-