public class IccProfile extends abstractTiffType
| Modifier and Type | Class and Description |
|---|---|
static class |
IccProfile.ProfileClass |
| Constructor and Description |
|---|
IccProfile()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IccProfileCreator |
getCreator()
Gets the creator.
|
String |
getDescription()
Gets the description.
|
boolean |
getEmbedded()
Gets the embedded.
|
IccProfile.ProfileClass |
getProfileClass() |
String |
getVersion()
Gets the version.
|
void |
read(TagValue tv)
Reads the desired values of the ICCProfile.
|
String |
toString() |
containsMetadata, createMetadata, getTypeSize, isIFD, read, setIsIFD, setTypeSize, toByte, toInt, toUintgetContainer, setContainerpublic IccTags tags
public String getDescription()
public String getVersion()
public boolean getEmbedded()
public IccProfileCreator getCreator()
public IccProfile.ProfileClass getProfileClass()
public void read(TagValue tv)
read in class abstractTiffTypetv - the TagValue containing the array of bytes of the ICCProfileCopyright © 2015–2020. All rights reserved.