org.apache.batik.svggen
Class SVGFilterDescriptor
java.lang.Object
org.apache.batik.svggen.SVGFilterDescriptor
- public class SVGFilterDescriptor
- extends java.lang.Object
Used to represent an SVG Composite. This can be achieved with
to values: an SVG opacity and a filter
- Version:
- $Id: SVGFilterDescriptor.java,v 1.2 2003/08/08 11:39:20 vhardy Exp $
- Author:
- Vincent Hardy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGFilterDescriptor
public SVGFilterDescriptor(java.lang.String filterValue)
SVGFilterDescriptor
public SVGFilterDescriptor(java.lang.String filterValue,
org.w3c.dom.Element def)
getFilterValue
public java.lang.String getFilterValue()
getDef
public org.w3c.dom.Element getDef()
<oXygen/>
XML Editor
uses Batik from the Apache Foundation
to provide support for previewing SVG documents.
See the SVG Editor section
for more info.