Home » pdfbox-1.1.0-src » org.apache.pdfbox.pdmodel.graphics.color » [javadoc | source]
org.apache.pdfbox.pdmodel.graphics.color
public final class: PDColorSpaceFactory [javadoc | source]
java.lang.Object
   org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceFactory
This class represents a color space in a pdf document.
Method from org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceFactory Summary:
createColorSpace,   createColorSpace,   createColorSpace,   createColorSpace,   createColorSpace
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceFactory Detail:
 public static PDColorSpace createColorSpace(COSBase colorSpace) throws IOException 
    This will create the correct color space given the name.
 public static PDColorSpace createColorSpace(String colorSpaceName) throws IOException 
    This will create the correct color space given the name.
 public static PDColorSpace createColorSpace(COSBase colorSpace,
    Map colorSpaces) throws IOException 
    This will create the correct color space given the name.
 public static PDColorSpace createColorSpace(String colorSpaceName,
    Map colorSpaces) throws IOException 
    This will create the correct color space given the name.
 public static PDColorSpace createColorSpace(PDDocument doc,
    ColorSpace cs) throws IOException 
    This will create the correct color space from a java colorspace.