
org.openpdf.renderer.function.postscript.operation.Ne 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 Ne implements PostScriptOperation {
@Override
/**
* any1 any2 ne bool
*
* pops two objects from the operand stack and pushes false
* if they are equal, or true if not. What it means for objects
* to be equal is presented in the description of the
* eq operator.
*
* errors: invalidaccess, stackunderflow
*/
public void eval(Stack
© 2015 - 2025 Weber Informatics LLC | Privacy Policy