PDF Clown
0.1.2

org.pdfclown.documents.contents.colorSpaces
Class CalColorSpace

java.lang.Object
  extended by org.pdfclown.objects.PdfObjectWrapper<TDataObject>
      extended by org.pdfclown.documents.contents.colorSpaces.ColorSpace<PdfArray>
          extended by org.pdfclown.documents.contents.colorSpaces.CIEBasedColorSpace
              extended by org.pdfclown.documents.contents.colorSpaces.CalColorSpace
All Implemented Interfaces:
Cloneable, IPdfObjectWrapper
Direct Known Subclasses:
CalGrayColorSpace, CalRGBColorSpace

@PDF(value=PDF11)
public abstract class CalColorSpace
extends CIEBasedColorSpace

CIE-based calibrated color value [PDF:1.6:4.5.4].

Since:
0.1.0
Version:
0.1.1, 11/01/11
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
protected CalColorSpace(PdfDirectObject baseObject)
           
 
Method Summary
abstract  double[] getGamma()
          Gets the gamma of this color space.
 
Methods inherited from class org.pdfclown.documents.contents.colorSpaces.CIEBasedColorSpace
getBlackPoint, getDictionary, getWhitePoint
 
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

CalColorSpace

protected CalColorSpace(PdfDirectObject baseObject)
Method Detail

getGamma

public abstract double[] getGamma()
Gets the gamma of this color space.


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.