PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents.objects
Class InlineImageBody

java.lang.Object
  extended by it.stefanochizzolini.clown.documents.contents.objects.ContentObject
      extended by it.stefanochizzolini.clown.documents.contents.objects.Operation
          extended by it.stefanochizzolini.clown.documents.contents.objects.InlineImageBody

public final class InlineImageBody
extends Operation

Inline image data (anonymous) operation [PDF:1.6:4.8.6].

Remarks

This is a figurative operation necessary to constrain the inline image data section within the content stream model.

Since:
0.0.4
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Field Summary
 
Fields inherited from class it.stefanochizzolini.clown.documents.contents.objects.Operation
operands, operator
 
Constructor Summary
InlineImageBody(IBuffer value)
           
 
Method Summary
 IBuffer getValue()
           
 void setValue(IBuffer value)
           
 void writeTo(IOutputStream stream)
          Writes PDF representation of the object to the target buffer.
 
Methods inherited from class it.stefanochizzolini.clown.documents.contents.objects.Operation
get, getOperands, getOperator, toString
 
Methods inherited from class it.stefanochizzolini.clown.documents.contents.objects.ContentObject
applyTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InlineImageBody

public InlineImageBody(IBuffer value)
Method Detail

getValue

public IBuffer getValue()

setValue

public void setValue(IBuffer value)
Since:
0.0.6

writeTo

public void writeTo(IOutputStream stream)
Description copied from class: ContentObject
Writes PDF representation of the object to the target buffer.

Overrides:
writeTo in class Operation

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.