Package | Description |
---|---|
com.xalys.xgl.browser.dom.html.svg | |
com.xalys.xgl.svg | |
com.xalys.xgl.svg.filter |
Modifier and Type | Method and Description |
---|---|
FilterResult |
SVGFEBlendElement.getResult() |
FilterResult |
SVGFEOffsetElement.getResult() |
FilterResult |
SVGFEGaussianBlurElement.getResult() |
FilterResult |
SVGFEColorMatrixElement.getResult() |
FilterResult |
SVGFEFloodElement.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
SVGFEBlendElement.setResult(FilterResult result) |
void |
SVGFEOffsetElement.setResult(FilterResult result) |
void |
SVGFEGaussianBlurElement.setResult(FilterResult result) |
void |
SVGFEColorMatrixElement.setResult(FilterResult result) |
void |
SVGFEFloodElement.setResult(FilterResult result) |
Modifier and Type | Method and Description |
---|---|
FilterResult |
FeColorMatrix.getResult() |
FilterResult |
FeBlend.getResult() |
FilterResult |
FeGaussianBlur.getResult() |
FilterResult |
FeOffset.getResult() |
Modifier and Type | Method and Description |
---|---|
FeColorMatrix |
FeColorMatrix.setResult(FilterResult result) |
FeBlend |
FeBlend.setResult(FilterResult result) |
FeGaussianBlur |
FeGaussianBlur.setResult(FilterResult result) |
FeOffset |
FeOffset.setResult(FilterResult result) |
Modifier and Type | Method and Description |
---|---|
FilterResult |
HasFilterPrimitiveAttributes.getResult() |
Modifier and Type | Method and Description |
---|---|
T |
HasFilterPrimitiveAttributes.setResult(FilterResult result) |
Constructor and Description |
---|
FilterIn(FilterResult filterResult) |
Copyright © 2018 Xalys. All rights reserved.