org.apache.poi.hwpf.model
Class FSPATable

java.lang.Object
  extended by org.apache.poi.hwpf.model.FSPATable

public final class FSPATable
extends java.lang.Object

This class holds all the FSPA (File Shape Address) structures.

Author:
Squeeself

Constructor Summary
FSPATable(byte[] tableStream, int fcPlcspa, int lcbPlcspa, java.util.List tpt)
           
 
Method Summary
 FSPA getFspaFromCp(int cp)
           
 FSPA[] getShapes()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSPATable

public FSPATable(byte[] tableStream,
                 int fcPlcspa,
                 int lcbPlcspa,
                 java.util.List tpt)
Method Detail

getFspaFromCp

public FSPA getFspaFromCp(int cp)

getShapes

public FSPA[] getShapes()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.