|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpicedt.graphic.model.BasicEditPointConstraint
Default implementation of EditPointConstraint.
Constructor Summary | |
BasicEditPointConstraint(String displayName)
Create a new constraint with the given name ; this maybe a help message for the GUI for instance. |
Method Summary | |
EditPointConstraintCollator |
and(EditPointConstraint c)
Returns a new constraint made of this constraint AND'd with the given constraint. |
String |
getDisplayName()
|
boolean |
imposes(EditPointConstraint c)
Returns true if this constraint imposes the given constraint. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BasicEditPointConstraint(String displayName)
Method Detail |
public EditPointConstraintCollator and(EditPointConstraint c)
public boolean imposes(EditPointConstraint c)
EditPointConstraint
imposes
in interface EditPointConstraint
public String getDisplayName()
public String toString()
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |