Uses of Class
org.apache.batik.ext.awt.image.PadMode
Packages that use PadMode
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Contains extensions to the
java.awt.image package.-
Uses of PadMode in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return PadModeModifier and TypeMethodDescriptionprotected static PadModeSVGFeConvolveMatrixElementBridge.convertEdgeMode(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 -
Uses of PadMode in org.apache.batik.ext.awt.image.renderable
Fields in org.apache.batik.ext.awt.image.renderable declared as PadModeModifier and TypeFieldDescription(package private) PadModeConvolveMatrixRable8Bit.edgeMode(package private) PadModePadRable8Bit.padModeMethods in org.apache.batik.ext.awt.image.renderable that return PadModeModifier and TypeMethodDescriptionConvolveMatrixRable.getEdgeMode()Returns the current edge handling mode.ConvolveMatrixRable8Bit.getEdgeMode()Returns the current edge handling mode.PadRable.getPadMode()Get the current extension mode for padPadRable8Bit.getPadMode()Get the current extension mode for padMethods in org.apache.batik.ext.awt.image.renderable with parameters of type PadModeModifier and TypeMethodDescriptionvoidConvolveMatrixRable.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 -
Uses of PadMode in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as PadModeConstructors in org.apache.batik.ext.awt.image.rendered with parameters of type PadModeModifierConstructorDescriptionPadRed(CachableRed src, Rectangle bounds, PadMode padMode, RenderingHints hints) Construct A Rendered Pad operation.