Package | Description |
---|---|
com.steema.teechart.tools |
Modifier and Type | Method and Description |
---|---|
DrawLineItem |
DrawLine.clicked(int x,
int y) |
DrawLineItem |
DrawLine.clicked(Point p) |
DrawLineItem |
DrawLines.getFirst() |
DrawLineItem |
DrawLines.getLast() |
DrawLineItem |
DrawLines.getLine(int index) |
DrawLineItem |
DrawLine.getSelected()
Returns the line or lines that are currently selected.
|
Modifier and Type | Method and Description |
---|---|
int |
DrawLines.add(DrawLineItem l) |
int |
DrawLines.indexOf(DrawLineItem l)
This method can be used to obtain the index of a given line in the line
collection.
|
protected void |
DrawLine.redrawLine(IGraphics3D g,
DrawLineItem line) |
void |
DrawLines.remove(DrawLineItem s)
Deletes the specified Line from the Chart list of Lines.
|
boolean |
DrawLine.DrawLineSelector.selectable(DrawLine sender,
DrawLineItem line,
boolean allow) |
void |
DrawLine.setSelected(DrawLineItem value) |