Uses of Class
org.apache.batik.ext.awt.image.PadMode
-
Packages that use PadMode Package Description 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 thejava.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 Modifier and Type Method Description protected static PadMode
SVGFeConvolveMatrixElementBridge. convertEdgeMode(org.w3c.dom.Element filterElement, BridgeContext ctx)
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 Modifier and Type Field Description static PadMode
PadMode. REPLICATE
Pad edges by replicating edge pixelsstatic PadMode
PadMode. WRAP
Pad edges by replicating edge pixelsstatic PadMode
PadMode. ZERO_PAD
Pad edges with zeros -
Uses of PadMode in org.apache.batik.ext.awt.image.renderable
Fields in org.apache.batik.ext.awt.image.renderable declared as PadMode Modifier and Type Field Description (package private) PadMode
ConvolveMatrixRable8Bit. edgeMode
(package private) PadMode
PadRable8Bit. padMode
Methods in org.apache.batik.ext.awt.image.renderable that return PadMode Modifier and Type Method Description PadMode
ConvolveMatrixRable. getEdgeMode()
Returns the current edge handling mode.PadMode
ConvolveMatrixRable8Bit. getEdgeMode()
Returns the current edge handling mode.PadMode
PadRable. getPadMode()
Get the current extension mode for padPadMode
PadRable8Bit. getPadMode()
Get the current extension mode for padMethods in org.apache.batik.ext.awt.image.renderable with parameters of type PadMode Modifier and Type Method Description void
ConvolveMatrixRable. setEdgeMode(PadMode edgeMode)
Sets the current edge handling mode.void
ConvolveMatrixRable8Bit. setEdgeMode(PadMode edgeMode)
Sets the current edge handling mode.void
PadRable. setPadMode(PadMode mode)
Set the current extension mode for padvoid
PadRable8Bit. setPadMode(PadMode padMode)
Set the current extension mode for padConstructors in org.apache.batik.ext.awt.image.renderable with parameters of type PadMode Constructor Description PadRable8Bit(Filter src, java.awt.geom.Rectangle2D padRect, PadMode padMode)
-
Uses of PadMode in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as PadMode Modifier and Type Field Description (package private) PadMode
PadRed. padMode
Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type PadMode Constructor Description PadRed(CachableRed src, java.awt.Rectangle bounds, PadMode padMode, java.awt.RenderingHints hints)
Construct A Rendered Pad operation.
-