Uses of Interface
org.newdawn.slick.svg.inkscape.ElementProcessor

Packages that use ElementProcessor
org.newdawn.slick.svg Demo/Test SVG area. 
org.newdawn.slick.svg.inkscape   
 

Uses of ElementProcessor in org.newdawn.slick.svg
 

Methods in org.newdawn.slick.svg with parameters of type ElementProcessor
static void InkscapeLoader.addElementProcessor(ElementProcessor proc)
          Add an ElementProcessor which will be passed each element read as the Inkscape SVG document is processed.
 

Uses of ElementProcessor in org.newdawn.slick.svg.inkscape
 

Classes in org.newdawn.slick.svg.inkscape that implement ElementProcessor
 class DefsProcessor
          A processor for the defs node
 class EllipseProcessor
          Processor for and nodes marked as arcs
 class GroupProcessor
          TODO: Document this class
 class LineProcessor
          A processor for the element
 class PathProcessor
          A processor for the and elements marked as not an arc.
 class PolygonProcessor
          A processor for the and elements marked as not an arc.
 class RectProcessor
          A processor for the element.
 class UseProcessor
          Processor for the "use", a tag that allows references to other elements and cloning.
 



Copyright © 2006 New Dawn Software. All Rights Reserved.