
org.openpdf.renderer.function.postscript.operation.Dup 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 Dup implements PostScriptOperation {
@Override
/**
* any dup any any
*
* duplicates the top element on the operand stack.
* dup copies only the object; the value of a composite
* object is not copied but is shared.
* See Section 3.3, "Data Types and Objects."
*
* errors: stackoverflow, stackunderflow
*/
public void eval(Stack
© 2015 - 2025 Weber Informatics LLC | Privacy Policy