DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class OutputIntent

java.lang.Object
  extended by com.cete.dynamicpdf.OutputIntent

public class OutputIntent
extends java.lang.Object

Represents an output intents.

Licensing:
This property is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Constructor Summary
OutputIntent(java.lang.String outputCondition, java.lang.String outputConditionIdentifier, java.lang.String registryName)
          Initializes a new instance of the OutputIntent class.
OutputIntent(java.lang.String outputCondition, java.lang.String outputConditionIdentifier, java.lang.String registryName, java.lang.String info)
          Initializes a new instance of the OutputIntent class.
OutputIntent(java.lang.String outputCondition, java.lang.String outputConditionIdentifier, java.lang.String registryName, java.lang.String info, IccProfile iccProfile)
          Initializes a new instance of the OutputIntent class.
 
Method Summary
static OutputIntent getIfraNewsPrint22()
          Gets the Ifra Newsprint 22 OutputIntent.
static OutputIntent getIfraNewsPrint28()
          Gets the Ifra Newsprint 28 OutputIntent.
 java.lang.String getInfo()
          Gets the additional information of the output intent.
static OutputIntent getIsoCoated()
          Gets the ISO Coated OutputIntent.
static OutputIntent getIsoUncoated()
          Gets the ISO Uncoated OutputIntent.
static OutputIntent getIsoUncoatedYellowish()
          Gets the ISO Uncoated Yellowish OutputIntent.
static OutputIntent getIsoWebCoated()
          Gets the ISO Web Coated OutputIntent.
 java.lang.String getOutputCondition()
          Gets the output condition of the output intent.
 java.lang.String getOutputConditionIdentifier()
          Gets the output condition identifier of the output intent.
 java.lang.String getRegistryName()
          Gets the registry name of the output intent.
static OutputIntent getUSWebCoatedSwop()
          Gets the US Web Coated (SWOP) v2 OutputIntent.
 OutputIntentVersion getVersion()
          Gets the OutputIntentVersion to PDF/X or PDF/A.
 void setDestOutputProfile(IccProfile iccProfile)
          Sets the destination output profile to the given IccProfile.
 void setInfo(java.lang.String value)
          Sets the additional information of the output intent.
 void setOutputCondition(java.lang.String value)
          Sets the output condition of the output intent.
 void setOutputConditionIdentifier(java.lang.String value)
          Sets the output condition identifier of the output intent.
 void setRegistryName(java.lang.String value)
          Sets the registry name of the output intent.
 void setVersion(OutputIntentVersion value)
          Sets the OutputIntentVersion to PDF/X or PDF/A.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputIntent

public OutputIntent(java.lang.String outputCondition,
                    java.lang.String outputConditionIdentifier,
                    java.lang.String registryName)
Initializes a new instance of the OutputIntent class.

Parameters:
outputCondition - The output condition.
outputConditionIdentifier - The output condition identifier.
registryName - The registry name.
See Also:
OutputIntent

OutputIntent

public OutputIntent(java.lang.String outputCondition,
                    java.lang.String outputConditionIdentifier,
                    java.lang.String registryName,
                    java.lang.String info)
Initializes a new instance of the OutputIntent class.

Parameters:
outputCondition - The output condition.
outputConditionIdentifier - The output condition identifier.
registryName - The registry name.
info - Additional information or comments.
See Also:
OutputIntent

OutputIntent

public OutputIntent(java.lang.String outputCondition,
                    java.lang.String outputConditionIdentifier,
                    java.lang.String registryName,
                    java.lang.String info,
                    IccProfile iccProfile)
Initializes a new instance of the OutputIntent class.

Parameters:
outputCondition - The output condition.
outputConditionIdentifier - The output condition identifier.
registryName - The registry name.
info - Additional information or comments.
iccProfile - The IccProfile to be used.
See Also:
OutputIntent
Method Detail

getUSWebCoatedSwop

public static OutputIntent getUSWebCoatedSwop()
Gets the US Web Coated (SWOP) v2 OutputIntent.

Returns:
the US Web Coated (SWOP) v2 OutputIntent.

getIsoWebCoated

public static OutputIntent getIsoWebCoated()
Gets the ISO Web Coated OutputIntent.

Returns:
the ISO Web Coated OutputIntent.

getIsoUncoated

public static OutputIntent getIsoUncoated()
Gets the ISO Uncoated OutputIntent.

Returns:
the ISO Uncoated OutputIntent.

getIsoUncoatedYellowish

public static OutputIntent getIsoUncoatedYellowish()
Gets the ISO Uncoated Yellowish OutputIntent.

Returns:
the ISO Uncoated Yellowish OutputIntent.

getIsoCoated

public static OutputIntent getIsoCoated()
Gets the ISO Coated OutputIntent.

Returns:
the ISO Coated OutputIntent.

getIfraNewsPrint28

public static OutputIntent getIfraNewsPrint28()
Gets the Ifra Newsprint 28 OutputIntent.

Returns:
the Ifra Newsprint 28 OutputIntent.

getIfraNewsPrint22

public static OutputIntent getIfraNewsPrint22()
Gets the Ifra Newsprint 22 OutputIntent.

Returns:
the Ifra Newsprint 22 OutputIntent.

getOutputCondition

public java.lang.String getOutputCondition()
Gets the output condition of the output intent.

Returns:
the output condition of the output intent.

setOutputCondition

public void setOutputCondition(java.lang.String value)
Sets the output condition of the output intent.

Parameters:
value - the output condition of the output intent.

getOutputConditionIdentifier

public java.lang.String getOutputConditionIdentifier()
Gets the output condition identifier of the output intent.

Returns:
the output condition identifier of the output intent.

setOutputConditionIdentifier

public void setOutputConditionIdentifier(java.lang.String value)
Sets the output condition identifier of the output intent.

Parameters:
value - the output condition identifier of the output intent.

getRegistryName

public java.lang.String getRegistryName()
Gets the registry name of the output intent.

Returns:
the registry name of the output intent.

setRegistryName

public void setRegistryName(java.lang.String value)
Sets the registry name of the output intent.

Parameters:
value - the registry name of the output intent.

getInfo

public java.lang.String getInfo()
Gets the additional information of the output intent.

Returns:
the additional information of the output intent.

setInfo

public void setInfo(java.lang.String value)
Sets the additional information of the output intent.

Parameters:
value - the additional information of the output intent.

setDestOutputProfile

public void setDestOutputProfile(IccProfile iccProfile)
Sets the destination output profile to the given IccProfile.

Parameters:
iccProfile - The IccProfile to be set.

getVersion

public OutputIntentVersion getVersion()
Gets the OutputIntentVersion to PDF/X or PDF/A.

Returns:
the OutputIntentVersion to PDF/X or PDF/A.

setVersion

public void setVersion(OutputIntentVersion value)
Sets the OutputIntentVersion to PDF/X or PDF/A.

Parameters:
value - the OutputIntentVersion to PDF/X or PDF/A.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software