public class LensXmlManager
extends org.xml.sax.helpers.DefaultHandler
Constructor and Description |
---|
LensXmlManager(java.io.File file)
Instantiates a new lens xml manager.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColour() |
java.lang.String |
getName() |
void |
regenerate()
Regenerate.
|
void |
saveXML()
Save xml.
|
void |
setColour(java.lang.String colour) |
void |
setName(java.lang.String name) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public LensXmlManager(java.io.File file)
file
- the filepublic java.lang.String getColour()
public java.lang.String getName()
public void regenerate()
public void saveXML()
public void setColour(java.lang.String colour)
colour
- the colour to setpublic void setName(java.lang.String name)
name
- the name to set