| 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 the
java.awt.image package. |
| org.apache.batik.ext.awt.image.renderable | |
| org.apache.batik.ext.awt.image.rendered |
| 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.
|
| Modifier and Type | Field | Description |
|---|---|---|
static PadMode |
PadMode.REPLICATE |
Pad edges by replicating edge pixels
|
static PadMode |
PadMode.WRAP |
Pad edges by replicating edge pixels
|
static PadMode |
PadMode.ZERO_PAD |
Pad edges with zeros
|
| 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 pad
|
PadMode |
PadRable8Bit.getPadMode() |
Get the current extension mode for pad
|
| 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 pad
|
void |
PadRable8Bit.setPadMode(PadMode padMode) |
Set the current extension mode for pad
|
| Constructor | Description |
|---|---|
PadRable8Bit(Filter src,
java.awt.geom.Rectangle2D padRect,
PadMode padMode) |
| Constructor | Description |
|---|---|
PadRed(CachableRed src,
java.awt.Rectangle bounds,
PadMode padMode,
java.awt.RenderingHints hints) |
Construct A Rendered Pad operation.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.