Inheritance diagram for exlabel.structure.IExEdge:
Public Member Functions | |
void | draw (Graphics2D g2d, int mode) |
void | update () |
boolean | intersects (double x, double y) |
void exlabel.structure.IExEdge.draw | ( | Graphics2D | g2d, | |
int | mode | |||
) |
Implemented in exlabel.structure.ExEdge.
void exlabel.structure.IExEdge.update | ( | ) |
Implemented in exlabel.structure.ExEdge.
boolean exlabel.structure.IExEdge.intersects | ( | double | x, | |
double | y | |||
) |
Implemented in exlabel.structure.ExEdge.