/**
* A flag that controls whether or not shapes are visible for ALL series.
*
* @deprecated As of 1.0.7.
*/
/**
* A flag that controls whether or not shapes are visible for ALL series.
*
* @deprecated As of 1.0.7 (this override flag is unnecessary).
*/
private Boolean shapesVisible;
/**
* A table of flags that control (per series) whether or not shapes are
* visible.
*/
private BooleanList seriesShapesVisible;
/** The default value returned by the getShapeVisible() method. */
private boolean baseShapesVisible;
/**
* A flag that controls whether or not shapes are filled for ALL series.
*
* @deprecated As of 1.0.7.
*/
/**
* A flag that controls whether or not shapes are filled for ALL series.
*
* @deprecated As of 1.0.7 (this override flag is unnecessary).
*/
private Boolean shapesFilled;
/**
* A table of flags that control (per series) whether or not shapes are
* filled.
*/
private BooleanList seriesShapesFilled;
/** The default value returned by the getShapeFilled() method. */
private boolean baseShapesFilled;
/** A flag that controls whether outlines are drawn for shapes. */
/**
* A flag that controls whether the fill paint is used for filling
* shapes.
*/
private boolean [[#variable18d2b020]];
/**
* A flag that controls whether the fill paint is used for filling
* shapes.
*/
/** A flag that controls whether outlines are drawn for shapes. */
private boolean [[#variable18d2b260]];
/**
* A flag that controls whether the outline paint is used for drawing shape
* outlines.
*/
/**
* A flag that controls whether the outline paint is used for drawing shape
* outlines - if not, the regular series paint is used.
*/
private boolean useOutlinePaint;
/**
* A flag that controls whether or not each series is drawn as a single
* path.
*/
/**
* A flag that controls whether or not the x-position for each item is
* offset within the category according to the series.
*
* @since 1.0.7
*/
private boolean [[#variable18d2ae60]];
|