Interface EditPointConstraint

  • All Known Implementing Classes:
    BasicEditPointConstraint, EditPointConstraintCollator

    public interface EditPointConstraint
    So far, this is just a tagging interface for constraints passed to Element.setPoint() methods. This might be readily extended in the near future.
    Since:
    jPicEdt 1.4
    Version:
    $Id: EditPointConstraint.java,v 1.4.2.1 2007/09/02 11:56:26 reynal Exp $
    Author:
    $Author: reynal $
    • Method Detail

      • imposes

        boolean imposes​(EditPointConstraint c)
        Returns true if this constraint imposes the given constraint. This is useful for constraints which may contain several AND'd constraints at once.