PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents.colorSpaces
Class DeviceColorSpace

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDirectObject>
      extended by it.stefanochizzolini.clown.documents.contents.colorSpaces.ColorSpace
          extended by it.stefanochizzolini.clown.documents.contents.colorSpaces.DeviceColorSpace
Direct Known Subclasses:
DeviceCMYKColorSpace, DeviceGrayColorSpace, DeviceRGBColorSpace

public abstract class DeviceColorSpace
extends ColorSpace

Device color space [PDF:1.6:4.5.3].

Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
protected DeviceColorSpace(Document context, PdfName baseDataObject)
           
protected DeviceColorSpace(PdfDirectObject baseObject, PdfIndirectObject container)
           
 
Method Summary
 
Methods inherited from class it.stefanochizzolini.clown.documents.contents.colorSpaces.ColorSpace
getColor, getDefaultColor, wrap, wrap
 
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper
clone, delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceColorSpace

protected DeviceColorSpace(Document context,
                           PdfName baseDataObject)

DeviceColorSpace

protected DeviceColorSpace(PdfDirectObject baseObject,
                           PdfIndirectObject container)

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.