Skip to content

Commit ea271d3

Browse files
committed
PDFBOX-4627, PDFBOX-5054: add javadoc
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1922862 13f79535-47bb-0310-9956-ffa450edef68
1 parent 02d02d1 commit ea271d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pdfbox/src/main/java/org/apache/pdfbox/contentstream/PDFStreamEngine.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,13 @@ public void decreaseLevel()
11711171
}
11721172
}
11731173

1174+
/**
1175+
* Tells whether color operators should be processed. To be used in some OperatorProcessor
1176+
* classes.
1177+
*
1178+
* @return true if color operators should be processed, false if not, e.g. in type3 charprocs
1179+
* with d1 or in uncolored tiling patterns.
1180+
*/
11741181
public boolean isShouldProcessColorOperators()
11751182
{
11761183
return shouldProcessColorOperators;

0 commit comments

Comments
 (0)