Package org.verapdf.pd
Class PDHalftone
- java.lang.Object
-
- org.verapdf.pd.PDObject
-
- org.verapdf.pd.PDHalftone
-
public class PDHalftone extends PDObject
- Author:
- Maksim Bezrukov
-
-
Constructor Summary
Constructors Constructor Description PDHalftone(COSObject obj)Constructing Halftone object from base object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFunctiongetCustomTransferFunction()StringgetHalftoneName()LonggetHalftoneType()-
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
-
PDHalftone
public PDHalftone(COSObject obj)
Constructing Halftone object from base object- Parameters:
obj- base object for halftone. Can be name, dictionary or stream
-
-
Method Detail
-
getHalftoneType
public Long getHalftoneType()
-
getHalftoneName
public String getHalftoneName()
-
getCustomTransferFunction
public PDFunction getCustomTransferFunction()
-
-