-
- All Implemented Interfaces:
public final class LogicalScreenDescriptorPart of a GIF header information: how big the image is, is there a global color table available, and so on.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegercolorCountprivate final Dimensiondimensionprivate final BooleanhasGlobalColorTableprivate final UBytesizeOfGlobalColorTableprivate final UBytebackgroundColorIndexprivate final BytepixelAspectRatio
-
Method Summary
Modifier and Type Method Description final IntegergetColorCount()final DimensiongetDimension()final BooleangetHasGlobalColorTable()final UBytegetSizeOfGlobalColorTable()final UBytegetBackgroundColorIndex()final BytegetPixelAspectRatio()-
-
Method Detail
-
getColorCount
final Integer getColorCount()
-
getDimension
final Dimension getDimension()
-
getHasGlobalColorTable
final Boolean getHasGlobalColorTable()
-
getSizeOfGlobalColorTable
final UByte getSizeOfGlobalColorTable()
-
getBackgroundColorIndex
final UByte getBackgroundColorIndex()
-
getPixelAspectRatio
final Byte getPixelAspectRatio()
-
-
-
-