Uses of Class
org.apache.batik.ext.awt.image.PadMode

Packages that use PadMode
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.ext.awt.image Contains extensions to the java.awt.image package. 
org.apache.batik.ext.awt.image.renderable   
org.apache.batik.ext.awt.image.rendered   
 

Uses of PadMode in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return PadMode
protected static PadMode SVGFeConvolveMatrixElementBridge.convertEdgeMode(Element filterElement)
          Convert the 'edgeMode' attribute of the specified feConvolveMatrix filter primitive element.
 

Uses of PadMode in org.apache.batik.ext.awt.image
 

Fields in org.apache.batik.ext.awt.image declared as PadMode
static PadMode PadMode.ZERO_PAD
          Pad edges with zeros
static PadMode PadMode.REPLICATE
          Pad edges by replicating edge pixels
static PadMode PadMode.WRAP
          Pad edges by replicating edge pixels
 

Uses of PadMode in org.apache.batik.ext.awt.image.renderable
 

Methods in org.apache.batik.ext.awt.image.renderable that return PadMode
 PadMode PadRable.getPadMode()
          Get the current extension mode for pad
 PadMode ConvolveMatrixRable.getEdgeMode()
          Returns the current edge handling mode.
 PadMode ConvolveMatrixRable8Bit.getEdgeMode()
          Returns the current edge handling mode.
 PadMode PadRable8Bit.getPadMode()
          Get the current extension mode for pad
 

Methods in org.apache.batik.ext.awt.image.renderable with parameters of type PadMode
 void PadRable.setPadMode(PadMode mode)
          Set the current extension mode for pad
 void ConvolveMatrixRable.setEdgeMode(PadMode edgeMode)
          Sets the current edge handling mode.
 void ConvolveMatrixRable8Bit.setEdgeMode(PadMode edgeMode)
          Sets the current edge handling mode.
 void PadRable8Bit.setPadMode(PadMode padMode)
          Set the current extension mode for pad
 

Constructors in org.apache.batik.ext.awt.image.renderable with parameters of type PadMode
PadRable8Bit(Filter src, java.awt.geom.Rectangle2D padRect, PadMode padMode)
           
 

Uses of PadMode in org.apache.batik.ext.awt.image.rendered
 

Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type PadMode
PadRed(CachableRed src, java.awt.Rectangle bounds, PadMode padMode, java.awt.RenderingHints hints)
          Construct A Rendered Pad operation.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.