| Package | Description |
|---|---|
| org.apache.pdfbox.jbig2.image | |
| org.apache.pdfbox.jbig2.segments | |
| org.apache.pdfbox.jbig2.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
Bitmaps.blit(Bitmap src,
Bitmap dst,
int x,
int y,
CombinationOperator combinationOperator)
This method combines a given bitmap with the current instance.
|
static byte |
Bitmaps.combineBytes(byte value1,
byte value2,
CombinationOperator op)
The method combines two given bytes with an logical operator.
|
| Modifier and Type | Method and Description |
|---|---|
CombinationOperator |
RegionSegmentInformation.getCombinationOperator() |
CombinationOperator |
PageInformation.getCombinationOperator() |
CombinationOperator |
HalftoneRegion.getCombinationOperator() |
| Modifier and Type | Method and Description |
|---|---|
static CombinationOperator |
CombinationOperator.translateOperatorCodeToEnum(short combinationOperatorCode) |
static CombinationOperator |
CombinationOperator.valueOf(String name)
Returns 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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.