Uses of Class
edu.umd.cs.jazz.io.svg.GNode

Packages that use GNode
edu.umd.cs.jazz.io.svg   
 

Uses of GNode in edu.umd.cs.jazz.io.svg
 

Subclasses of GNode in edu.umd.cs.jazz.io.svg
 class GCircle
          Support tag in SVG
 class GEllipse
          Support tag in SVG
 class GG
          Support tag in SVG tag is the base grouping unit in svg
 class GImage
          Support tag in SVG current version handle only extenally refenced jpeg files
 class GLine
          Support tag in SVG
 class GPath
          Support tag in SVG This class is most widely used when handling adobe illustrator files angle is not supported now.
 class GPolygon
          Support tag in SVG
 class GPolyline
          Support tag in SVG
 class GRect
          Support tag in SVG Rounded rectangle and dashed rectangle is not suported
 class GSVG
          Support tag in SVG viewport does not support clipping feature in this version
 class GSymbol
          Support tags in SVG Currently, do nothing
 class GText
          Support tags in SVG
 class GUse
          Support tag in SVG
 

Fields in edu.umd.cs.jazz.io.svg declared as GNode
protected  GNode SVG.groot
           
 

Methods in edu.umd.cs.jazz.io.svg that return GNode
 GNode SVG.getRoot()
           
 GNode SVG.getNextNode(java.util.Vector GNodes)
           
protected  GNode SVG.makeNode(org.w3c.dom.Node node, java.util.Vector GNodes)
           
 

Methods in edu.umd.cs.jazz.io.svg with parameters of type GNode
 void GNode.draw(GNode parent, java.util.Vector GNodes)
           
 void GSVG.draw(GNode parent, java.util.Vector GNodes)
          Called for Cascaded SVG....
 void GText.draw(GNode parent, java.util.Vector GNodes)
           
 void GUse.draw(GNode parent, java.util.Vector GNodes)
           
 void GG.draw(GNode parent, java.util.Vector GNodes)
           
 

Constructors in edu.umd.cs.jazz.io.svg with parameters of type GNode
GNode(org.w3c.dom.Node _node, GNode _gparent)
           
GCircle(org.w3c.dom.Node _node, GNode parent)
           
GSVG(org.w3c.dom.Node _node, GNode parent)
           
GSymbol(org.w3c.dom.Node _node, GNode parent)
           
GRect(org.w3c.dom.Node _node, GNode parent)
           
GImage(org.w3c.dom.Node _node, GNode parent)
           
GEllipse(org.w3c.dom.Node _node, GNode parent)
           
GLine(org.w3c.dom.Node _node, GNode parent)
           
GPolygon(org.w3c.dom.Node _node, GNode parent)
           
GText(org.w3c.dom.Node _node, GNode parent)
           
GPath(org.w3c.dom.Node _node, GNode parent)
           
GUse(org.w3c.dom.Node _node, GNode parent)
           
GG(org.w3c.dom.Node _node, GNode parent)
           
GPolyline(org.w3c.dom.Node _node, GNode parent)
           
 



Copyright © 2001 by University of Maryland, College Park, MD 20742, USA All rights reserved.