|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdip.gui.map.SymbolInjector
Adds Symbols from a SymbolPack into a Variant map. This should occur prior to Batik processing.
Constructor Summary | |
SymbolInjector(ClientFrame cf,
Variant variant,
MapGraphic mg,
SymbolPack sp)
Create a SymbolInjector Throws an IOException if URL resolving fails. |
Method Summary | |
org.w3c.dom.Document |
getDocument()
Get the XML DOM Document |
void |
inject()
Inject the Symbols into the Map SVG An exception is thrown if no <defs;> element (section) is found. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SymbolInjector(ClientFrame cf, Variant variant, MapGraphic mg, SymbolPack sp) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
Throws an IOException if URL resolving fails.
Method Detail |
public void inject() throws java.io.IOException
An exception is thrown if no <defs;> element (section) is found.
java.io.IOException
public org.w3c.dom.Document getDocument()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |