public interface IFloatingLineSet
PolyLine
Modifier and Type | Method and Description |
---|---|
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.
|
void add(PolyLine t)
Associated QbChart property: INSERT_POLYLINE
t
- The PolyLine object defining a poly-line to add.PolyLine
void remove(PolyLine t)
Associated QbChart property: REMOVE_POLYLINE
t
- The poly-line object to remove from the chart.PolyLine
void removeAll()
Associated QbChart property: REMOVE_ALLPOLYLINE
PolyLine
java.util.Enumeration elements()
Associated QbChart property: POLYLINELIST
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