| 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 CompositeRule |
SVGFeBlendElementBridge.convertMode(org.w3c.dom.Element filterElement,
BridgeContext ctx) |
Converts the 'mode' of the specified feBlend filter primitive.
|
protected static CompositeRule |
SVGFeCompositeElementBridge.convertOperator(org.w3c.dom.Element filterElement,
BridgeContext ctx) |
Converts the 'operator' attribute of the specified feComposite
filter primitive element.
|
| Modifier and Type | Field | Description |
|---|---|---|
static CompositeRule |
CompositeRule.ATOP |
Porter-Duff Source Atop Destination rule.
|
static CompositeRule |
CompositeRule.DARKEN |
FeBlend Darken rule.
|
static CompositeRule |
CompositeRule.IN |
Porter-Duff Source In Destination rule.
|
static CompositeRule |
CompositeRule.LIGHTEN |
FeBlend Lighten rule.
|
static CompositeRule |
CompositeRule.MULTIPLY |
FeBlend Multiply rule.
|
static CompositeRule |
CompositeRule.OUT |
Porter-Duff Source Out Destination rule.
|
static CompositeRule |
CompositeRule.OVER |
Porter-Duff Source Over Destination rule.
|
static CompositeRule |
CompositeRule.SCREEN |
FeBlend Screen rule.
|
static CompositeRule |
CompositeRule.XOR |
Xor rule.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CompositeRule |
CompositeRule.ARITHMETIC(float k1,
float k2,
float k3,
float k4) |
Factory to create artithmatic CompositeRules.
|
CompositeRule |
SVGComposite.getRule() |
| Constructor | Description |
|---|---|
SVGComposite(CompositeRule rule) |
| Modifier and Type | Field | Description |
|---|---|---|
protected CompositeRule |
CompositeRable8Bit.rule |
| Modifier and Type | Method | Description |
|---|---|---|
CompositeRule |
CompositeRable.getCompositeRule() |
Get the composite rule in use for combining the sources.
|
CompositeRule |
CompositeRable8Bit.getCompositeRule() |
Get the composite rule in use for combining the sources.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CompositeRable.setCompositeRule(CompositeRule cr) |
Set the composite rule to use for combining the sources.
|
void |
CompositeRable8Bit.setCompositeRule(CompositeRule cr) |
Set the composite rule to use for combining the sources.
|
| Constructor | Description |
|---|---|
CompositeRable8Bit(java.util.List srcs,
CompositeRule rule,
boolean csIsLinear) |
| Constructor | Description |
|---|---|
CompositeRed(java.util.List srcs,
CompositeRule rule) |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.