|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.PdfObject
org.pdfclown.objects.PdfDataObject
org.pdfclown.objects.PdfDirectObject
org.pdfclown.objects.PdfSimpleObject<Boolean>
org.pdfclown.objects.PdfBoolean
public final class PdfBoolean
PDF boolean object [PDF:1.6:3.2.1].
Field Summary | |
---|---|
static PdfBoolean |
False
|
static PdfBoolean |
True
|
Method Summary | |
---|---|
PdfObject |
accept(IVisitor visitor,
Object data)
Accepts a visit. |
int |
compareTo(PdfDirectObject obj)
|
static PdfBoolean |
get(Boolean value)
Gets the object equivalent to the given value. |
Boolean |
getValue()
Gets the high-level representation of the value. |
void |
writeTo(IOutputStream stream,
File context)
Serializes this object to the specified stream. |
Methods inherited from class org.pdfclown.objects.PdfSimpleObject |
---|
clone, equals, get, getParent, getRawValue, getValue, getValue, hashCode, isUpdateable, isUpdated, isVirtual, setRawValue, setUpdateable, setUpdated, setValue, setVirtual, swap, toString |
Methods inherited from class org.pdfclown.objects.PdfObject |
---|
clone, clone, getContainer, getDataContainer, getFile, getIndirectObject, getReference, resolve, resolve, unresolve, unresolve, update |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PdfBoolean False
public static final PdfBoolean True
Method Detail |
---|
public static PdfBoolean get(Boolean value)
public PdfObject accept(IVisitor visitor, Object data)
IVisitable
visitor
- Visiting object.data
- Supplemental data.
public int compareTo(PdfDirectObject obj)
compareTo
in interface Comparable<PdfDirectObject>
compareTo
in class PdfDirectObject
public Boolean getValue()
PdfSimpleObject
getValue
in class PdfSimpleObject<Boolean>
public void writeTo(IOutputStream stream, File context)
PdfObject
writeTo
in class PdfObject
stream
- Target stream.context
- File context.
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |