Uses of Enum
org.apache.pdfbox.jbig2.util.CombinationOperator
Packages that use CombinationOperator
Package
Description
-
Uses of CombinationOperator in org.apache.pdfbox.jbig2.image
Methods in org.apache.pdfbox.jbig2.image with parameters of type CombinationOperatorModifier and TypeMethodDescriptionstatic voidBitmaps.blit(Bitmap src, Bitmap dst, int x, int y, CombinationOperator combinationOperator) This method combines a given bitmap with the current instance.static byteBitmaps.combineBytes(byte value1, byte value2, CombinationOperator op) The method combines two given bytes with an logical operator. -
Uses of CombinationOperator in org.apache.pdfbox.jbig2.segments
Methods in org.apache.pdfbox.jbig2.segments that return CombinationOperatorModifier and TypeMethodDescriptionHalftoneRegion.getCombinationOperator()PageInformation.getCombinationOperator()RegionSegmentInformation.getCombinationOperator() -
Uses of CombinationOperator in org.apache.pdfbox.jbig2.util
Subclasses with type arguments of type CombinationOperator in org.apache.pdfbox.jbig2.utilModifier and TypeClassDescriptionenumThis enumeration keeps the available logical operator defined in the JBIG2 ISO standard.Methods in org.apache.pdfbox.jbig2.util that return CombinationOperatorModifier and TypeMethodDescriptionstatic CombinationOperatorCombinationOperator.translateOperatorCodeToEnum(short combinationOperatorCode) static CombinationOperatorReturns the enum constant of this type with the specified name.static CombinationOperator[]CombinationOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.