org.umber.crucible.grail.model.objects
Class PdfCatalog

java.lang.Object
  extended byorg.umber.crucible.grail.model.objects.PdfObject
      extended byorg.umber.crucible.grail.model.objects.PdfCatalog

public class PdfCatalog
extends PdfObject

PDF Catalog.

Author:
jsheets

Constructor Summary
PdfCatalog()
           
 
Method Summary
 PdfPages getPages()
           
 void setPages(PdfPages pages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfCatalog

public PdfCatalog()
Method Detail

getPages

public PdfPages getPages()

setPages

public void setPages(PdfPages pages)