Inheritance diagram for exlabel.structure.IExNode:
Public Member Functions | |
void | draw (Graphics2D g2d, int mode) |
void | update () |
boolean | NodeHitNode (ExNode nodeA) |
ExNode | duplicate () |
void exlabel.structure.IExNode.draw | ( | Graphics2D | g2d, | |
int | mode | |||
) |
Implemented in exlabel.structure.ExNode.
void exlabel.structure.IExNode.update | ( | ) |
Implemented in exlabel.structure.ExNode.
boolean exlabel.structure.IExNode.NodeHitNode | ( | ExNode | nodeA | ) |
Implemented in exlabel.structure.ExNode.
ExNode exlabel.structure.IExNode.duplicate | ( | ) |
Implemented in exlabel.structure.ExNode.