|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface specifies the scene graph. The scene graph is a tree of glyphs which describes in which order the glyphs will be rendered.
Copyright (c) 2000 Rutgers, The State University of New Jersey
| Method Summary | |
Glyph |
getGlyph(org.w3c.dom.Element model)
Gets the glyph corresponding to the id |
Glyph |
getRootGlyph()
Gets the root glyph of the scenegraph |
void |
putGlyph(org.w3c.dom.Element model,
Glyph glyph)
Sets the glyph corresponding to the id - updates child/parent relations |
Glyph |
removeGlyph(org.w3c.dom.Element model)
Removes the glyph corresponding to the id - updates child/parent relations |
void |
setRootGlyph(Glyph root)
Sets the root glyph of the scenegraph |
| Method Detail |
public void setRootGlyph(Glyph root)
public Glyph getRootGlyph()
public Glyph getGlyph(org.w3c.dom.Element model)
public void putGlyph(org.w3c.dom.Element model,
Glyph glyph)
public Glyph removeGlyph(org.w3c.dom.Element model)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||