public static class Configuration.OutputIntent extends Object
A type containing data for an output intents.
| Constructor and Description |
|---|
OutputIntent() |
OutputIntent(Configuration.OutputIntentDefaultProfile identifier,
byte[] data,
String url)
Deprecated.
|
OutputIntent(String identifier,
byte[] data,
String url)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration.OutputIntent |
setData(byte[] value)
The profile data.
|
Configuration.OutputIntent |
setIdentifier(Configuration.OutputIntentDefaultProfile value)
The identifier.
|
Configuration.OutputIntent |
setIdentifier(String value)
The identifier.
|
Configuration.OutputIntent |
setUrl(String value)
The profile URL.
|
public OutputIntent()
@Deprecated public OutputIntent(String identifier, byte[] data, String url)
@Deprecated public OutputIntent(Configuration.OutputIntentDefaultProfile identifier, byte[] data, String url)
public Configuration.OutputIntent setIdentifier(String value)
The identifier.
Configuration.OutputIntent instance.public Configuration.OutputIntent setIdentifier(Configuration.OutputIntentDefaultProfile value)
The identifier.
Configuration.OutputIntent instance.public Configuration.OutputIntent setData(byte[] value)
The profile data.
Configuration.OutputIntent instance.public Configuration.OutputIntent setUrl(String value)
The profile URL.
Configuration.OutputIntent instance.This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.