Class 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 1733416 2016-03-03 07:07:13Z gadams $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.w3c.dom.Element def  
      private java.lang.String filterValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      SVGFilterDescriptor​(java.lang.String filterValue)  
      SVGFilterDescriptor​(java.lang.String filterValue, org.w3c.dom.Element def)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Element getDef()  
      java.lang.String getFilterValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • def

        private org.w3c.dom.Element def
      • filterValue

        private java.lang.String filterValue
    • Constructor Detail

      • SVGFilterDescriptor

        public SVGFilterDescriptor​(java.lang.String filterValue)
      • SVGFilterDescriptor

        public SVGFilterDescriptor​(java.lang.String filterValue,
                                   org.w3c.dom.Element def)
    • Method Detail

      • getFilterValue

        public java.lang.String getFilterValue()
      • getDef

        public org.w3c.dom.Element getDef()