Uses of Interface
org.apache.commons.imaging.icc.IccTagType
-
Packages that use IccTagType Package Description org.apache.commons.imaging.icc ICC color profile. -
-
Uses of IccTagType in org.apache.commons.imaging.icc
Classes in org.apache.commons.imaging.icc that implement IccTagType Modifier and Type Class Description class
IccTagTypes
Fields in org.apache.commons.imaging.icc declared as IccTagType Modifier and Type Field Description IccTagType
IccTag. fIccTagType
Methods in org.apache.commons.imaging.icc that return IccTagType Modifier and Type Method Description private IccTagType
IccProfileParser. getIccTagType(int quad)
Constructors in org.apache.commons.imaging.icc with parameters of type IccTagType Constructor Description IccTag(int signature, int offset, int length, IccTagType fIccTagType)
-