
org.openpdf.renderer.function.postscript.operation.False 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 False implements PostScriptOperation {
@Override
/**
* false false
*
* pushes a boolean object whose value is false on the
* operand stack. false is not an operator; it is a name in
* systemdict associated with the boolean value false.
*
* errors: stackoverflow
*/
public void eval(Stack
© 2015 - 2025 Weber Informatics LLC | Privacy Policy