public class NDC
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX |
Constructor and Description |
---|
NDC() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static java.util.Stack |
cloneStack() |
static java.lang.String |
get() |
static int |
getDepth() |
static void |
inherit(java.util.Stack stack) |
static java.lang.String |
peek() |
static java.lang.String |
pop() |
static void |
push(java.lang.String message) |
static void |
remove() |
static void |
setMaxDepth(int maxDepth) |
public static final java.lang.String PREFIX
public static void clear()
public static java.util.Stack cloneStack()
public static void inherit(java.util.Stack stack)
public static java.lang.String get()
public static int getDepth()
public static java.lang.String pop()
public static java.lang.String peek()
public static void push(java.lang.String message)
public static void remove()
public static void setMaxDepth(int maxDepth)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"