|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpicedt.graphic.model.BasicEditPointConstraint
public class BasicEditPointConstraint
Default implementation of EditPointConstraint.
Constructor Summary | |
---|---|
BasicEditPointConstraint(java.lang.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. |
java.lang.String |
getDisplayName()
|
boolean |
imposes(EditPointConstraint c)
Returns true if this constraint imposes the given constraint. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicEditPointConstraint(java.lang.String displayName)
Method Detail |
---|
public EditPointConstraintCollator and(EditPointConstraint c)
public boolean imposes(EditPointConstraint c)
EditPointConstraint
imposes
in interface EditPointConstraint
public java.lang.String getDisplayName()
public java.lang.String toString()
toString
in class java.lang.Object
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |