Uses of Enum Class
com.openhtmltopdf.svgsupport.BatikSVGDrawer.SvgExternalResourceMode
Packages that use BatikSVGDrawer.SvgExternalResourceMode
-
Uses of BatikSVGDrawer.SvgExternalResourceMode in com.openhtmltopdf.svgsupport
Subclasses with type arguments of type BatikSVGDrawer.SvgExternalResourceMode in com.openhtmltopdf.svgsupportMethods 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 aSVGDrawerthat can allow arbitary scripts to run or allow arbitary external resources to be requested.