Hi, under http://xmlgraphics.apache.org/batik/using/architecture.html#lowLevelComponentsit is stated that "The *Graphic Vector Toolkit* (GVT) module, which represents a view of the DOM tree that is more suitable for for rendering and event handling purposes. This module describes DOM tree in terms of a tree of Java graphics objects."
Of what type are these Java graphics objects? Can I read in a SVG and then use GVT to obtain this tree of Java graphics objects? How? Thanks! jago