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 classProfileTagTable.TagEntry -
Constructor Summary
Constructors Constructor Description ProfileTagTable() -
Method Summary
Modifier and Type Method Description voidaddTagEntry(ProfileTagTable.TagEntry tagEntry)intgetTagCount()java.util.List<ProfileTagTable.TagEntry>getTagEntries()ProfileTagTable.TagEntrygetTagEntry(ProfileTag profileTag)voidread(byte[] data)voidshowTable()
-
Constructor Details
-
ProfileTagTable
public ProfileTagTable()
-
-
Method Details
-
addTagEntry
-
read
public void read(byte[] data) -
getTagCount
public int getTagCount() -
getTagEntry
-
getTagEntries
-
showTable
public void showTable()
-