Package org.apache.pdfbox.filter
Class CCITTFaxDecoderStream.Node
- java.lang.Object
-
- org.apache.pdfbox.filter.CCITTFaxDecoderStream.Node
-
- Enclosing class:
- CCITTFaxDecoderStream
private static final class CCITTFaxDecoderStream.Node extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
canBeFill
(package private) boolean
isLeaf
(package private) CCITTFaxDecoderStream.Node
left
(package private) CCITTFaxDecoderStream.Node
right
(package private) int
value
-
Constructor Summary
Constructors Modifier Constructor Description private
Node()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
set(boolean next, CCITTFaxDecoderStream.Node node)
java.lang.String
toString()
(package private) CCITTFaxDecoderStream.Node
walk(boolean next)
-
-
-
Field Detail
-
left
CCITTFaxDecoderStream.Node left
-
right
CCITTFaxDecoderStream.Node right
-
value
int value
-
canBeFill
boolean canBeFill
-
isLeaf
boolean isLeaf
-
-
Method Detail
-
set
void set(boolean next, CCITTFaxDecoderStream.Node node)
-
walk
CCITTFaxDecoderStream.Node walk(boolean next)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-