|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFloatingLineSet
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 |
|---|
void add(PolyLine t)
Associated QbChart property: INSERT_POLYLINE
t - The PolyLine object defining a poly-line to add.PolyLinevoid remove(PolyLine t)
Associated QbChart property: REMOVE_POLYLINE
t - The poly-line object to remove from the chart.PolyLinevoid removeAll()
Associated QbChart property: REMOVE_ALLPOLYLINE
PolyLinejava.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
|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||