Class DisplayPNGCharacteristicsDescriptor
java.lang.Object
com.webauthn4j.metadata.data.statement.DisplayPNGCharacteristicsDescriptor
The DisplayPNGCharacteristicsDescriptor describes a PNG image characteristics as defined in the PNG spec for IHDR (image header) and PLTE (palette table)
-
Constructor Summary
ConstructorsConstructorDescriptionDisplayPNGCharacteristicsDescriptor(@NotNull BigInteger width, @NotNull BigInteger height, @NotNull Short bitDepth, @NotNull Short colorType, @NotNull Short compression, @NotNull Short filter, @NotNull Short interlace, @Nullable List<RGBPaletteEntry> plte) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull Short@NotNull Short@NotNull Short@NotNull Short@NotNull BigInteger@NotNull Short@Nullable List<RGBPaletteEntry>getPlte()@NotNull BigIntegergetWidth()inthashCode()
-
Constructor Details
-
DisplayPNGCharacteristicsDescriptor
public DisplayPNGCharacteristicsDescriptor(@NotNull @NotNull BigInteger width, @NotNull @NotNull BigInteger height, @NotNull @NotNull Short bitDepth, @NotNull @NotNull Short colorType, @NotNull @NotNull Short compression, @NotNull @NotNull Short filter, @NotNull @NotNull Short interlace, @Nullable @Nullable List<RGBPaletteEntry> plte)
-
-
Method Details