Class SVGReadParam


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

      • Fields inherited from class javax.imageio.ImageReadParam

        canSetSourceRenderSize, destination, destinationBands, minProgressivePass, numProgressivePasses, sourceRenderSize
      • Fields inherited from class javax.imageio.IIOParam

        controller, defaultController, destinationOffset, destinationType, sourceBands, sourceRegion, sourceXSubsampling, sourceYSubsampling, subsamplingXOffset, subsamplingYOffset
    • Constructor Summary

      Constructors 
      Constructor Description
      SVGReadParam()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canSetSourceRenderSize()  
      java.awt.Paint getBackgroundColor()  
      java.lang.String getBaseURI()  
      void setBackgroundColor​(java.awt.Paint pColor)  
      void setBaseURI​(java.lang.String pBaseURI)  
      • Methods inherited from class javax.imageio.ImageReadParam

        getDestination, getDestinationBands, getSourceMaxProgressivePass, getSourceMinProgressivePass, getSourceNumProgressivePasses, getSourceRenderSize, setDestination, setDestinationBands, setDestinationType, setSourceProgressivePasses, setSourceRenderSize
      • Methods inherited from class javax.imageio.IIOParam

        activateController, getController, getDefaultController, getDestinationOffset, getDestinationType, getSourceBands, getSourceRegion, getSourceXSubsampling, getSourceYSubsampling, getSubsamplingXOffset, getSubsamplingYOffset, hasController, setController, setDestinationOffset, setSourceBands, setSourceRegion, setSourceSubsampling
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SVGReadParam

        public SVGReadParam()
    • Method Detail

      • getBackgroundColor

        public java.awt.Paint getBackgroundColor()
      • setBackgroundColor

        public void setBackgroundColor​(java.awt.Paint pColor)
      • getBaseURI

        public java.lang.String getBaseURI()
      • setBaseURI

        public void setBaseURI​(java.lang.String pBaseURI)
      • canSetSourceRenderSize

        public boolean canSetSourceRenderSize()
        Overrides:
        canSetSourceRenderSize in class javax.imageio.ImageReadParam