Interface ILcdOnPointFunction


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

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

    • applyOnPoint

      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.