|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.newdawn.slick.svg.inkscape.GroupProcessor
public class GroupProcessor
TODO: Document this class
| Constructor Summary | |
|---|---|
GroupProcessor()
|
|
| Method Summary | |
|---|---|
boolean |
handles(org.w3c.dom.Element element)
Check if this processor handles the element specified |
void |
process(Loader loader,
org.w3c.dom.Element element,
Diagram diagram,
Transform t)
O |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupProcessor()
| Method Detail |
|---|
public boolean handles(org.w3c.dom.Element element)
ElementProcessor
handles in interface ElementProcessorelement - The element to check
ElementProcessor.handles(org.w3c.dom.Element)
public void process(Loader loader,
org.w3c.dom.Element element,
Diagram diagram,
Transform t)
throws ParsingException
process in interface ElementProcessorloader - The loader/context of the parsingelement - The element to be processeddiagram - The diagram to be builtt - The transform to apply to all elements at this level
ParsingException - Indicates an invalid content to an elementElementProcessor.process(org.newdawn.slick.svg.Loader, org.w3c.dom.Element, org.newdawn.slick.svg.Diagram, org.newdawn.slick.geom.Transform)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||