Package 

Enum GraphicControlExtension.Disposal

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NOT_SPECIFIED

      Not specified.

      DO_NOT_DISPOSE

      Keep the frame in place. Future frames will be drawn on top.

      RESTORE_TO_BACKGROUND

      After the frame is shown, restore the whole canvas to the background color.

      RESTORE_TO_PREVIOUS

      After the frame is shown, restore the canvas to the previous frame.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail