|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Point in com.steema.teechart |
---|
Fields in com.steema.teechart declared as Point | |
---|---|
Point |
TChart.mousePosition
|
Methods in com.steema.teechart that return Point | |
---|---|
Point |
ArrowPoint.calc()
|
Point |
Rectangle.center()
Returns the center point of the rectangle |
Point |
Rectangle.getLocation()
|
Point |
TChart.pointToScreen(Point p)
|
Point |
IChart.pointToScreen(Point p)
|
static Point |
PointDouble.round(PointDouble value)
|
static Point[] |
PointDouble.round(PointDouble[] value)
|
static Point[] |
PointDouble.round(PointDouble[] value,
int size)
|
Methods in com.steema.teechart with parameters of type Point | |
---|---|
void |
ZoomScroll.activate(Point p)
Initializes a Zoom or Scroll operation starting at Point p coordinates. |
protected void |
Chart.applyGapSize(Axis axis,
Point p)
|
boolean |
Title.clicked(Point p)
Returns if mouse cursor is inside TChartTitle bound rectangle. |
boolean |
Rectangle.contains(Point pos)
|
void |
Shadow.draw(IGraphics3D g,
double aWidth,
double aHeight,
Point[] points)
|
Point |
TChart.pointToScreen(Point p)
|
Point |
IChart.pointToScreen(Point p)
|
Constructors in com.steema.teechart with parameters of type Point | |
---|---|
Rectangle(Point location,
Dimension size)
|
Uses of Point in com.steema.teechart.axis |
---|
Methods in com.steema.teechart.axis with parameters of type Point | |
---|---|
boolean |
Axis.clicked(Point xy)
Returns if X and Y coordinates are close to the Axis position. |
Uses of Point in com.steema.teechart.blackberry |
---|
Methods in com.steema.teechart.blackberry with parameters of type Point | |
---|---|
void |
Graphics3DBlackBerry.clipPolygon(Point[] p)
|
protected void |
Graphics3DBlackBerry.line(ChartPen p,
Point a,
Point b)
|
void |
Graphics3DBlackBerry.polygon(ChartBrush brush,
Point[] p)
|
void |
Graphics3DBlackBerry.polygon(Point[] p)
|
void |
Graphics3DBlackBerry.polyLine(Point[] p)
|
void |
Graphics3DBlackBerry.rotateTransform(Point p,
double angle)
|
Uses of Point in com.steema.teechart.drawing |
---|
Fields in com.steema.teechart.drawing declared as Point | |
---|---|
Point[] |
Graphics3D.fourPoints
|
Methods in com.steema.teechart.drawing that return Point | |
---|---|
Point |
IGraphics3D.calc3DPoint(int x,
int y,
int z)
|
Point |
Graphics3D.calc3DPoint(int x,
int y,
int z)
|
Point |
IGraphics3D.calc3DPoint(Point3D p)
|
Point |
Graphics3D.calc3DPoint(Point3D p)
|
Point |
IGraphics3D.calc3DPoint(Point p,
int z)
|
Point |
Graphics3D.calc3DPoint(Point p,
int z)
|
Point |
Graphics3D.calc3DPos(int x,
int y,
int z)
|
Point |
IGraphics3D.calc3DPos(Point3D source)
|
Point |
Graphics3D.calc3DPos(Point3D source)
Calculates and returns the XY position in pixels of the point p Z 3D coordinate. |
Point |
IGraphics3D.calc3DPos(Point source,
int z)
|
Point |
Graphics3D.calc3DPos(Point source,
int z)
Calculates and returns the XY position in pixels of the point p Z 3D coordinate. |
Point |
IGraphics3D.calculate2DPosition(int x,
int y,
int z)
|
Point |
Graphics3D.calculate2DPosition(int x,
int y,
int z)
Calculates and returns the XY position in pixels of the coordinate. |
Point |
Graphics3D.calculate2DPosition(Point p,
int z)
|
Point |
IGraphics3D.calculate3DPosition(int x,
int y,
int z)
|
Point |
Graphics3D.calculate3DPosition(int x,
int y,
int z)
Calculates and returns the XY position in pixels of the XYZ 3D coordinate. |
Point |
Graphics3D.calculate3DPosition(Point3D P)
Calculates and returns the XY position in pixels of the XYZ 3D coordinate. |
Point |
Graphics3D.calculate3DPosition(Point P,
int z)
Calculates and returns the XY position in pixels of the XYZ 3D coordinate. |
Point[] |
IGraphics3D.fourPointsFromRect(Rectangle rect,
int z)
|
Point[] |
Graphics3D.fourPointsFromRect(Rectangle r,
int z)
Returns an array of four Point objects |
Point[] |
Gradient.getCustomTargetPolygon()
|
static Point |
Graphics3D.pointAtDistance(Point From,
Point To,
int distance)
Returns point "ATo" minus ADist pixels from AFrom point. |
static Point |
Graphics3D.rectCenter(Rectangle r)
|
Point[] |
IGraphics3D.rotateRectangle(Rectangle rect,
double angle)
|
Point[] |
Graphics3D.rotateRectangle(Rectangle r,
double angle)
|
static Point[] |
Graphics3D.sliceArray(Point[] source,
int length)
|
Methods in com.steema.teechart.drawing with parameters of type Point | |
---|---|
void |
IGraphics3D.arc(Rectangle rect,
Point start,
Point end)
|
void |
Graphics3D.arc(Rectangle rect,
Point start,
Point end)
|
void |
IGraphics3D.arrow(boolean solid,
Point from,
Point to,
int headHeight,
int headWidth,
int z)
|
void |
Graphics3D.arrow(boolean filled,
Point fromPoint,
Point toPoint,
int headWidth,
int headHeight,
int z)
Draws a line with an arrow head of ArrowWidth and ArrowHeight dimensions in pixels. |
Point |
IGraphics3D.calc3DPoint(Point p,
int z)
|
Point |
Graphics3D.calc3DPoint(Point p,
int z)
|
Point |
IGraphics3D.calc3DPos(Point source,
int z)
|
Point |
Graphics3D.calc3DPos(Point source,
int z)
Calculates and returns the XY position in pixels of the point p Z 3D coordinate. |
void |
IGraphics3D.calc3DPos(Point p,
int x,
int y,
int z)
|
void |
Graphics3D.calc3DPos(Point p,
int x,
int y,
int z)
Calculates and returns the XY position in pixels of the XYZ 3D coordinate. |
void |
IGraphics3D.calc3DPos(Point result,
Point source)
|
void |
Graphics3D.calc3DPos(Point result,
Point source)
Calculates and returns the XY position in pixels of the point p with Z = 0 3D coordinate. |
Point |
Graphics3D.calculate2DPosition(Point p,
int z)
|
Point |
Graphics3D.calculate3DPosition(Point P,
int z)
Calculates and returns the XY position in pixels of the XYZ 3D coordinate. |
void |
IGraphics3D.clipPolygon(Point[] p)
|
void |
Graphics3DVML.clipPolygon(Point[] p)
Creates a Polygonal Windows GDI clipping region. |
void |
Graphics3DSVG.clipPolygon(Point[] p)
Creates a Polygonal Windows GDI clipping region. |
void |
Graphics3DPDF.clipPolygon(Point[] p)
|
abstract void |
Graphics3D.clipPolygon(Point[] p)
|
int |
IGraphics3D.convexHull(Point[] points)
|
int |
Graphics3D.convexHull(Point[] p)
Calculates the boundary points of the convex hull of a set of 2D xy points. |
static boolean |
Graphics3D.cull(Point[] p)
|
static boolean |
Graphics3D.cull(Point p0,
Point p1,
Point p2)
|
void |
Gradient.draw(IGraphics3D g,
Point[] p)
Obsolete. |
void |
IGraphics3D.drawBeziers(int z,
Point[] p)
|
void |
Graphics3D.drawBeziers(int z,
Point[] p)
Draws Bezier splines for the Point array p at displacement z |
void |
IGraphics3D.drawBeziers(Point[] p)
|
void |
Graphics3DVML.drawBeziers(Point[] p)
Draws Bezier splines for the Point array p |
void |
Graphics3DSVG.drawBeziers(Point[] p)
Draws Bezier splines for the Point array p. |
void |
Graphics3D.drawBeziers(Point[] p)
Draws Bezier splines for the Point array p |
void |
Graphics3D.ellipse(Point p0,
Point p1)
|
protected void |
Graphics3DVML.line(ChartPen p,
Point a,
Point b)
|
protected void |
Graphics3DSVG.line(ChartPen p,
Point a,
Point b)
|
protected void |
Graphics3DPDF.line(ChartPen p,
Point a,
Point b)
|
protected abstract void |
Graphics3D.line(ChartPen p,
Point a,
Point b)
|
void |
IGraphics3D.line(Point p0,
Point p1)
|
void |
Graphics3D.line(Point p0,
Point p1)
Draws a Line between point p0 and point p1. |
void |
IGraphics3D.line(Point p0,
Point p1,
int z)
|
void |
Graphics3D.line(Point p0,
Point p1,
int z)
Draws a Line between point p0 and point p1 with Z offset. |
void |
IGraphics3D.lineTo(Point p)
|
void |
Graphics3D.lineTo(Point p)
Draws a line to Point with z = 0 depth offset. |
void |
IGraphics3D.lineTo(Point p,
int z)
|
void |
Graphics3D.lineTo(Point p,
int z)
Draws a line to Point with z depth offset. |
void |
IGraphics3D.moveTo(Point p)
|
void |
Graphics3D.moveTo(Point p)
Sets the value of PenPos to Point p before calling LineTo. |
void |
IGraphics3D.moveTo(Point p,
int z)
|
void |
Graphics3D.moveTo(Point p,
int z)
Sets the value of PenPos to Point p with z depth offset before calling LineTo. |
void |
Graphics3D.plane(int z0,
int z1,
Point[] p)
Draws a polygon using points array p with different start/end z depth offset. |
void |
IGraphics3D.plane(Point p0,
Point p1,
int z0,
int z1)
|
void |
Graphics3D.plane(Point p1,
Point p2,
int z0,
int z1)
Draws a polygon (Point p1, Point p2) at Z depth offset. |
void |
IGraphics3D.plane(Point p0,
Point p1,
Point p2,
Point p3,
int z)
|
void |
Graphics3D.plane(Point p1,
Point p2,
Point p3,
Point p4,
int z)
Draws a polygon (Point p1, Point p2, Point p3, Point p4) at Z depth offset. |
void |
IGraphics3D.planeFour3D(int startZ,
int endZ,
Point[] p)
|
void |
Graphics3D.planeFour3D(int z0,
int z1,
Point[] p)
Draws a polygon of four points. |
static Point |
Graphics3D.pointAtDistance(Point From,
Point To,
int distance)
Returns point "ATo" minus ADist pixels from AFrom point. |
static boolean |
Graphics3D.pointInEllipse(Point p,
int left,
int top,
int right,
int bottom)
Returns true if point P is inside the ellipse bounded by Left, Top, Right, Bottom. |
static boolean |
Graphics3D.pointInEllipse(Point p,
Rectangle rect)
Returns true if point P is inside the ellipse bounded by Rect. |
static boolean |
Graphics3D.pointInHorizTriangle(Point p,
int y0,
int y1,
int x0,
int x1)
Returns true if point P is inside the horizontal triangle. |
static boolean |
Graphics3D.pointInLineTolerance(Point p,
int px,
int py,
int qx,
int qy,
int tolerance)
Determines if point p is "near" line segment between px,py point and qx,qy point. |
static boolean |
Graphics3D.pointInLineTolerance(Point p,
Point p0,
Point p1,
int tolerancePixels)
Determines if point p is "near" line segment between p0 and p1. |
static boolean |
Graphics3D.pointInPolygon(Point p,
Point[] poly)
Returns true if point P is inside Poly polygon. |
static boolean |
Graphics3D.pointInPolygon(Point p,
Point[] poly)
Returns true if point P is inside Poly polygon. |
static boolean |
Graphics3D.pointInTriangle(Point p,
int x0,
int x1,
int y0,
int y1)
Returns true if point P is inside the vert triangle of x0y0, midxY1, x1y0. |
void |
IGraphics3D.polygon(ChartBrush brush,
Point[] p)
|
void |
Graphics3DVML.polygon(ChartBrush b,
Point[] p)
Draws a polygon using the specified GDI brush. |
void |
Graphics3DSVG.polygon(ChartBrush b,
Point[] p)
Draws a polygon using the specified GDI brush. |
void |
Graphics3DPDF.polygon(ChartBrush brush,
Point[] p)
|
void |
IGraphics3D.polygon(int z,
Point[] p)
|
void |
Graphics3D.polygon(int z,
Point[] p)
Draws a polygon with z position offset. |
void |
IGraphics3D.polygon(Point[] p)
|
void |
Graphics3DVML.polygon(Point[] p)
Draws a polygon. |
void |
Graphics3DSVG.polygon(Point[] p)
Draws a polygon. |
void |
Graphics3DPDF.polygon(Point[] p)
|
abstract void |
Graphics3D.polygon(Point[] p)
|
void |
Graphics3D.polygon(Point p0,
Point p1,
Point p2)
|
static Rectangle |
Graphics3D.polygonRect(Point[] p)
Returns bounding rectangle for point array p |
void |
IGraphics3D.polyLine(int z,
Point[] p)
|
void |
Graphics3D.polyLine(int z,
Point[] p)
Draws a series of line segments to join point array p at z displacement. |
void |
IGraphics3D.polyLine(Point[] p)
|
void |
Graphics3DVML.polyLine(Point[] p)
Draws a series of line segments to join point array p. |
void |
Graphics3DSVG.polyLine(Point[] p)
Draws a series of line segments to join point array p. |
void |
Graphics3DPDF.polyLine(Point[] p)
|
abstract void |
Graphics3D.polyLine(Point[] p)
|
Rectangle |
Graphics3D.rectFromPolygon(int num,
Point[] p)
Returns the bounding rectangle for a given array of XY points. |
void |
Graphics3D.rotateLabel(Point p,
java.lang.String text,
double rotDegree)
Draws a rotated text String at the specified Point x,y coordinates with the RotDegree rotation angle. |
void |
IGraphics3D.rotateTransform(Point p,
double rotDegree)
|
void |
Graphics3DVML.rotateTransform(Point p,
double rotDegree)
|
void |
Graphics3DSVG.rotateTransform(Point p,
double rotDegree)
|
void |
Graphics3DPDF.rotateTransform(Point p,
double rotDegree)
|
void |
Point.set(Point p)
|
void |
Gradient.setCustomTargetPolygon(Point[] value)
|
static Point[] |
Graphics3D.sliceArray(Point[] source,
int length)
|
void |
Graphics3D.textOut(Point p,
java.lang.String text)
|
protected void |
Graphics3D.transparentEllipse(Point p0,
Point p1)
|
void |
IGraphics3D.triangle(Point p0,
Point p1,
Point p2,
int z)
|
void |
Graphics3D.triangle(Point p0,
Point p1,
Point p2,
int z)
Draws a triangle (point p0, pointp1, pointp2) at Z position. |
Uses of Point in com.steema.teechart.events |
---|
Methods in com.steema.teechart.events that return Point | |
---|---|
Point |
SeriesMouseEvent.getPoint()
|
Point |
FrameworkMouseEvent.getPoint()
Constructs and initializes a point at the specified (x,y) location in the coordinate space. |
Point |
ChartMouseEvent.getPoint()
|
Constructors in com.steema.teechart.events with parameters of type Point | |
---|---|
SeriesMouseEvent(ISeries series,
int id,
int valueIndex,
Point p)
|
Uses of Point in com.steema.teechart.legend |
---|
Methods in com.steema.teechart.legend with parameters of type Point | |
---|---|
int |
Legend.clicked(Point p)
Returns the index of the clicked Legend Point. |
boolean |
Legend.doMouseDown(Point p)
|
Uses of Point in com.steema.teechart.misc |
---|
Methods in com.steema.teechart.misc that return Point | |
---|---|
static Point |
Utils.pointAtDistance(Point aFrom,
Point aTo,
int aDist)
|
static Point |
MathUtils.pointAtDistance(Point aFrom,
Point aTo,
int aDist)
|
static Point[] |
Utils.rectToPolygon(Rectangle r)
|
Methods in com.steema.teechart.misc with parameters of type Point | |
---|---|
static double |
Utils.calcDistance(Point p,
int x0,
int y0,
int x1,
int y1)
|
static double |
MathUtils.calcDistance(Point p,
int x0,
int y0,
int x1,
int y1)
|
static Point |
Utils.pointAtDistance(Point aFrom,
Point aTo,
int aDist)
|
static Point |
MathUtils.pointAtDistance(Point aFrom,
Point aTo,
int aDist)
|
static boolean |
Utils.pointInLineTolerance(Point p,
int x0,
int y0,
int x1,
int y1,
int tolerance)
|
static boolean |
MathUtils.pointInLineTolerance(Point p,
int x0,
int y0,
int x1,
int y1,
int tolerance)
|
Uses of Point in com.steema.teechart.styles |
---|
Fields in com.steema.teechart.styles declared as Point | |
---|---|
Point |
SeriesMarksPosition.arrowFrom
|
Point |
SeriesMarksPosition.arrowTo
|
protected Point |
CircularGauge.iCenter
|
Point |
SeriesMarksPosition.leftTop
|
Point |
SeriesMarksPosition.midPoint
|
protected Point[] |
Surface.points
|
Methods in com.steema.teechart.styles that return Point | |
---|---|
Point |
Circular.angleToPos(double angle,
double aXRadius,
double aYRadius)
Returns the exact Screen position for a given pair of Angle and Radius values. |
protected Point |
Pie.calcExplodedRadius(int valueIndex)
|
protected Point |
CircularGauge.calcPoint(double angle,
Point center,
double radiusX,
double radiusY)
|
protected Point |
SeriesMarks.convertTo2D(SeriesMarksPosition aPos,
Point p)
|
Point |
KnobGauge.getCenterPoint()
|
Point |
CustomPolar.getCircleCenter()
|
Point[] |
Polygon.getPolygonPoints()
The coordinates of all Points of the Polygon. |
Point[] |
ContourLevel.getSegmentPoints(int segmentindex)
|
protected Point[] |
Surface.updateArray(int count,
Point[] points)
|
Methods in com.steema.teechart.styles with parameters of type Point | |
---|---|
int |
Polygon.add(Point p)
Adds a boundary coordinate to the polygon. |
protected double |
CircularGauge.calcAngleFromLength(Point Point,
double Length)
|
protected Point |
CircularGauge.calcPoint(double angle,
Point center,
double radiusX,
double radiusY)
|
protected void |
Calendar.checkClick(Point p)
|
boolean |
ContourLevel.clicked(int x,
int y,
Point indices)
|
int |
SeriesMarks.clicked(Point p)
Determines which Mark contains the p point parameters. |
int |
Series.clicked(Point p)
|
int |
Candle.clicked(Point p)
|
boolean |
Candle.clickedCandle(int valueIndex,
Point p)
|
boolean |
ContourLevel.clickedSegment(int x,
int y,
Point indices)
|
protected boolean |
CustomPolar.clickedSegment(Point p,
Point tmp,
Point old)
|
protected Point |
SeriesMarks.convertTo2D(SeriesMarksPosition aPos,
Point p)
|
protected void |
CustomBar.doGradient3D(int valueIndex,
Point p0,
Point p1)
|
void |
Callout.draw(Color c,
Point pFrom,
Point pTo,
int z)
|
void |
GaugeSeriesPointer.draw(IGraphics3D g,
Point inner,
Point innerPlus,
Point innerMinus,
Point outer,
Point outerPlus,
Point outerMinus)
|
void |
SeriesPointer.draw(Point p,
Color colorValue)
|
void |
SeriesPointer.draw(Point p,
Color colorValue,
PointerStyle style)
|
protected void |
CircularGauge.drawAxisMinorTick(Graphics3D g,
Point Inner,
Point Outer)
|
protected void |
CustomGauge.drawAxisMinorTick(IGraphics3D g,
Point inner,
Point outer)
|
protected void |
CircularGauge.drawAxisTick(Graphics3D g,
Point inner,
Point innerPlus,
Point innerMinus,
Point outer,
Point outerPlus,
Point outerMinus)
|
protected void |
CustomGauge.drawAxisTick(IGraphics3D g,
Point inner,
Point innerPlus,
Point innerMinus,
Point outer,
Point outerPlus,
Point outerMinus)
|
protected void |
IsoSurface.drawSidePortion(Point[] P,
int z0,
int z1)
|
protected boolean |
HorizBar.internalClicked(int valueIndex,
Point point)
|
protected boolean |
CustomBar.internalClicked(int valueIndex,
Point point)
|
protected boolean |
Bar.internalClicked(int valueIndex,
Point point)
|
protected Point[] |
Surface.updateArray(int count,
Point[] points)
|
Uses of Point in com.steema.teechart.tools |
---|
Fields in com.steema.teechart.tools declared as Point | |
---|---|
Point |
DrawLine.fromPoint
|
protected Point |
CursorTool.CursorEvent.p
|
Point |
DrawLine.toPoint
|
Methods in com.steema.teechart.tools that return Point | |
---|---|
Point |
DrawLine.axisPoint(Point.Double p)
|
protected Point |
AnnotationCallout.closerPoint(Rectangle r,
Point p)
|
Point |
CursorTool.CursorEvent.getPoint()
|
Methods in com.steema.teechart.tools with parameters of type Point | |
---|---|
DrawLineItem |
DrawLine.clicked(Point p)
|
CursorClicked |
CursorTool.clicked(Point p)
|
boolean |
Annotation.clicked(Point p)
Returns true is point parameter is inside annotation bounds |
protected Point |
AnnotationCallout.closerPoint(Rectangle r,
Point p)
|
Point.Double |
DrawLine.screenPoint(Point p)
|
Constructors in com.steema.teechart.tools with parameters of type Point | |
---|---|
CursorTool.CursorEvent(java.lang.Object source,
int id,
ISeries series,
Point p,
double iXValue,
double iYValue,
int valueIndex)
Creates a new instance of CursorEvent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |