Package pixy.meta.icc
Class ProfileTagTable
java.lang.Object
pixy.meta.icc.ProfileTagTable
public class ProfileTagTable
extends java.lang.Object
ICC Profile Tag Table
- Version:
- 1.0 03/13/2015
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProfileTagTable.TagEntry
-
Constructor Summary
Constructors Constructor Description ProfileTagTable()
-
Method Summary
Modifier and Type Method Description void
addTagEntry(ProfileTagTable.TagEntry tagEntry)
int
getTagCount()
java.util.List<ProfileTagTable.TagEntry>
getTagEntries()
ProfileTagTable.TagEntry
getTagEntry(ProfileTag profileTag)
void
read(byte[] data)
void
showTable()
-
Constructor Details
-
ProfileTagTable
public ProfileTagTable()
-
-
Method Details
-
addTagEntry
-
read
public void read(byte[] data) -
getTagCount
public int getTagCount() -
getTagEntry
-
getTagEntries
-
showTable
public void showTable()
-