Uses of Class
com.openhtmltopdf.svgsupport.BatikSVGDrawer.SvgExternalResourceMode
-
-
Uses of BatikSVGDrawer.SvgExternalResourceMode in com.openhtmltopdf.svgsupport
Methods in com.openhtmltopdf.svgsupport that return BatikSVGDrawer.SvgExternalResourceMode Modifier and Type Method Description static BatikSVGDrawer.SvgExternalResourceModeBatikSVGDrawer.SvgExternalResourceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BatikSVGDrawer.SvgExternalResourceMode[]BatikSVGDrawer.SvgExternalResourceMode. 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.SvgExternalResourceMode 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.
-