Library | Package Java Toolkit

Class PDFColorDepth

package com.ptc.pfc.pfcExport;

public class PDFColorDepth
  implements jxenum



Description

This enumerated type contains possible color options.





Field Summary
static final int_PDF_CD_COLOR
    Integer value of enum value "PDF_CD_COLOR"
    
static final PDFColorDepthPDF_CD_COLOR
    Object value of enum value "PDF_CD_COLOR"
    
static final int_PDF_CD_GRAY
    Integer value of enum value "PDF_CD_GRAY"
    
static final PDFColorDepthPDF_CD_GRAY
    Object value of enum value "PDF_CD_GRAY"
    
static final int_PDF_CD_MONO
    Integer value of enum value "PDF_CD_MONO"
    
static final PDFColorDepthPDF_CD_MONO
    Object value of enum value "PDF_CD_MONO"
    
static final int_PDFColorDepth_null
    Enum null value.

Method Summary
static PDFColorDepthFromInt (int value)
    Creates enum object from an integer.
static PDFColorDepthFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static PDFColorDepthFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static PDFColorDepthFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.