|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.mit.sketch.language.recognizer.AbstractFilter<K>
public abstract class AbstractFilter<K>
AbstractFilter:
| Method Summary | |
|---|---|
void |
add(DrawnShape shape)
Add shape and its recognition partners |
void |
addSubs(DrawnShape shape)
|
abstract java.util.ArrayList<DrawnShape> |
getShapes(java.lang.String name,
K key)
|
abstract void |
print()
|
void |
remove(DrawnShape shape,
java.lang.String name)
Remove shape and its recognition partners |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public abstract java.util.ArrayList<DrawnShape> getShapes(java.lang.String name,
K key)
public abstract void print()
public void remove(DrawnShape shape,
java.lang.String name)
shape - shape to be addedpublic void add(DrawnShape shape)
shape - shape to be addedpublic void addSubs(DrawnShape shape)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||