public class IccProfileCreators extends Object
| Modifier and Type | Field and Description |
|---|---|
static HashMap<Integer,IccProfileCreator> |
creatorsMap
The tag map.
|
| Modifier | Constructor and Description |
|---|---|
protected |
IccProfileCreators()
Instantiates a new tiff tags.
|
| Modifier and Type | Method and Description |
|---|---|
static IccProfileCreator |
getIccProfile(int identifier)
Gets tag information.
|
static IccProfileCreators |
getIccProfileCreators()
Gets the tiff tags.
|
static boolean |
hasIccCreator(int id)
Checks for tag.
|
public static HashMap<Integer,IccProfileCreator> creatorsMap
protected IccProfileCreators()
throws ReadIccConfigIOException
ReadIccConfigIOException - the read icc config io exceptionpublic static IccProfileCreators getIccProfileCreators() throws ReadIccConfigIOException
ReadIccConfigIOException - the read icc config io exceptionpublic static IccProfileCreator getIccProfile(int identifier)
identifier - Tag idpublic static boolean hasIccCreator(int id)
id - the idCopyright © 2015–2020. All rights reserved.