-
public final class LogicalScreenDescriptorPart of a GIF's 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 IntegersizeOfGlobalColorTableprivate final BytebackgroundColorIndexprivate final BytepixelAspectRatio
-
Method Summary
Modifier and Type Method Description final IntegergetColorCount()final DimensiongetDimension()final BooleangetHasGlobalColorTable()final IntegergetSizeOfGlobalColorTable()final BytegetBackgroundColorIndex()final BytegetPixelAspectRatio()-
-
Method Detail
-
getColorCount
final Integer getColorCount()
-
getDimension
final Dimension getDimension()
-
getHasGlobalColorTable
final Boolean getHasGlobalColorTable()
-
getSizeOfGlobalColorTable
final Integer getSizeOfGlobalColorTable()
-
getBackgroundColorIndex
final Byte getBackgroundColorIndex()
-
getPixelAspectRatio
final Byte getPixelAspectRatio()
-
-
-
-