|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.mit.sketch.uml.AUTORecognizeTriangleArrow
public class AUTORecognizeTriangleArrow
Definition: (define sketch-model TriangleArrow (components (OpenArrow oa) (Line t) ) (constraints (meet t.p1 oa.head1.p1) (meet t.p2 oa.head2.p1) (angle oa.shaft t 90) (angle t oa.head1 45) (angle t oa.head2 45) ) )
| Constructor Summary | |
|---|---|
AUTORecognizeTriangleArrow()
|
|
| Method Summary | |
|---|---|
static void |
recognize(ShapeCollection unrecognized,
SolutionDistinguisher sd,
boolean drawOrig)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AUTORecognizeTriangleArrow()
| Method Detail |
|---|
public static void recognize(ShapeCollection unrecognized,
SolutionDistinguisher sd,
boolean drawOrig)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||