クラス RichMenuBounds

java.lang.Object
com.linecorp.bot.model.richmenu.RichMenuBounds

public final class RichMenuBounds
extends java.lang.Object
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    RichMenuBounds​(int x, int y, int width, int height)  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    boolean equals​(java.lang.Object o)  
    int getHeight()
    Height of the area.
    int getWidth()
    Width of the area.
    int getX()
    Horizontal position relative to the top-left corner of the area.
    int getY()
    Vertical position relative to the top-left corner of the area.
    int hashCode()  
    java.lang.String toString()  

    クラスから継承されたメソッド java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • コンストラクタの詳細

    • RichMenuBounds

      public RichMenuBounds​(int x, int y, int width, int height)
  • メソッドの詳細

    • getX

      public int getX()
      Horizontal position relative to the top-left corner of the area.
    • getY

      public int getY()
      Vertical position relative to the top-left corner of the area.
    • getWidth

      public int getWidth()
      Width of the area.
    • getHeight

      public int getHeight()
      Height of the area.
    • equals

      public boolean equals​(java.lang.Object o)
      オーバーライド:
      equals クラス内 java.lang.Object
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 java.lang.Object
    • toString

      public java.lang.String toString()
      オーバーライド:
      toString クラス内 java.lang.Object