it.stefanochizzolini.clown.objects
Class PdfBoolean
java.lang.Object
it.stefanochizzolini.clown.objects.PdfObject
it.stefanochizzolini.clown.objects.PdfDataObject
it.stefanochizzolini.clown.objects.PdfDirectObject
it.stefanochizzolini.clown.objects.PdfAtomicObject<Boolean>
it.stefanochizzolini.clown.objects.PdfBoolean
- All Implemented Interfaces:
- Cloneable, Comparable<PdfDirectObject>
public class PdfBoolean
- extends PdfAtomicObject<Boolean>
PDF boolean object [PDF:1.6:3.2.1].
- Version:
- 0.0.8
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
False
public static final PdfBoolean False
True
public static final PdfBoolean True
PdfBoolean
public PdfBoolean()
PdfBoolean
public PdfBoolean(boolean value)
clone
public Object clone(File context)
- Description copied from class:
PdfObject
- Gets the clone of the object, registered inside the given file context.
- Specified by:
clone
in class PdfObject
compareTo
public int compareTo(PdfDirectObject obj)
- Specified by:
compareTo
in interface Comparable<PdfDirectObject>
- Specified by:
compareTo
in class PdfDirectObject
writeTo
public void writeTo(IOutputStream stream)
- Description copied from class:
PdfObject
- Serializes the object to the given stream.
- Specified by:
writeTo
in class PdfObject
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.