Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
org.vectomatic.dom.svg.impl |
libgwtsvg implementation classes, not to be accessed directly.
|
Modifier and Type | Method and Description |
---|---|
OMSVGAnimatedNumberList |
OMSVGFEConvolveMatrixElement.getKernelMatrix()
Corresponds to attribute
OMSVGFEConvolveMatrixElement.getKernelMatrix()
on the given feConvolveMatrix element. |
OMSVGAnimatedNumberList |
OMSVGTextPositioningElement.getRotate()
Corresponds to attribute 'rotate' on the
given element.
|
OMSVGAnimatedNumberList |
OMSVGComponentTransferFunctionElement.getTableValues()
Corresponds to attribute
OMSVGComponentTransferFunctionElement.getTableValues()
on the given element. |
OMSVGAnimatedNumberList |
OMSVGFEColorMatrixElement.getValues()
Corresponds to attribute
OMSVGFEColorMatrixElement.getValues()
on the given feColorMatrix element. |
Modifier and Type | Method and Description |
---|---|
OMSVGAnimatedNumberList |
SVGFEConvolveMatrixElement.getKernelMatrix()
Corresponds to attribute
SVGFEConvolveMatrixElement.getKernelMatrix()
on the given feConvolveMatrix element. |
OMSVGAnimatedNumberList |
SVGTextPositioningElement.getRotate()
Corresponds to attribute 'rotate' on the
given element.
|
OMSVGAnimatedNumberList |
SVGComponentTransferFunctionElement.getTableValues()
Corresponds to attribute
SVGComponentTransferFunctionElement.getTableValues()
on the given element. |
OMSVGAnimatedNumberList |
SVGFEColorMatrixElement.getValues()
Corresponds to attribute
SVGFEColorMatrixElement.getValues()
on the given feColorMatrix element. |
Copyright © 2018. All Rights Reserved.