Uses of Class
com.openhtmltopdf.svgsupport.BatikSVGDrawer.SvgScriptMode
-
-
Uses of BatikSVGDrawer.SvgScriptMode in com.openhtmltopdf.svgsupport
Methods in com.openhtmltopdf.svgsupport that return BatikSVGDrawer.SvgScriptMode Modifier and Type Method Description static BatikSVGDrawer.SvgScriptModeBatikSVGDrawer.SvgScriptMode. valueOf(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 aSVGDrawerthat can allow arbitary scripts to run or allow arbitary external resources to be requested.BatikSVGDrawer(BatikSVGDrawer.SvgScriptMode scriptMode, Set<String> allowedProtocols)Creates aSVGDrawerthat can allow arbitary scripts to run and allow the loading of external resources with the specified protocols.
-