クラス ImagemapArea

java.lang.Object
com.linecorp.bot.model.message.imagemap.ImagemapArea

public final class ImagemapArea
extends java.lang.Object
Defines the size of the full imagemap with the width as 1040px. The top left is used as the origin of the area.
  • コンストラクタの概要

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

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

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

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

    • ImagemapArea

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

    • getX

      public int getX()
      Horizontal position of the tappable area.
    • getY

      public int getY()
      Vertical position of the tappable area.
    • getWidth

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

      public int getHeight()
      Height of the tappable 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