Package org.verapdf.pd
Class PDOutputIntent
- java.lang.Object
-
- org.verapdf.pd.PDObject
-
- org.verapdf.pd.PDOutputIntent
-
public class PDOutputIntent extends PDObject
- Author:
- Maksim Bezrukov
-
-
Constructor Summary
Constructors Constructor Description PDOutputIntent(COSObject obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColorSpace()COSObjectgetCOSDestOutputProfileRef()ICCProfilegetDestOutputProfile()StringgetDestOutputProfileIndirect()StringgetInfo()StringgetOutputCondition()StringgetOutputConditionIdentifier()StringgetRegistryName()StringgetSubtype()-
Methods inherited from class org.verapdf.pd.PDObject
clear, empty, getBooleanKey, getIntegerKey, getKey, getNameKey, getObject, getRealKey, getStringKey, knownKey, removeKey, setBooleanKey, setIntegerKey, setKey, setNameKey, setObject, setObject, setStringKey, updateFromObject, updateToObject
-
-
-
-
Constructor Detail
-
PDOutputIntent
public PDOutputIntent(COSObject obj)
-
-
Method Detail
-
getOutputCondition
public String getOutputCondition()
-
getOutputConditionIdentifier
public String getOutputConditionIdentifier()
-
getRegistryName
public String getRegistryName()
-
getInfo
public String getInfo()
-
getSubtype
public String getSubtype()
-
getColorSpace
public String getColorSpace()
-
getDestOutputProfile
public ICCProfile getDestOutputProfile()
-
getCOSDestOutputProfileRef
public COSObject getCOSDestOutputProfileRef()
-
getDestOutputProfileIndirect
public String getDestOutputProfileIndirect()
-
-