Package org.verapdf.features.gf.objects
Class GFOutputIntentsFeaturesObjectAdapter
- java.lang.Object
-
- org.verapdf.features.gf.objects.GFOutputIntentsFeaturesObjectAdapter
-
- All Implemented Interfaces:
FeaturesObjectAdapter,OutputIntentFeaturesObjectAdapter
public class GFOutputIntentsFeaturesObjectAdapter extends Object implements OutputIntentFeaturesObjectAdapter
Feature object for output intents- Author:
- Maksim Bezrukov
-
-
Constructor Summary
Constructors Constructor Description GFOutputIntentsFeaturesObjectAdapter(PDOutputIntent outInt, String iccProfileID)Constructs new OutputIntent Feature Object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getErrors()StringgetICCProfileID()StringgetInfo()StringgetOutputCondition()StringgetOutputConditionIdentifier()StringgetRegistryName()StringgetSubType()booleanisPDFObjectPresent()
-
-
-
Constructor Detail
-
GFOutputIntentsFeaturesObjectAdapter
public GFOutputIntentsFeaturesObjectAdapter(PDOutputIntent outInt, String iccProfileID)
Constructs new OutputIntent Feature Object- Parameters:
outInt- class represents OutputIntent objecticcProfileID- id of the icc profile which use in this outputIntent
-
-
Method Detail
-
getICCProfileID
public String getICCProfileID()
- Specified by:
getICCProfileIDin interfaceOutputIntentFeaturesObjectAdapter
-
getSubType
public String getSubType()
- Specified by:
getSubTypein interfaceOutputIntentFeaturesObjectAdapter
-
getOutputCondition
public String getOutputCondition()
- Specified by:
getOutputConditionin interfaceOutputIntentFeaturesObjectAdapter
-
getOutputConditionIdentifier
public String getOutputConditionIdentifier()
- Specified by:
getOutputConditionIdentifierin interfaceOutputIntentFeaturesObjectAdapter
-
getRegistryName
public String getRegistryName()
- Specified by:
getRegistryNamein interfaceOutputIntentFeaturesObjectAdapter
-
getInfo
public String getInfo()
- Specified by:
getInfoin interfaceOutputIntentFeaturesObjectAdapter
-
isPDFObjectPresent
public boolean isPDFObjectPresent()
- Specified by:
isPDFObjectPresentin interfaceFeaturesObjectAdapter
-
getErrors
public List<String> getErrors()
- Specified by:
getErrorsin interfaceFeaturesObjectAdapter
-
-