Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.android | |
com.steema.teechart.drawing | |
com.steema.teechart.functions | |
com.steema.teechart.misc | |
com.steema.teechart.styles |
Modifier and Type | Method and Description |
---|---|
static Point |
PointDouble.round(PointDouble value) |
static Point[] |
PointDouble.round(PointDouble[] value) |
static Point[] |
PointDouble.round(PointDouble[] value,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
Graphics3DAndroid.drawBlur(PointDouble[] p,
int smoothBlur) |
void |
Graphics3DAndroid.polygon(PointDouble[] p) |
Modifier and Type | Field and Description |
---|---|
PointDouble[] |
Graphics3D.iPointDoubles |
Modifier and Type | Method and Description |
---|---|
PointDouble[] |
Graphics3D.getClipRoundRectangle(Rectangle rect,
int borderRound,
Graphics3D.RoundRectangleStyle borderStyle) |
PointDouble |
IGraphics3D.pointFromCircle(IGraphics3D.PieRect rectBounds,
double degrees,
int zPos,
boolean clockWise) |
PointDouble |
Graphics3D.pointFromCircle(IGraphics3D.PieRect rect,
double degrees,
int zPos,
boolean clockWise) |
PointDouble |
IGraphics3D.pointFromCircle(Rectangle rectBounds,
double degrees) |
PointDouble |
Graphics3D.pointFromCircle(Rectangle rectBounds,
double degrees) |
PointDouble |
IGraphics3D.pointFromCircle(Rectangle rectBounds,
double degrees,
int zPos,
boolean clockWise) |
PointDouble |
Graphics3D.pointFromCircle(Rectangle rectBounds,
double degrees,
int zPos,
boolean clockWise) |
PointDouble |
Graphics3D.pointFromEllipse(Rectangle rectBounds,
double degrees)
Returns the PointDouble which is on the ellipse bounded by rectBounds at the angle degrees.
|
PointDouble |
IGraphics3D.pointFromEllipse(Rectangle rectBounds,
double degrees,
int zPos) |
PointDouble |
Graphics3D.pointFromEllipse(Rectangle rectBounds,
double degrees,
int zPos)
Returns the PointDouble which is on the ellipse bounded by rectBounds at
the angle degrees.
|
PointDouble |
IGraphics3D.pointFromSpiral(Rectangle rectBounds,
double degrees,
double twist) |
PointDouble |
Graphics3D.pointFromSpiral(Rectangle rectBounds,
double degrees,
double twist) |
static PointDouble[] |
Graphics3D.sliceArray(PointDouble[] source,
int length) |
Modifier and Type | Method and Description |
---|---|
void |
IGraphics3D.calc3DPos(PointDouble p,
double x,
double y,
double z) |
void |
Graphics3D.calc3DPos(PointDouble point,
double x,
double y,
double z) |
void |
Graphics3D.calc3DPos(PointDouble point,
int x,
int y,
int z)
Calculates and returns the XY position as double of the XYZ 3D
coordinate.
Can be used when custom drawing using 3D XYZ coordinates are returned from the axes or not. |
void |
IGraphics3D.drawBlur(PointDouble[] p,
int smoothBlur) |
void |
Graphics3D.drawBlur(PointDouble[] p,
int smoothBlur) |
Paint |
ChartBrush.getPaint(PointDouble[] p) |
java.lang.String |
Graphics3DVectorial.pointToStr(PointDouble point) |
void |
IGraphics3D.polygon(double z,
PointDouble[] p) |
void |
Graphics3D.polygon(double z,
PointDouble[] p) |
void |
IGraphics3D.polygon(PointDouble[] points) |
void |
Graphics3DVML.polygon(PointDouble[] p) |
void |
Graphics3DSVG.polygon(PointDouble[] p) |
void |
Graphics3DPDF.polygon(PointDouble[] p) |
abstract void |
Graphics3D.polygon(PointDouble[] p) |
void |
Graphics3D.polygon(PointDouble[] p,
int size) |
static PointDouble[] |
Graphics3D.sliceArray(PointDouble[] source,
int length) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PointDouble> |
KDE.getKDEPoints() |
Modifier and Type | Method and Description |
---|---|
void |
KDE.setKDEPoints(java.util.List<PointDouble> _kDEPoints) |
Modifier and Type | Method and Description |
---|---|
static PointDouble |
Utils.offsetPoint(PointDouble value,
double x,
double y) |
static PointDouble[] |
Utils.rectToPolygonDouble(Rectangle r) |
Modifier and Type | Method and Description |
---|---|
static PointDouble |
Utils.offsetPoint(PointDouble value,
double x,
double y) |
Modifier and Type | Class and Description |
---|---|
class |
LevelPoint |
Modifier and Type | Field and Description |
---|---|
PointDouble[] |
CFrame.InnerBandPoints |
PointDouble[] |
CFrame.MiddleBandPoints |
PointDouble[] |
CFrame.OuterBandPoints |
Modifier and Type | Method and Description |
---|---|
PointDouble |
CFrame.getRectCenter(Rectangle Rect) |
Modifier and Type | Method and Description |
---|---|
void |
Series.drawHiddenValue(int valueIndex,
PointDouble startEndVals,
int gapSize,
Axis axis) |
void |
Custom.drawHiddenValue(int valueIndex,
PointDouble startEndVals,
int gapSize,
Axis axis) |