| Field Summary | |
|---|---|
| static jsx3.chart.PointRenderer | Creates a square point. |
| static jsx3.chart.PointRenderer | Creates a circular point. |
| static jsx3.chart.PointRenderer | Creates a x-shaped cross point. |
| static jsx3.chart.PointRenderer | Creates a diamond shaped point. |
| static jsx3.chart.PointRenderer | Creates an upward-pointing triangular point. |
| Method Summary | |
|---|---|
| abstract Number | areaToRadius(area : Number) Converts the area of the point to display to the radius of the box that it should fill. |
| abstract jsx3.vector.Tag | render(x1 : int, y1 : int, x2 : int, y2 : int, fill : jsx3.vector.Fill, stroke : jsx3.vector.Stroke) Renders the point in the bounds specified by {x1,y1} {x2,y2}. |
| Field Detail |
|---|
| Method Detail |
|---|