org.apache.poi.hpbf.model
Class EscherPart

java.lang.Object
  extended by org.apache.poi.hpbf.model.HPBFPart
      extended by org.apache.poi.hpbf.model.EscherPart
Direct Known Subclasses:
EscherDelayStm, EscherStm

public abstract class EscherPart
extends HPBFPart

Parent class of all Escher parts


Constructor Summary
EscherPart(org.apache.poi.poifs.filesystem.DirectoryNode baseDir, java.lang.String[] parts)
          Creates the Escher Part, and finds our child escher records
 
Method Summary
 org.apache.poi.ddf.EscherRecord[] getEscherRecords()
           
 
Methods inherited from class org.apache.poi.hpbf.model.HPBFPart
getData, getPath, writeOut
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EscherPart

public EscherPart(org.apache.poi.poifs.filesystem.DirectoryNode baseDir,
                  java.lang.String[] parts)
           throws java.io.IOException
Creates the Escher Part, and finds our child escher records

Throws:
java.io.IOException
Method Detail

getEscherRecords

public org.apache.poi.ddf.EscherRecord[] getEscherRecords()