PDF Clown
0.1.2

org.pdfclown.documents.contents.colorSpaces
Class DeviceColorSpace

java.lang.Object
  extended by org.pdfclown.objects.PdfObjectWrapper<TDataObject>
      extended by org.pdfclown.documents.contents.colorSpaces.ColorSpace<PdfName>
          extended by org.pdfclown.documents.contents.colorSpaces.DeviceColorSpace
All Implemented Interfaces:
Cloneable, IPdfObjectWrapper
Direct Known Subclasses:
DeviceCMYKColorSpace, DeviceGrayColorSpace, DeviceRGBColorSpace

@PDF(value=PDF11)
public abstract class DeviceColorSpace
extends ColorSpace<PdfName>

Device color space [PDF:1.6:4.5.3].

Version:
0.1.1, 04/10/11
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
protected DeviceColorSpace(Document context, PdfName baseDataObject)
           
protected DeviceColorSpace(PdfDirectObject baseObject)
           
 
Method Summary
 
Methods inherited from class org.pdfclown.documents.contents.colorSpaces.ColorSpace
getColor, getComponentCount, getDefaultColor, getPaint, wrap
 
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper
checkCompatibility, clone, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceColorSpace

protected DeviceColorSpace(Document context,
                           PdfName baseDataObject)

DeviceColorSpace

protected DeviceColorSpace(PdfDirectObject baseObject)

PDF Clown
0.1.2

Project home page

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