pt.tumba.parser.swf
Class SWFSaxWriter.Morph

java.lang.Object
  extended by pt.tumba.parser.swf.SaxHandlerBase.ElementType
      extended by pt.tumba.parser.swf.SaxHandlerBase.ContentElementType
          extended by pt.tumba.parser.swf.SaxHandlerBase.GatheringElementType
              extended by pt.tumba.parser.swf.SWFSaxWriter.Morph
Enclosing class:
SWFSaxWriter

protected class SWFSaxWriter.Morph
extends SaxHandlerBase.GatheringElementType

Description of the Class

Author:
unknown

Field Summary
protected  Rect endBounds
          Description of the Field
protected  Rect startBounds
          Description of the Field
 
Fields inherited from class pt.tumba.parser.swf.SaxHandlerBase.ContentElementType
attrs, buff
 
Constructor Summary
protected SWFSaxWriter.Morph()
           
 
Method Summary
 void endElement()
          Description of the Method
 boolean gatherElement(java.lang.String localName, org.xml.sax.Attributes atts)
          Description of the Method
 void startElement(org.xml.sax.Attributes atts)
          Description of the Method
 
Methods inherited from class pt.tumba.parser.swf.SaxHandlerBase.ContentElementType
characters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startBounds

protected Rect startBounds
Description of the Field


endBounds

protected Rect endBounds
Description of the Field

Constructor Detail

SWFSaxWriter.Morph

protected SWFSaxWriter.Morph()
Method Detail

startElement

public void startElement(org.xml.sax.Attributes atts)
                  throws java.lang.Exception
Description of the Method

Overrides:
startElement in class SaxHandlerBase.GatheringElementType
Parameters:
atts - Description of the Parameter
Throws:
java.lang.Exception - Description of the Exception

gatherElement

public boolean gatherElement(java.lang.String localName,
                             org.xml.sax.Attributes atts)
Description of the Method

Overrides:
gatherElement in class SaxHandlerBase.GatheringElementType
Parameters:
localName - Description of the Parameter
atts - Description of the Parameter
Returns:
Description of the Return Value

endElement

public void endElement()
                throws java.lang.Exception
Description of the Method

Overrides:
endElement in class SaxHandlerBase.ElementType
Throws:
java.lang.Exception - Description of the Exception