Returns the value for the variable in the set specified by set, the
category specified by cat within the set, and the item specified by item
within the category.
Returns whether upon the next painting, the layout ratios distributing
the max size of the space between the components, should be set to their
ideal values based on particulars of the chart.
Returns whether the colors for the chart's data sets [the colors
of the legend's bullets and/or the colors of the data representation
components [bars, lines, dots, and/or pie sectors]], will be
selected automatically by the Chart2D package or not.
Returns the colors for the chart's data sets [the colors
of the legend's bullets and/or the colors of the data representation
components [bars, lines, dots, and/or pie sectors]].
Returns the thickness (ie diameter) of the dots that exist at the
beginning and ending of the lines releating each pie sector with its
particular label for the chart's model size.
Returns the depth within each gap between each pie sector and label,
from each pie, of the point at which a line coming from a label and a line
coming from a pie, meet.
Returns whether the gap between each pie label and a point from which a
line may be drawn and/or on which a dot may be placed to relate each label
with a particular pie sector exists.
Returns the gap between each pie label and a point from which a line
may be drawn and/or on which a dot may be placed to relate each label with
a particular pie sector for the chart's model size.
Returns the depth within each pie sector a point is placed from which a
line may be drawn and/or on which a dot may be placed to relate each label
with a particular pie sector for the chart's model size.
Creates this object with properties (deep) copied from the
GraphChart2DProperties, with the given Chart2DProperties object, and with
one default GraphProperties object.
Creates this object with properties (deep) copied from the
GraphChart2DProperties, with the given Chart2DProperties object, and with
the given GraphProperties object.
Creates this object with properties (deep) copied from the
GraphChart2DProperties, with a default Chart2DProperties object, and with
the given GraphProperties object.
Constructs a new horizontal text list area with the following default
values:
setLabelsExistence (true);
setLabels (new String[0]);
setBulletsExistence (true);
setBulletColors (new Color[0]);
setBulletsSizeModel (new Dimension (9, 9));
setBulletsOutline (true);
setBetweenLabelsGapExistence (true);
setBetweenLabelsGapThicknessModel (3);
setBetweenBulletsGapExistence (true);
setBetweenBulletsGapThicknessModel (3);
setBetweenBulletsAndLabelsGapExistence (true);
setBetweenBulletsAndLabelsGapThicknessModel (3);
setBulletsAlignment (CENTERED);
setBulletsRelation (TOP);
setBulletsSquare (false);
setAllowSelfSize (true);
resetHorizontalTextListAreaModel (true);
Creates a PieChart2DProperties object with property values (deep) copied
from another PieChart2DProperties object, with a default Chart2DProperties
object, and with a default Dataset object.
Creates a PieChart2DProperties object with property values (deep) copied
from another PieChart2DProperties object, with the given Chart2DProperties
object, and with a default Dataset object.
Creates a PieChart2DProperties object with property values (deep) copied
from another PieChart2DProperties object, with the given Chart2DProperties
object, and with the given Dataset object.
Creates a PieChart2DProperties object with property values (deep) copied
from another PieChart2DProperties object, with a default Chart2DProperties
object, and with the given Dataset object.
Specifies the value for the variable in the set specified by set, the
category specified by cat within the set, and the item specified by item
within the category.
Indiates whether upon the next painting, the layout ratios distributing
the max size of the space between the components, should be set to their
ideal values based on particulars of the chart.
Specifies whether the colors for the chart's data sets [the colors
of the legend's bullets and/or the colors of the data representation
components [bars, lines, dots, and/or pie sectors]], will be
selected automatically by the Chart2D package or not.
Specifies the colors for the chart's data sets [the colors
of the legend's bullets and/or the colors of the data representation
components [bars, lines, dots, and/or pie sectors]].
The number of ticks should be equal to the number of axis labels at all
times, EXCEPT with a type of chart with a (LABELSBOTTOM axis and a
graph components alignment is true).
The number of ticks should be equal to the number of x axis labels at all
times, EXCEPT with a type of chart with a (LABELSBOTTOM x axis and a
graph components alignment is true).
The number of ticks should be equal to the number of x axis labels at all
times, EXCEPT with a type of chart with a (LABELSBOTTOM x axis and a
graph components alignment is true).
Specifies the thickness (ie diameter) of the dots that exist at the
beginning and ending of the lines releating each pie sector with its
particular label for the chart's model size.
Specifies the depth within each gap between each pie sector and label,
from each pie, of the point at which a line coming from a label and a line
coming from a pie, meet.
Specifies whether the gap between each pie label and a point from which a
line may be drawn and/or on which a dot may be placed to relate each label
with a particular pie sector exists.
Specifies the gap between each pie label and a point from which a line
may be drawn and/or on which a dot may be placed to relate each label with
a particular pie sector for the chart's model size.
Specifies the depth within each pie sector a point is placed from which a
line may be drawn and/or on which a dot may be placed to relate each label
with a particular pie sector for the chart's model size.
Any time a property is changed after the properties are added to a Chart2D,
then the Chart2D is updated with the new properties the next time a
method of Chart2D's is called.
Returns an array of the indexes, that is a sorted view of the array
graphValues[i][barIndex] i ranges from 0 to graphValues.length and
where barIndex is constant.
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread.
Creates a new text area with the following default values:
setText ("");
setRotateLeft (false);
setTextJustification (CENTER);
resetTextAreaModel (true);
Constructs a new vertical text list area with the following default
values:
setLabelsExistence (true);
setBulletsExistence (true);
setBulletsSizeModel (new Dimension (9, 9));
setBulletsOutline (true);
setBetweenLabelsGapExistence (true);
setBetweenLabelsGapThicknessModel (3);
setBetweenBulletsGapExistence (true);
setBetweenBulletsGapThicknessModel (3);
setBetweenBulletsAndLabelsGapExistence (true);
setBetweenBulletsAndLabelsGapThicknessModel (3);
setBulletsAlignment (CENTERED);
setBulletsRelation (LEFT);
setAllowSelfSize (true);
resetVerticalTextListAreaModel (true);