edu.umd.cs.jazz.io.svg
Class GText

java.lang.Object
  |
  +--edu.umd.cs.jazz.io.svg.GNode
        |
        +--edu.umd.cs.jazz.io.svg.GText

public class GText
extends GNode

Support tags in SVG


Field Summary
protected static java.awt.font.FontRenderContext frc
           
 
Fields inherited from class edu.umd.cs.jazz.io.svg.GNode
visualComps, visualLeaf
 
Constructor Summary
GText(org.w3c.dom.Node _node, GNode parent)
           
 
Method Summary
 void draw(GNode parent, java.util.Vector GNodes)
           
 void draw(java.util.Vector visualComps, java.util.Vector GNodes)
           
 void readText(java.util.Vector visualComps, java.util.Vector GNodes)
           
 
Methods inherited from class edu.umd.cs.jazz.io.svg.GNode
addStyle, addVisualComponent, addVisualComponentIntoTransform, copyStyleFromParent, getNodeName, interpreteColor, printName, printPath, readColor, readStyle, readTransform, readXLink, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frc

protected static final java.awt.font.FontRenderContext frc
Constructor Detail

GText

public GText(org.w3c.dom.Node _node,
             GNode parent)
Method Detail

draw

public void draw(GNode parent,
                 java.util.Vector GNodes)
Overrides:
draw in class GNode

draw

public void draw(java.util.Vector visualComps,
                 java.util.Vector GNodes)

readText

public void readText(java.util.Vector visualComps,
                     java.util.Vector GNodes)


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