Top Fields Constructors Methods
sun.java2d.cmm.lcms

pack-priv final Class LCMSProfile

extends Profile
Class Inheritance
Imports
java.util.Map, java.util.concurrent.ConcurrentHashMap, java.util.concurrent.locks.StampedLock, sun.java2d.cmm.Profile

Field Summary

Modifier and TypeField and Description
private final Object
private final StampedLock
private final Map<Integer, byte[]>

Constructor Summary

AccessConstructor and Description
pack-priv
LCMSProfile(long ptr, Object ref)

Method Summary

Modifier and TypeMethod and Description
pack-priv long
pack-priv byte[]
pack-priv byte[]
getTag(int sig)

pack-priv void
setTag(int tagSignature, byte[] data)

Inherited from sun.java2d.cmm.Profile:
getNativePtr

Field Detail

disposerReferentback to summary
private final Object disposerReferent
lockback to summary
private final StampedLock lock
tagsback to summary
private final Map<Integer, byte[]> tags

Constructor Detail

LCMSProfileback to summary
pack-priv LCMSProfile(long ptr, Object ref)

Method Detail

getLcmsPtrback to summary
pack-priv long getLcmsPtr()
getProfileDataback to summary
pack-priv byte[] getProfileData()
getTagback to summary
pack-priv byte[] getTag(int sig)
setTagback to summary
pack-priv void setTag(int tagSignature, byte[] data)