
org.openpdf.renderer.function.postscript.operation.Not Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openpdf-renderer Show documentation
Show all versions of openpdf-renderer Show documentation
PDF renderer implementation supporting the subset of PDF 1.4 specification.
The newest version!
package org.openpdf.renderer.function.postscript.operation;
import java.util.Stack;
final class Not implements PostScriptOperation {
@Override
/**
* bool1|int1 not bool2|int2
*
* returns the logical negation of the operand if it is
* boolean. If the operand is an integer, not returns the
* bitwise complement (ones complement) of its binary
* representation.
*
* errors: stackunderflow, typecheck
*/
public void eval(Stack
© 2015 - 2025 Weber Informatics LLC | Privacy Policy