Class Size

java.lang.Object
org.jline.curses.Size

public class Size extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final int
     
    private final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Size(int w, int h)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    h()
     
     
    int
    w()
     

    Methods inherited from class java.lang.Object

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

    • w

      private final int w
    • h

      private final int h
  • Constructor Details

    • Size

      public Size(int w, int h)
  • Method Details

    • w

      public int w()
    • h

      public int h()
    • toString

      public String toString()
      Overrides:
      toString in class Object