Class TransparencyMask
java.lang.Object
org.apache.fop.afp.modca.AbstractAFPObject
org.apache.fop.afp.ioca.TransparencyMask
- All Implemented Interfaces:
Streamable
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractAFPObject
AbstractAFPObject.Category, AbstractAFPObject.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ImageSizeParameterprivate byte[]private static final intFields inherited from class AbstractAFPObject
LOG, SF_CLASS, SF_HEADER_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate byte[]voidDataStream objects must implement the writeToStream() method to write its data to the given OutputStreamMethods inherited from class AbstractAFPObject
copySF, copySF, truncate, writeChunksToStream, writeObjects
-
Field Details
-
MAX_DATA_LEN
private static final int MAX_DATA_LEN- See Also:
-
imageSizeParameter
-
maskData
private byte[] maskData
-
-
Constructor Details
-
TransparencyMask
-
-
Method Details
-
writeToStream
Description copied from interface:StreamableDataStream objects must implement the writeToStream() method to write its data to the given OutputStream- Parameters:
os- the outputsteam stream- Throws:
IOException- an I/O exception of some sort has occurred.
-
getImageEncodingParameter
private byte[] getImageEncodingParameter()
-