jPod PDF library

Uses of Class
de.intarsys.pdf.st.STXRefEntry

Packages that use STXRefEntry
de.intarsys.pdf.st The storage level semantics of a PDF document. 
 

Uses of STXRefEntry in de.intarsys.pdf.st
 

Subclasses of STXRefEntry in de.intarsys.pdf.st
 class STXRefEntryCompressed
          An entry in a XRef stream.
 class STXRefEntryFree
          Represents a free object entry in a pdf xref table.
 class STXRefEntryOccupied
          Represents an occupied object entry in a pdf xref table.
 

Methods in de.intarsys.pdf.st that return STXRefEntry
 STXRefEntry STXRefEntryOccupied.copy()
           
 STXRefEntry STXRefEntryFree.copy()
           
 STXRefEntry STXRefEntryCompressed.copy()
           
abstract  STXRefEntry STXRefEntry.copy()
           
 STXRefEntry STXRefSection.getEntry(int number)
           
 

Methods in de.intarsys.pdf.st that return types with arguments of type STXRefEntry
 List<STXRefEntry> STTools.EntryCollector.getEntries()
           
static List<STXRefEntry> STTools.getOccupiedEntries(STXRefSection section)
           
 

Methods in de.intarsys.pdf.st with parameters of type STXRefEntry
 void STXRefSection.addEntry(STXRefEntry entry)
           
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.