org.apache.fop.pdf

Class PDFNull

Implemented Interfaces:
PDFWritable

public final class PDFNull
extends java.lang.Object
implements PDFWritable

Class representing a PDF name object.

Field Summary

static PDFNull
INSTANCE
Instance for the "null" object.

Method Summary

void
outputInline(OutputStream out, Writer writer)
String
toString()

Field Details

INSTANCE

public static final PDFNull INSTANCE
Instance for the "null" object.

Method Details

outputInline

public void outputInline(OutputStream out,
                         Writer writer)
            throws IOException
Specified by:
outputInline in interface PDFWritable

toString

public String toString()

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.