Class Diffn.Event

  • Enclosing class:
    Diffn

    private static class Diffn.Event
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Interval block  
      (package private) int date  
      (package private) Rectangle r  
      (package private) int type  
      (package private) int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(int type, Rectangle r, int date, int value, Interval block)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) Interval block()  
      (package private) int date()  
      (package private) Rectangle rect()  
      java.lang.String toString()  
      (package private) int type()  
      (package private) int value()  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • date

        int date()
      • type

        int type()
      • value

        int value()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object