-
public final class GraphicControlExtension
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumGraphicControlExtension.DisposalDisposal method of the frame, A.K.A. what to do after a frame has been rendered.
-
Field Summary
Fields Modifier and Type Field Description private final GraphicControlExtension.DisposaldisposalMethodprivate final UShortdelayTimeprivate final BytetransparentColorIndex
-
Constructor Summary
Constructors Constructor Description GraphicControlExtension(GraphicControlExtension.Disposal disposalMethod, UShort delayTime, Byte transparentColorIndex)
-
Method Summary
Modifier and Type Method Description final GraphicControlExtension.DisposalgetDisposalMethod()final UShortgetDelayTime()final BytegetTransparentColorIndex()-
-
Constructor Detail
-
GraphicControlExtension
GraphicControlExtension(GraphicControlExtension.Disposal disposalMethod, UShort delayTime, Byte transparentColorIndex)
-
-
Method Detail
-
getDisposalMethod
final GraphicControlExtension.Disposal getDisposalMethod()
-
getDelayTime
final UShort getDelayTime()
-
getTransparentColorIndex
final Byte getTransparentColorIndex()
-
-
-
-