public enum PSLevel extends Enum<PSLevel> implements Serializable
Enum Constant and Description |
---|
LEVEL_2
PostScript level 2.
|
LEVEL_3
PostScript level 3.
|
Modifier and Type | Method and Description |
---|---|
String |
getDesc()
Retrieves the description of the PostScript level.
|
int |
getPsLevel()
Retrieves the PostScript level.
|
static PSLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PSLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PSLevel LEVEL_2
public static final PSLevel LEVEL_3
public static PSLevel[] values()
for (PSLevel c : PSLevel.values()) System.out.println(c);
public static PSLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getPsLevel()
public String getDesc()
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.