|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is used to add/remove poly-lines in the main chart window. A poly-line is a set of connected line segments. A handle to an object that implements this interface can be obtained by calling the gethFloatingLineSet method defined in QbChart.
PolyLine| Method Summary | |
void |
add(PolyLine t)
This function adds a new poly-line to the chart. |
java.util.Enumeration |
elements()
Returns the Enumeration of all the poly-lines defined in the chart. |
void |
remove(PolyLine t)
This function removes the specified poly-line from the chart. |
void |
removeAll()
Removes all the poly-lines currently defined in the chart. |
void |
set(java.util.Enumeration elements)
Sets a list of poly-line objects in a chart. |
| Method Detail |
public void add(PolyLine t)
Associated QbChart property: INSERT_POLYLINE
t - The PolyLine object defining a poly-line to add.PolyLinepublic void remove(PolyLine t)
Associated QbChart property: REMOVE_POLYLINE
t - The poly-line object to remove from the chart.PolyLinepublic void removeAll()
Associated QbChart property: REMOVE_ALLPOLYLINE
PolyLinepublic java.util.Enumeration elements()
Associated QbChart property: POLYLINELIST
public void set(java.util.Enumeration elements)
elements - The list of poly-line objects. Each object in the
list should be of type quadbase.util.PolyLine
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||