Class SVGReadParam

java.lang.Object
javax.imageio.IIOParam
javax.imageio.ImageReadParam
com.twelvemonkeys.imageio.plugins.svg.SVGReadParam

public class SVGReadParam extends ImageReadParam
Implementation of IamgeReadParam for SVG images. SVG images allows for different source render sizes.
  • Field Details

    • background

      private Paint background
    • baseURI

      private String baseURI
    • allowExternalResources

      private boolean allowExternalResources
  • Constructor Details

    • SVGReadParam

      public SVGReadParam()
  • Method Details

    • getBackgroundColor

      public Paint getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(Paint color)
    • getBaseURI

      public String getBaseURI()
    • setBaseURI

      public void setBaseURI(String baseURI)
    • setAllowExternalResources

      public void setAllowExternalResources(boolean allow)
    • isAllowExternalResources

      public boolean isAllowExternalResources()
    • canSetSourceRenderSize

      public boolean canSetSourceRenderSize()
      Overrides:
      canSetSourceRenderSize in class ImageReadParam