クラス ImagemapBaseSize

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

public final class ImagemapBaseSize
extends java.lang.Object
Size of base image.
  • コンストラクタの概要

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

    修飾子とタイプ メソッド 説明
    boolean equals​(java.lang.Object o)  
    int getHeight()
    Height of base image.
    int getWidth()
    Width of base image.
    int hashCode()  
    java.lang.String toString()  

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

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

    • ImagemapBaseSize

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

    • getHeight

      public int getHeight()
      Height of base image.

      Set to the height that corresponds to a width of 1040px.

    • getWidth

      public int getWidth()
      Width of base image. Must be 1040px fixed.
    • 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