|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.mit.sketch.ddg.ConstraintMarks
public class ConstraintMarks
This class contains an list of constraints for the object and marks for all the constraints. ConstraintMarks.java Created: Mon Feb 10 16:44:00 2003
| Constructor Summary | |
|---|---|
ConstraintMarks(ConstraintList constraints,
DrawnObject object,
java.util.Hashtable enabled)
Construct marks for cosntraints with all marks. |
|
| Method Summary | |
|---|---|
boolean |
enabled(java.lang.String name)
Determine whether the particular constraint mark is enabled |
void |
paint(java.awt.Graphics g,
boolean under)
Paint the marks. |
void |
showOnly(Primitive primitive)
Make all marks invisible and the marks related to the given primitive visible |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstraintMarks(ConstraintList constraints,
DrawnObject object,
java.util.Hashtable enabled)
| Method Detail |
|---|
public boolean enabled(java.lang.String name)
public void showOnly(Primitive primitive)
public void paint(java.awt.Graphics g,
boolean under)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||