public static final class Configuration.OutputIntentDefaultProfile extends Enum
An enum containing default profiles for output intents.
Modifier and Type | Field and Description |
---|---|
static Configuration.OutputIntentDefaultProfile |
FOGRA39
"Coated FOGRA39" output intent default profile.
|
static Configuration.OutputIntentDefaultProfile |
GRACOL
"Coated GRACoL 2006" output intent default profile.
|
static Configuration.OutputIntentDefaultProfile |
IFRA
"ISO News print 26% (IFRA)" output intent default profile.
|
static Configuration.OutputIntentDefaultProfile |
JAPAN
"Japan Color 2001 Coated" output intent default profile.
|
static Configuration.OutputIntentDefaultProfile |
JAPAN_NEWSPAPER
"Japan Color 2001 Newspaper" output intent default profile.
|
static Configuration.OutputIntentDefaultProfile |
JAPAN_UNCOATED
"Japan Color 2001 Uncoated" output intent default profile.
|
static Configuration.OutputIntentDefaultProfile |
JAPAN_WEB
"Japan Web Coated (Ad)" output intent default profile.
|
static Configuration.OutputIntentDefaultProfile |
SWOP
"US Web Coated (SWOP) v2" output intent default profile.
|
static Configuration.OutputIntentDefaultProfile |
SWOP_3
"Web Coated SWOP 2006 Grade 3 Paper" output intent default profile.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Configuration.OutputIntentDefaultProfile |
valueOf(String name) |
static Configuration.OutputIntentDefaultProfile[] |
values() |
public static final Configuration.OutputIntentDefaultProfile FOGRA39
"Coated FOGRA39" output intent default profile.
public static final Configuration.OutputIntentDefaultProfile GRACOL
"Coated GRACoL 2006" output intent default profile.
public static final Configuration.OutputIntentDefaultProfile IFRA
"ISO News print 26% (IFRA)" output intent default profile.
public static final Configuration.OutputIntentDefaultProfile JAPAN
"Japan Color 2001 Coated" output intent default profile.
public static final Configuration.OutputIntentDefaultProfile JAPAN_NEWSPAPER
"Japan Color 2001 Newspaper" output intent default profile.
public static final Configuration.OutputIntentDefaultProfile JAPAN_UNCOATED
"Japan Color 2001 Uncoated" output intent default profile.
public static final Configuration.OutputIntentDefaultProfile JAPAN_WEB
"Japan Web Coated (Ad)" output intent default profile.
public static final Configuration.OutputIntentDefaultProfile SWOP
"US Web Coated (SWOP) v2" output intent default profile.
public static final Configuration.OutputIntentDefaultProfile SWOP_3
"Web Coated SWOP 2006 Grade 3 Paper" output intent default profile.
public static Configuration.OutputIntentDefaultProfile[] values()
public static Configuration.OutputIntentDefaultProfile valueOf(String name)
public String getValue()
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.