Class GFICCOutputProfile
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.external.GFExternal
org.verapdf.gf.model.impl.external.GFICCProfile
org.verapdf.gf.model.impl.external.GFICCOutputProfile
- All Implemented Interfaces:
Object,External,ICCOutputProfile,ICCProfile
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.verapdf.gf.model.impl.external.GFICCProfile
getcolorSpace, getdeviceClass, getisValid, getN, getversionMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.external.ICCProfile
getcolorSpace, getdeviceClass, getisValid, getN, getversionMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
ICC_OUTPUT_PROFILE_TYPE
Type name forGFICCOutputProfile- See Also:
-
-
Constructor Details
-
GFICCOutputProfile
Default constructor- Parameters:
profile- icc profile objectsubtype- subtype value for current profile
-
-
Method Details
-
getS
Description copied from interface:ICCOutputProfilesubtype of the output profile- Specified by:
getSin interfaceICCOutputProfile- Returns:
- subtype of output intent, which use current ICC profile
-