Uses of Enum Class
com.openhtmltopdf.svgsupport.BatikSVGDrawer.SvgScriptMode
Packages that use BatikSVGDrawer.SvgScriptMode
-
Uses of BatikSVGDrawer.SvgScriptMode in com.openhtmltopdf.svgsupport
Subclasses with type arguments of type BatikSVGDrawer.SvgScriptMode in com.openhtmltopdf.svgsupportMethods in com.openhtmltopdf.svgsupport that return BatikSVGDrawer.SvgScriptModeModifier and TypeMethodDescriptionstatic BatikSVGDrawer.SvgScriptModeReturns the enum constant of this class with the specified name.static BatikSVGDrawer.SvgScriptMode[]BatikSVGDrawer.SvgScriptMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openhtmltopdf.svgsupport with parameters of type BatikSVGDrawer.SvgScriptModeModifierConstructorDescriptionBatikSVGDrawer(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.