Package | Description |
---|---|
twaver | |
twaver.network.ui |
Modifier and Type | Method and Description |
---|---|
void |
PolyLine.addSegment(Segment segment)
Add a segment into this polyline
|
void |
Branch.addSegment(Segment segment)
Add a segment into this branch.
|
void |
PolyLine.insertSegment(int index,
Segment segment)
Insert a segment into the polyline at the specified position.
|
boolean |
PolyLine.isBlinking(Segment segment)
Tells whether the given segment of this polyline is blinking.
|
void |
PolyLine.removeSegment(Segment segment)
Remove a internal link segment from this polyline.
|
void |
Branch.removeSegment(Segment segment)
Remove a segment object from this branch.
|
Modifier and Type | Method and Description |
---|---|
Segment |
PolyLineUI.getSegmentLogicalAt(int x,
int y) |
Segment |
PolyLineUI.getSegmentPhysicalAt(int x,
int y) |
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.