Uses of Class
com.openhtmltopdf.svgsupport.BatikSVGDrawer.SvgScriptMode
-
Packages that use BatikSVGDrawer.SvgScriptMode Package Description com.openhtmltopdf.svgsupport -
-
Uses of BatikSVGDrawer.SvgScriptMode in com.openhtmltopdf.svgsupport
Methods in com.openhtmltopdf.svgsupport that return BatikSVGDrawer.SvgScriptMode Modifier and Type Method Description static BatikSVGDrawer.SvgScriptMode
BatikSVGDrawer.SvgScriptMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BatikSVGDrawer.SvgScriptMode[]
BatikSVGDrawer.SvgScriptMode. 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.SvgScriptMode 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.BatikSVGDrawer(BatikSVGDrawer.SvgScriptMode scriptMode, java.util.Set<java.lang.String> allowedProtocols)
Creates aSVGDrawer
that can allow arbitary scripts to run and allow the loading of external resources with the specified protocols.
-