Interface ILcdOnPointFunction


public interface ILcdOnPointFunction
This interface defines a single method to apply a function to an ILcdPoint.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    Apply a function to the given point.
  • Method Details Link icon

    • applyOnPoint Link icon

      boolean applyOnPoint(ILcdPoint aPoint)
      Apply a function to the given point.
      Parameters:
      aPoint - Point on which function should be applied.
      Returns:
      True if the method was successful, false otherwise.