All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.batik.gvt.filter.filterDesc.txt Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version

Consider the following GVT node tree:

              +----+
              | N1 | BKGRND = new
              +----+
                /\
               /  \
              /    \
         +----+   +----+
         | N2 |   | N3 | Opacity=0.5
         +----+   +----+
          /|\       |  \
         .....      |   \
                    |    \
                  +----+ +----+
                  | N4 | | N5 | Filter = feOffset(src=Background)
                  +----+ +----+


N1.paint(G)
  Calls N2.paint(G)
  N2.paint does it's thing...






© 2015 - 2024 Weber Informatics LLC | Privacy Policy