com.alibaba.simpleimage.codec.jpeg.ext
类 ExtendImageHeader
java.lang.Object
com.alibaba.simpleimage.codec.jpeg.ext.ExtendImageHeader
public class ExtendImageHeader
- extends Object
- 作者:
- wendell
ExtendImageHeader
public ExtendImageHeader()
addExtraProperty
public void addExtraProperty(String name,
Object value)
getExtraProperty
public Object getExtraProperty(String name)
getExtraPropertyNames
public Set<String> getExtraPropertyNames()
removeProperty
public void removeProperty(String name)
isSawJFIFMarker
public boolean isSawJFIFMarker()
- 返回:
- the sawJFIFMarker
setSawJFIFMarker
public void setSawJFIFMarker(boolean sawJFIFMarker)
- 参数:
sawJFIFMarker - the sawJFIFMarker to set
isSawAdobeMarker
public boolean isSawAdobeMarker()
- 返回:
- the sawAdobeMarker
setSawAdobeMarker
public void setSawAdobeMarker(boolean sawAdobeMarker)
- 参数:
sawAdobeMarker - the sawAdobeMarker to set
getJFIFMajorVersion
public int getJFIFMajorVersion()
- 返回:
- the jFIFMajorVersion
setJFIFMajorVersion
public void setJFIFMajorVersion(int jFIFMajorVersion)
- 参数:
jFIFMajorVersion - the jFIFMajorVersion to set
getJFIFMinorVersion
public int getJFIFMinorVersion()
- 返回:
- the jFIFMinorVersion
setJFIFMinorVersion
public void setJFIFMinorVersion(int jFIFMinorVersion)
- 参数:
jFIFMinorVersion - the jFIFMinorVersion to set
getDensityUnit
public int getDensityUnit()
- 返回:
- the densityUnit
setDensityUnit
public void setDensityUnit(int densityUnit)
- 参数:
densityUnit - the densityUnit to set
getXDensity
public int getXDensity()
- 返回:
- the xDensity
setXDensity
public void setXDensity(int xDensity)
- 参数:
xDensity - the xDensity to set
getYDensity
public int getYDensity()
- 返回:
- the yDensity
setYDensity
public void setYDensity(int yDensity)
- 参数:
yDensity - the yDensity to set
getAdobeTransform
public int getAdobeTransform()
- 返回:
- the adobeTransform
setAdobeTransform
public void setAdobeTransform(int adobeTransform)
- 参数:
adobeTransform - the adobeTransform to set
isSawJFXXMarker
public boolean isSawJFXXMarker()
- 返回:
- the sawJFXXMarker
setSawJFXXMarker
public void setSawJFXXMarker(boolean sawJFXXMarker)
- 参数:
sawJFXXMarker - the sawJFXXMarker to set
isExistProfile
public boolean isExistProfile()
- 返回:
- the existProfile
setExistProfile
public void setExistProfile(boolean existProfile)
- 参数:
existProfile - the existProfile to set
setProfileData
public void setProfileData(byte[] profileData)
- 参数:
profileData - the profileData to set
getProfileData
public byte[] getProfileData()
Copyright © 2012–2013 Alibaba Group. All rights reserved.