Uses of Enum Class
com.openhtmltopdf.svgsupport.BatikSVGDrawer.SvgExternalResourceMode
Packages that use BatikSVGDrawer.SvgExternalResourceMode
-
Uses of BatikSVGDrawer.SvgExternalResourceMode in com.openhtmltopdf.svgsupport
Methods in com.openhtmltopdf.svgsupport that return BatikSVGDrawer.SvgExternalResourceModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BatikSVGDrawer.SvgExternalResourceMode.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.SvgExternalResourceModeModifierConstructorDescriptionBatikSVGDrawer
(BatikSVGDrawer.SvgScriptMode scriptMode, BatikSVGDrawer.SvgExternalResourceMode externalResourceMode) Creates aSVGDrawer
that can allow arbitary scripts to run or allow arbitary external resources to be requested.