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

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

public class PdfBoolean
extends PdfObject

PDF Boolean object.

Author:
jsheets

Constructor Summary
PdfBoolean()
           
 
Method Summary
 boolean getValue()
           
 void setValue(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfBoolean

public PdfBoolean()
Method Detail

getValue

public boolean getValue()

setValue

public void setValue(boolean value)