Package com.yubico.fido.metadata
Class DisplayPNGCharacteristicsDescriptor
java.lang.Object
com.yubico.fido.metadata.DisplayPNGCharacteristicsDescriptor
The DisplayPNGCharacteristicsDescriptor describes a PNG image characteristics as defined in the
 PNG [PNG]
 spec for IHDR (image header) and PLTE (palette table).
- 
Method Details- 
builderpublic static DisplayPNGCharacteristicsDescriptor.DisplayPNGCharacteristicsDescriptorBuilder builder()
- 
toBuilder
- 
getWidthpublic long getWidth()
- 
getHeightpublic long getHeight()
- 
getBitDepthpublic short getBitDepth()
- 
getColorTypepublic short getColorType()
- 
getCompressionpublic short getCompression()
- 
getFilterpublic short getFilter()
- 
getInterlacepublic short getInterlace()
- 
getPlte
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-