|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectparser.Parser
parser.PainterParser
public class PainterParser
Nested Class Summary | |
---|---|
class |
PainterParser.PainterName
|
Constructor Summary | |
---|---|
PainterParser(GlobalLists globallists)
|
Method Summary | |
---|---|
IPainter |
createPainter(org.w3c.dom.Node painterNode)
|
IPainter |
getPainter(org.w3c.dom.Node node)
|
boolean |
isPainter(org.w3c.dom.Node node)
|
void |
readPainter(org.w3c.dom.NodeList painter)
|
void |
readPainterFile(java.lang.String FileName)
|
Methods inherited from class parser.Parser |
---|
readAttribute, readBoolean, readColor, readDouble, readVector3D |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PainterParser(GlobalLists globallists)
Method Detail |
---|
public void readPainterFile(java.lang.String FileName)
public void readPainter(org.w3c.dom.NodeList painter)
public boolean isPainter(org.w3c.dom.Node node)
public IPainter getPainter(org.w3c.dom.Node node)
public IPainter createPainter(org.w3c.dom.Node painterNode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |