Uses of Class
org.apache.batik.gvt.filter.PadMode

Packages that use PadMode
org.apache.batik.gvt.filter Contains all of the interfaces for describing a set of standard image processing filters Java objects. 
org.apache.batik.refimpl.gvt.filter   
 

Uses of PadMode in org.apache.batik.gvt.filter
 

Fields in org.apache.batik.gvt.filter declared as PadMode
static PadMode PadMode.ZERO_PAD
          Pad edges with zeros
static PadMode PadMode.REPLICATE
          Pad edges by replicating edge pixels
 

Methods in org.apache.batik.gvt.filter that return PadMode
 PadMode PadRable.getPadMode()
          Get the current extension mode for pad
 

Methods in org.apache.batik.gvt.filter with parameters of type PadMode
 void PadRable.setPadMode(PadMode mode)
          Set the current extension mode for pad
 

Uses of PadMode in org.apache.batik.refimpl.gvt.filter
 

Methods in org.apache.batik.refimpl.gvt.filter that return PadMode
 PadMode ConcretePadRable.getPadMode()
          Get the current extension mode for pad
 

Methods in org.apache.batik.refimpl.gvt.filter with parameters of type PadMode
 void ConcretePadRable.setPadMode(PadMode padMode)
          Set the current extension mode for pad
 

Constructors in org.apache.batik.refimpl.gvt.filter with parameters of type PadMode
PadRed(CachableRed src, java.awt.Rectangle bounds, PadMode padMode, java.awt.RenderingHints hints)
          Construct A Rendered Pad operation.
ConcretePadRable(Filter src, java.awt.geom.Rectangle2D padRect, PadMode padMode)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.