| |
|
| java.lang.Object org.krysalis.jcharts.properties.ChartTypeProperties org.krysalis.jcharts.properties.AxisChartTypeProperties org.krysalis.jcharts.properties.PointChartProperties
Constructor Summary | |
public | PointChartProperties(Shape[] shapes, boolean[] fillPointFlags, Paint[] outlinePaints) Constructor
Parameters: shapes - the Shapes to use for each DataSet drawn in this chart. |
DEFAULT_POINT_BORDER_STROKE | final public static Stroke DEFAULT_POINT_BORDER_STROKE(Code) | | |
SHAPE_CIRCLE | final public static Shape SHAPE_CIRCLE(Code) | | |
SHAPE_DIAMOND | final public static Shape SHAPE_DIAMOND(Code) | | |
SHAPE_SQUARE | final public static Shape SHAPE_SQUARE(Code) | | |
SHAPE_TRIANGLE | final public static Shape SHAPE_TRIANGLE(Code) | | |
PointChartProperties | public PointChartProperties(Shape[] shapes, boolean[] fillPointFlags, Paint[] outlinePaints)(Code) | | Constructor
Parameters: shapes - the Shapes to use for each DataSet drawn in this chart. There mustbe an one to one mapping of Shape objects and DataSets in the chart. Parameters: fillPointFlags - flags indicating whether to fill the point Shapes or to only outline themusing the Paint specified on the DataSet object. If this is set to TRUE, the 'outlinePaint'attribute can be used to outline the Shape. Parameters: outlinePaints - Sets the outline Paint to use for each Shape in the chart. This Paint isonly used if the 'setFillPointsFlag' is set to TRUE for the Shape. |
getFillPointsFlag | public boolean getFillPointsFlag(int index)(Code) | | |
getPointOutlinePaints | public Paint getPointOutlinePaints(int index)(Code) | | Parameters: index - Paint |
getShape | public Shape getShape(int index)(Code) | | Parameters: index - Shape |
toHTML | public void toHTML(HTMLGenerator htmlGenerator)(Code) | | Enables the testing routines to display the contents of this Object.
Parameters: htmlGenerator - |
|
|
|