Package org.verapdf.gf.model.impl.pd
Class GFOutputIntents
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.pd.GFOutputIntents
-
- All Implemented Interfaces:
Object,OutputIntents
public class GFOutputIntents extends GenericModelObject implements OutputIntents
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringOUTPUT_INTENTSstatic StringOUTPUT_INTENTS_TYPE-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFOutputIntents(List<PDOutputIntent> outInts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColorSpace()List<? extends Object>getLinkedObjects(String link)BooleangetsameOutputProfileIndirect()have as the value of that key the same indirect object, which shall be a valid ICC profile stream.-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
OUTPUT_INTENTS_TYPE
public static final String OUTPUT_INTENTS_TYPE
- See Also:
- Constant Field Values
-
OUTPUT_INTENTS
public static final String OUTPUT_INTENTS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFOutputIntents
public GFOutputIntents(List<PDOutputIntent> outInts)
-
-
Method Detail
-
getsameOutputProfileIndirect
public Boolean getsameOutputProfileIndirect()
Description copied from interface:OutputIntentshave as the value of that key the same indirect object, which shall be a valid ICC profile stream.- Specified by:
getsameOutputProfileIndirectin interfaceOutputIntents
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getColorSpace
public String getColorSpace()
-
-