Package org.verapdf.gf.model.impl.pd
Class GFPDHalftone
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDHalftone
- All Implemented Interfaces:
Object,PDHalftone,PDObject
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFPDHalftone(PDHalftone dict) GFPDHalftone(PDHalftone dict, ASAtom colorantName) -
Method Summary
Modifier and TypeMethodDescriptioncolorant name from parent type 5 halftoneHalftone nameHalftone typegetLinkedObjects(String link) transfer functionMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getIDMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, 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.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Field Details
-
HALFTONE_TYPE
- See Also:
-
-
Constructor Details
-
GFPDHalftone
-
GFPDHalftone
-
-
Method Details
-
getHalftoneType
Description copied from interface:PDHalftoneHalftone type- Specified by:
getHalftoneTypein interfacePDHalftone
-
getHalftoneName
Description copied from interface:PDHalftoneHalftone name- Specified by:
getHalftoneNamein interfacePDHalftone
-
getTransferFunction
Description copied from interface:PDHalftonetransfer function- Specified by:
getTransferFunctionin interfacePDHalftone
-
getcolorantName
Description copied from interface:PDHalftonecolorant name from parent type 5 halftone- Specified by:
getcolorantNamein interfacePDHalftone
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-