intarsys PDF library API

Uses of Class
de.intarsys.pdf.cos.COSBoolean

Packages that use COSBoolean
de.intarsys.pdf.cos This package implements the low level document and its datatypes according to the pdf specification. 
de.intarsys.pdf.writer Serializing a PDF document. 
 

Uses of COSBoolean in de.intarsys.pdf.cos
 

Subclasses of COSBoolean in de.intarsys.pdf.cos
 class COSFalse
          Represents the boolean value "false".
 class COSTrue
          Represents the boolean value "true"
 

Fields in de.intarsys.pdf.cos declared as COSBoolean
static COSBoolean COSBoolean.FALSE
           
static COSBoolean COSBoolean.TRUE
           
 

Methods in de.intarsys.pdf.cos that return COSBoolean
 COSBoolean COSObject.asBoolean()
           
 COSBoolean COSBoolean.asBoolean()
           
static COSBoolean COSBoolean.create(boolean value)
           
 

Methods in de.intarsys.pdf.cos with parameters of type COSBoolean
 Object ICOSObjectVisitor.visitFromBoolean(COSBoolean bool)
          Notification of visit to COSBoolean object.
 Object COSObjectWalkerShallow.visitFromBoolean(COSBoolean bool)
           
 

Uses of COSBoolean in de.intarsys.pdf.writer
 

Methods in de.intarsys.pdf.writer with parameters of type COSBoolean
 Object COSWriter.visitFromBoolean(COSBoolean obj)
          visitFromBoolean.
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.