Class UpdateManager.SuspensionInfo

java.lang.Object
org.apache.batik.bridge.UpdateManager.SuspensionInfo
Enclosing class:
UpdateManager

protected static class UpdateManager.SuspensionInfo extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
    The index of this redraw suspension
    (package private) long
    The system time in millisec that this suspension will expire and redraws can resume (at least for this suspension.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SuspensionInfo(int index, long resumeMilli)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    long
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • index

      int index
      The index of this redraw suspension
    • resumeMilli

      long resumeMilli
      The system time in millisec that this suspension will expire and redraws can resume (at least for this suspension.
  • Constructor Details

    • SuspensionInfo

      public SuspensionInfo(int index, long resumeMilli)
  • Method Details

    • getIndex

      public int getIndex()
    • getResumeMilli

      public long getResumeMilli()