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.imagepackage.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 PadModeSVGFeConvolveMatrixElementBridge. 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 PadModePadMode. REPLICATEPad edges by replicating edge pixelsstatic PadModePadMode. WRAPPad edges by replicating edge pixelsstatic PadModePadMode. ZERO_PADPad 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) PadModeConvolveMatrixRable8Bit. edgeMode(package private) PadModePadRable8Bit. padModeMethods in org.apache.batik.ext.awt.image.renderable that return PadMode Modifier and Type Method Description PadModeConvolveMatrixRable. getEdgeMode()Returns the current edge handling mode.PadModeConvolveMatrixRable8Bit. getEdgeMode()Returns the current edge handling mode.PadModePadRable. getPadMode()Get the current extension mode for padPadModePadRable8Bit. 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 voidConvolveMatrixRable. setEdgeMode(PadMode edgeMode)Sets the current edge handling mode.voidConvolveMatrixRable8Bit. setEdgeMode(PadMode edgeMode)Sets the current edge handling mode.voidPadRable. setPadMode(PadMode mode)Set the current extension mode for padvoidPadRable8Bit. 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) PadModePadRed. padModeConstructors 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.
-