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
- 
builder
public static DisplayPNGCharacteristicsDescriptor.DisplayPNGCharacteristicsDescriptorBuilder builder() - 
toBuilder
 - 
getWidth
public long getWidth() - 
getHeight
public long getHeight() - 
getBitDepth
public short getBitDepth() - 
getColorType
public short getColorType() - 
getCompression
public short getCompression() - 
getFilter
public short getFilter() - 
getInterlace
public short getInterlace() - 
getPlte
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -