public interface HTBoundsProvider
範囲を保持するインターフェースです。
0.1.0
Hiiragi Tsubasa
abstract HTBounds
getBounds()
Boolean
isHovered(Integer x, Integer y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract HTBounds getBounds()
保持している範囲を返します。
Boolean isHovered(Integer x, Integer y)
指定したx, yがこの範囲に含まれているか判定します。