Package com.yubico.fido.metadata
Class DisplayPNGCharacteristicsDescriptor
- java.lang.Object
-
- com.yubico.fido.metadata.DisplayPNGCharacteristicsDescriptor
-
public final class DisplayPNGCharacteristicsDescriptor extends java.lang.ObjectThe DisplayPNGCharacteristicsDescriptor describes a PNG image characteristics as defined in the PNG [PNG] spec for IHDR (image header) and PLTE (palette table).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDisplayPNGCharacteristicsDescriptor.DisplayPNGCharacteristicsDescriptorBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DisplayPNGCharacteristicsDescriptor.DisplayPNGCharacteristicsDescriptorBuilderbuilder()booleanequals(java.lang.Object o)shortgetBitDepth()shortgetColorType()shortgetCompression()shortgetFilter()longgetHeight()shortgetInterlace()java.util.List<RgbPaletteEntry>getPlte()longgetWidth()inthashCode()DisplayPNGCharacteristicsDescriptor.DisplayPNGCharacteristicsDescriptorBuildertoBuilder()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static DisplayPNGCharacteristicsDescriptor.DisplayPNGCharacteristicsDescriptorBuilder builder()
-
toBuilder
public DisplayPNGCharacteristicsDescriptor.DisplayPNGCharacteristicsDescriptorBuilder 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
public java.util.List<RgbPaletteEntry> getPlte()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-