|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graphics.StrokePatternConstraint
StrokePatternConstraint
| Constructor Summary | |
StrokePatternConstraint()
Constructor |
|
| Method Summary | |
Constraint |
intern()
This method pools the constraint analogous to the String.intern() method. |
java.lang.String |
toString()
|
void |
trace(java.lang.StringBuffer sb)
This method is called to trace for the last error. |
boolean |
validate(java.lang.Object value)
Validates this contraint against a given value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StrokePatternConstraint()
| Method Detail |
public boolean validate(java.lang.Object value)
Constraintnull.
validate in interface Constraintvalue - the object to validate. It is not allowed to pass in
null as an argument.
true if this value confirms to this constraints and
false if it doesn't.public void trace(java.lang.StringBuffer sb)
Constraintnull.
trace in interface Constraintsb - the StringBuffer to append the error message to.
It is not allowed to pass in null as this
argument.public Constraint intern()
ConstraintString.intern() method.
intern in interface Constraintpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||