Public Member Functions | |
| DrawableGesture (double mid_x, double mid_y, boolean active, SimpleColor colour) | |
| int | getMostLikelyShape () |
| void | draw (Graphics2D g2d) |
| boolean | contains (double x, double y) |
Static Public Attributes | |
| static final int | CIRCLE = 0 |
| static final int | ARROW = 1 |
| fsa_editor::DrawableGesture::DrawableGesture | ( | double | mid_x, | |
| double | mid_y, | |||
| boolean | active, | |||
| SimpleColor | colour | |||
| ) | [inline] |
| int fsa_editor::DrawableGesture::getMostLikelyShape | ( | ) | [inline] |
| void fsa_editor::DrawableGesture::draw | ( | Graphics2D | g2d | ) | [inline] |
| boolean fsa_editor::DrawableGesture::contains | ( | double | x, | |
| double | y | |||
| ) | [inline] |
final int fsa_editor::DrawableGesture::CIRCLE = 0 [static] |
final int fsa_editor::DrawableGesture::ARROW = 1 [static] |
1.5.2