Class HitInfo.Interior

  • Direct Known Subclasses:
    HitInfo.Text
    Enclosing class:
    HitInfo

    public static class HitInfo.Interior
    extends HitInfo
    Represent a Hit that occured on the interior of a Element
    • Constructor Detail

      • Interior

        public Interior​(Element clickedObject,
                        PEMouseEvent mouseEvent)
        construct a new HitInfo.Interior that occured on the given Element
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object