Interface HTBoundsProvider

  • All Implemented Interfaces:

    
    public interface HTBoundsProvider
    
                        

    範囲を保持するインターフェースです。

    Since:

    0.1.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract HTBounds getBounds() 保持している範囲を返します。
      Boolean isHovered(Integer x, Integer y) 指定したx, yがこの範囲に含まれているか判定します。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait