Package jpicedt.graphic.model
Interface EditPointConstraint
-
- All Known Implementing Classes:
BasicEditPointConstraint,EditPointConstraintCollator
public interface EditPointConstraintSo 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanimposes(EditPointConstraint c)Returns true if this constraint imposes the given constraint.
-
-
-
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.
-
-