Class TooltipExtent

java.lang.Object
net.messagevortex.router.TooltipExtent
Direct Known Subclasses:
TooltipExtentBox, TooltipExtentCircular

public abstract class TooltipExtent extends Object

Abstract class representing any tooltip extent.

  • Constructor Details

    • TooltipExtent

      public TooltipExtent()
  • Method Details

    • isInExtent

      public abstract boolean isInExtent(Point p)

      Returns true if the given point is within the extent.

      Parameters:
      p - the point to be tested
      Returns:
      true if the point lies within the extent