Uses of Enum Class
com.openhtmltopdf.svgsupport.BatikSVGDrawer.SvgScriptMode
Packages that use BatikSVGDrawer.SvgScriptMode
-
Uses of BatikSVGDrawer.SvgScriptMode in com.openhtmltopdf.svgsupport
Methods in com.openhtmltopdf.svgsupport that return BatikSVGDrawer.SvgScriptModeModifier and TypeMethodDescriptionstatic BatikSVGDrawer.SvgScriptMode
Returns 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 aSVGDrawer
that can allow arbitary scripts to run or allow arbitary external resources to be requested.BatikSVGDrawer
(BatikSVGDrawer.SvgScriptMode scriptMode, Set<String> allowedProtocols) Creates aSVGDrawer
that can allow arbitary scripts to run and allow the loading of external resources with the specified protocols.