Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.drawing | |
com.steema.teechart.functions | |
com.steema.teechart.styles | |
com.steema.teechart.tools |
Modifier and Type | Method and Description |
---|---|
void |
IBaseChart.doZoom(Point.Double top,
Point.Double bottom,
Point.Double left,
Point.Double right) |
void |
Chart.doZoom(Point.Double top,
Point.Double bot,
Point.Double lef,
Point.Double rig) |
Modifier and Type | Field and Description |
---|---|
Point.Double |
LineCross.cross |
Modifier and Type | Method and Description |
---|---|
Point.Double |
Spline.getPoint(int index) |
Point.Double |
Spline.value(double parameter)
Returns an interpolated point.
|
Modifier and Type | Method and Description |
---|---|
void |
Spline.setPoint(int index,
Point.Double value)
Use to set the source point for the Knuckle
|
Modifier and Type | Method and Description |
---|---|
int |
Series.add(Point.Double p)
Adds the pair of floating point x- and y-pixel coordinates
|
Modifier and Type | Field and Description |
---|---|
protected Point.Double |
DrawLineItem.endPos |
protected Point.Double |
DrawLineItem.startPos |
Modifier and Type | Method and Description |
---|---|
Point.Double |
DrawLineItem.getEndPos() |
Point.Double |
DrawLineItem.getStartPos() |
Point.Double |
DrawLine.screenPoint(Point p) |
Modifier and Type | Method and Description |
---|---|
Point |
DrawLine.axisPoint(Point.Double p) |
void |
DrawLineItem.setEndPos(Point.Double pos) |
void |
DrawLineItem.setStartPos(Point.Double pos) |