|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartAttribute | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of ChartAttribute in com.quinncurtis.chart2djava |
---|
Methods in com.quinncurtis.chart2djava that return ChartAttribute | |
---|---|
ChartAttribute |
CandlestickPlot.getBoxFillAttributes()
Returns the fill attributes for the filling the candlestick box when the open value is greater than the close value. |
ChartAttribute |
GraphObj.getChartObjAttributes()
Returns a reference to the attributes for a chart object. |
ChartAttribute |
UserCoordinates.getCurrentAttributes()
This method returns a copy of the current drawing attributes for the class. |
ChartAttribute |
ChartPlot.getSegmentAttributes(int nsegment)
This method returns a reference to the segment attribute object at the index nsegment. |
ChartAttribute |
SimpleLineMarkerPlot.getSymbolAttributes()
Returns a copy of the attributes for the filling the scatter plot symbols. |
Methods in com.quinncurtis.chart2djava that return types with arguments of type ChartAttribute | |
---|---|
static java.util.Vector<ChartAttribute> |
ChartAttribute.TypeSafeVectorCopy(java.util.Vector<ChartAttribute> source)
Returns an object that is a typesafe copy of the source Vector |
Methods in com.quinncurtis.chart2djava with parameters of type ChartAttribute | |
---|---|
int |
BubblePlotLegend.addLegendItem(java.lang.String stext,
double rsize,
ChartAttribute attrib,
java.awt.Font thefont)
Add a legend item to the current legend, specifying the legend item text, symbol, attributes and font. |
int |
StandardLegend.addLegendItem(java.lang.String stext,
java.awt.geom.GeneralPath symbolshape,
ChartAttribute attrib,
java.awt.Font thefont)
Add a legend item to the current legend, specifying the legend item text, symbol, attributes and font. |
int |
StandardLegend.addLegendItem(java.lang.String stext,
int nsymbol,
ChartAttribute attrib,
java.awt.Font thefont)
Add a legend item to the current legend, specifying the legend item text, symbol, attributes and font. |
void |
ChartAttribute.copy(ChartAttribute source)
Copies the source ChartAttribute object. |
void |
ArrowPlot.initArrowPlot(GroupDataset dataset,
Arrow basearrow,
ChartAttribute attrib)
This constructor initializes the dataset, base arrow object and attributes of this ArrowPlot object. |
void |
SimpleBarPlot.initBarPlot(SimpleDataset dataset,
double barwidth,
double barbase,
ChartAttribute attrib,
int barjust)
Sets the properties of a bar plot. |
void |
BubblePlot.initBubblePlot(GroupDataset dataset,
int bubblesizetype,
ChartAttribute attrib)
Sets the properties of an BubblePlot object. |
void |
CandlestickPlot.initCandlestickPlot(GroupDataset dataset,
double rwidth,
ChartAttribute defaultattrib,
ChartAttribute fillattrib)
Sets the properties of a candlestick plot. |
void |
CellPlot.initCellPlot(GroupDataset dataset,
ChartAttribute attrib)
This method initializes a new CellPlot object that will reside in the specified coordinate system. |
void |
ChartSymbol.initChartSymbol(int nsymbol,
ChartAttribute attrib)
This method initializes the properties of a chart symbol. |
void |
ContourPlot.initContourPlot(ContourDataset dataset,
double[] contourlevels,
ChartAttribute[] attribs,
boolean[] blineflags,
boolean[] blabelflags,
int numcontourlevels,
int contourtype)
Sets the properties of a contour plot. |
void |
ContourPlot.initContourPlot(ContourDataset dataset,
double[] contourlevels,
ChartAttribute[] attribs,
int numcontourlevels,
int contourtype)
Sets the properties of a contour plot. |
void |
ErrorBarPlot.initErrorBarPlot(GroupDataset dataset,
double rbarwidth,
ChartAttribute attrib)
Sets the properties of an error bar plot. |
void |
FloatingBarPlot.initFloatingBarPlot(GroupDataset dataset,
double rbarwidth,
ChartAttribute attrib,
int nbarjust)
Sets the properties of a floating bar plot. |
void |
GroupBarPlot.initGroupBarPlot(GroupDataset dataset,
double rbarwidth,
double rbarbase,
ChartAttribute[] attribs,
int nbarjust)
Sets the properties of a group bar plot. |
void |
HistogramPlot.initHistogramPlot(GroupDataset dataset,
double rbarbase,
ChartAttribute attrib)
Sets the properties of an floating bar plot. |
void |
LineGapPlot.initLineGapPlot(GroupDataset dataset,
ChartAttribute attrib)
Sets the properties of an LineGapPlot object that will reside in the specified coordinate system. |
void |
MultiLinePlot.initMultiLinePlot(GroupDataset dataset,
ChartAttribute[] attribs)
Sets the properties of a multi-line plot. |
int |
PolarLinePlot.initPolarLinePlot(SimpleDataset dataset,
ChartAttribute attrib)
Sets the properties of a polar line plot. |
void |
PolarScatterPlot.initPolarScatterPlot(SimpleDataset dataset,
int symtype,
ChartAttribute attrib)
Sets the properties of a polar scatter plot. |
void |
ChartPlot.initSegmentAttributes(ChartAttribute attrib)
Sets all attribute objects in the segmentAttributesVector vector to a copy of the specified ChartAttribute object. |
void |
ChartPlot.initSegmentAttributes(ChartAttribute[] attribs,
GroupDataset dataset)
Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute objects. |
void |
ChartPlot.initSegmentAttributes(ChartAttribute[] attribs,
int nnumsegments)
Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute objects. |
void |
ChartPlot.initSegmentAttributes(ChartAttribute attribs,
GroupDataset dataset)
Sets the size of the segmentAttributesVector vector and initializes it with the specified ChartAttribute object. |
void |
ChartPlot.initSegmentAttributes(ChartAttribute attrib,
int nnumsegments)
Sets all attribute objects in the segmentAttributesVector vector to a copy of the specified ChartAttribute object. |
void |
StackedBarPlot.initStackedBarPlot(GroupDataset dataset,
double rbarwidth,
double rbarbase,
ChartAttribute[] attribs,
int nbarjust)
Sets the properties of a stacked bar plot. |
void |
StackedLinePlot.initStackedLinePlot(GroupDataset dataset,
ChartAttribute[] attribs)
Sets the properties of a stacked line plot. |
void |
SimpleLineMarkerPlot.lineMarkerPlot(SimpleDataset dataset,
int symtype,
ChartAttribute lineattrib,
ChartAttribute symbolattrib,
int nsymbolstart,
int nsymbolskip)
Sets the properties of a line marker plot. |
void |
SimpleLinePlot.linePlot(SimpleDataset dataset,
ChartAttribute attrib)
Sets the properties of a line plot. |
void |
SimpleScatterPlot.scatterPlot(SimpleDataset dataset,
int symtype,
ChartAttribute attrib)
Sets the properties of a scatter plot. |
void |
CandlestickPlot.setBoxFillAttributes(ChartAttribute attrib)
Sets the fill attributes for the filling the candlestick box when the open value is greater than the close value. |
void |
PolarAxes.setChartObjAttributes(ChartAttribute attr)
This methods sets the color and line attributes of the polar axis. |
void |
GraphObj.setChartObjAttributes(ChartAttribute attr)
Sets the attributes for a chart object using an ChartAttribute object. |
void |
ContourPlot.setContourPlotAttributes(double[] contourlevels,
ChartAttribute[] attribs,
boolean[] blineflags,
boolean[] blabelflags,
int numcontourlevels,
int contourtype)
Sets the properties of a contour plot. |
void |
ContourPlot.setContourPlotAttributes(double[] contourlevels,
ChartAttribute[] attribs,
int numcontourlevels,
int contourtype)
Sets the properties of a contour plot. |
void |
UserCoordinates.setCurrentAttributes(ChartAttribute attrib)
Sets the current drawing attributes of the current graphics context. |
void |
OHLCPlot.setOHLCPlot(GroupDataset dataset,
double rflagwidth,
ChartAttribute attrib)
Sets the properties of an open-high-low-close plot. |
void |
ChartPlot.setSegmentAttributes(int nsegment,
ChartAttribute attrib)
Sets the attribute object at the index nsegment to a copy of the specified ChartAttribute object. |
void |
SimpleLineMarkerPlot.setSymbolAttributes(ChartAttribute attrib)
Sets the attributes for the filling the scatter plot symbols. |
Method parameters in com.quinncurtis.chart2djava with type arguments of type ChartAttribute | |
---|---|
static java.util.Vector<ChartAttribute> |
ChartAttribute.TypeSafeVectorCopy(java.util.Vector<ChartAttribute> source)
Returns an object that is a typesafe copy of the source Vector |
Constructors in com.quinncurtis.chart2djava with parameters of type ChartAttribute | |
---|---|
ArrowPlot(PhysicalCoordinates transform,
GroupDataset dataset,
Arrow basearrow,
ChartAttribute attrib)
This constructor creates a new ArrowPlot object that will reside in the specified coordinate system. |
|
BubblePlot(PhysicalCoordinates transform,
GroupDataset dataset,
int bubblesizetype,
ChartAttribute attrib)
This constructor creates a new BubblePlot object that will reside in the specified coordinate system. |
|
BubblePlotLegend(BubblePlot plot,
double rx,
double ry,
ChartAttribute attrib)
This BubblePlotLegend constructor initializes the position, size, color attributes, and layout1 mode of the legend. |
|
BubblePlotLegend(BubblePlot plot,
double rx,
double ry,
double rwidth,
double rheight,
ChartAttribute attrib)
This BubblePlotLegend constructor initializes the position, size, color attributes, and layout1 mode of the legend. |
|
BubblePlotLegendItem(PhysicalCoordinates transform,
java.lang.String stext,
double rsize,
ChartAttribute attrib,
java.awt.Font thefont)
This BubblePlotLegendItem constructor creates a new object based on the source chart scale, a text string, a symbol value, an ChartAttribute object, and an explicit font. |
|
CandlestickPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rwidth,
ChartAttribute defaultattrib,
ChartAttribute fillattrib)
This constructor creates a new CandlestickPlot object that will reside in the specified coordinate system. |
|
CellPlot(PhysicalCoordinates transform,
GroupDataset dataset,
ChartAttribute attrib)
This constructor creates a new CellPlot object that will reside in the specified coordinate system. |
|
ChartAttribute(ChartAttribute attr)
This constructor creates a new ChartAttribute object as a copy of an existing ChartAttribute object. |
|
ChartSymbol(PhysicalCoordinates transform,
java.awt.geom.GeneralPath symbolshape,
ChartAttribute attrib)
This constructor creates a new ChartSymbol object using the specified scale, GeneralPath and attributes. |
|
ChartSymbol(PhysicalCoordinates transform,
int nsymbol,
ChartAttribute attrib)
This constructor creates a new ChartSymbol object using the specified scale, symbol and attributes. |
|
ContourPlot(PhysicalCoordinates transform,
ContourDataset dataset,
double[] contourlevels,
ChartAttribute[] attribs,
boolean[] blineflags,
boolean[] blabelflags,
int numcontourlevels,
int contourtype)
This constructor creates a new ContourPlot object that will reside in the specified coordinate system. |
|
ContourPlot(PhysicalCoordinates transform,
ContourDataset dataset,
double[] contourlevels,
ChartAttribute[] attribs,
int numcontourlevels,
int contourtype)
This constructor creates a new ContourPlot object that will reside in the specified coordinate system. |
|
ErrorBarPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rbarwidth,
ChartAttribute attrib)
This constructor creates a new ErrorBarPlot object that will reside in the specified coordinate system. |
|
FloatingBarPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rbarwidth,
ChartAttribute attrib,
int nbarjust)
This constructor creates a new FloatingBarPlot object that will reside in the specified coordinate system. |
|
GroupBarPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rbarwidth,
double rbarbase,
ChartAttribute[] attribs,
int nbarjust)
This constructor creates a new GroupPlot object that will reside in the specified coordinate system. |
|
HistogramPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rbarbase,
ChartAttribute attrib)
This constructor creates a new HistogramPlot object that will reside in the specified coordinate system. |
|
LegendItem(PhysicalCoordinates transform,
java.lang.String stext,
int nsymbol,
ChartAttribute attrib,
java.awt.Font thefont)
an LegendItem constructor creates a new object based on the source chart scale, a text string, a symbol value, an ChartAttribute object, and an explicit font. |
|
LineGapPlot(PhysicalCoordinates transform,
GroupDataset dataset,
ChartAttribute attrib)
This constructor creates a new LineGapPlot object that will reside in the specified coordinate system. |
|
MultiLinePlot(PhysicalCoordinates transform,
GroupDataset dataset,
ChartAttribute[] attribs)
This constructor creates a new MultiLinePlot object that will reside in the specified coordinate system. |
|
OHLCPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rflagwidth,
ChartAttribute attrib)
This constructor creates a new OHLCPlot object that will reside in the specified coordinate system. |
|
PieChart(PhysicalCoordinates transform,
SimpleDataset dataset,
java.lang.String[] spiestring1s,
ChartAttribute[] attribs,
int labelinout1,
int pielabelformat)
This constructor creates a new PieChart object and scales it to match the specified minimum and maximum values. |
|
PolarLinePlot(PolarCoordinates transform,
SimpleDataset dataset,
ChartAttribute attrib)
This constructor creates a new PolarLinePlot object that will reside in the specified coordinate system. |
|
PolarScatterPlot(PolarCoordinates transform,
SimpleDataset dataset,
int symtype,
ChartAttribute attrib)
This constructor creates a new PolarScatterPlot object that will reside in the specified coordinate system. |
|
SimpleBarPlot(PhysicalCoordinates transform,
SimpleDataset dataset,
double barwidth,
double barbase,
ChartAttribute attrib,
int barjust)
This constructor creates a new SimpleBarPlot object that will reside in the specified coordinate system. |
|
SimpleLineMarkerPlot(PhysicalCoordinates transform,
SimpleDataset dataset,
int symtype,
ChartAttribute lineattrib,
ChartAttribute symbolattrib,
int nsymbolstart,
int nsymbolskip)
This constructor creates a new SimpleLineMarkerPlot object that will reside in the specified coordinate system. |
|
SimpleLinePlot(PhysicalCoordinates transform,
SimpleDataset dataset,
ChartAttribute attrib)
This constructor creates a new SimpleLinePlot object that will reside in the specified coordinate system. |
|
SimpleScatterPlot(PhysicalCoordinates transform,
SimpleDataset dataset,
int symtype,
ChartAttribute attrib)
This constructor creates a new SimpleScatterPlot object that will reside in the specified coordinate system. |
|
StackedBarPlot(PhysicalCoordinates transform,
GroupDataset dataset,
double rbarwidth,
double rbarbase,
ChartAttribute[] attribs,
int nbarjust)
This constructor creates a new StackedBarPlot object that will reside in the specified coordinate system. |
|
StackedLinePlot(PhysicalCoordinates transform,
GroupDataset dataset,
ChartAttribute[] attribs)
This constructor creates a new StackedLinePlot object that will reside in the specified coordinate system. |
|
StandardLegend(double rx,
double ry,
ChartAttribute attrib,
int nlayout1mode)
an StandardLegend constructor that initializes the position, size, color attributes, and layout mode of the legend. |
|
StandardLegend(double rx,
double ry,
double rwidth,
double rheight,
ChartAttribute attrib,
int nlayout1mode)
A StandardLegend constructor that initializes the position, size, color attributes, and layout mode of the legend. |
Uses of ChartAttribute in com.quinncurtis.spcchartjava |
---|
Methods in com.quinncurtis.spcchartjava that return ChartAttribute | |
---|---|
ChartAttribute |
ParetoChart.getBarAttrib()
Get the default primary bar attribute object for the bars of the chart. |
ChartAttribute |
FrequencyHistogramChart.getBarAttrib()
Get the primary bar attribute object for the bars of the histogram. |
ChartAttribute |
SPCControlPlotObjectData.getDefaultLCLPlotLineAttrib()
Get default chart attributes for the lower control limit of the chart. |
ChartAttribute |
SPCControlPlotObjectData.getDefaultMeasuredPlotLineAttrib()
Get default chart attributes for the measured variable line plot. |
ChartAttribute |
SPCControlPlotObjectData.getDefaultSamplePlotLineAttrib()
Get the default chart attributes for the sampled data scatter plots |
ChartAttribute |
SPCControlPlotObjectData.getDefaultTargetPlotLineAttrib()
Get default chart attributes for the target line of the chart. |
ChartAttribute |
SPCControlPlotObjectData.getDefaultUCLPlotLineAttrib()
GEt default chart attributes for the upper control limit of the chart. |
ChartAttribute |
SPCControlPlotObjectData.getLabelAttrib()
Get the chart attribute used for this objects label. |
ChartAttribute |
ParetoChart.getLineAttrib()
Get the default primary line attribute object for the line plot of the chart. |
ChartAttribute |
FrequencyHistogramChart.getNormalCurveAttribute()
Set to true and the normal curve is automatically drawn |
ChartAttribute |
ProbabilityChart.getPlotAttrib()
Get the default primary plot attribute object for the plot of the chart. |
ChartAttribute |
SPCControlPlotObjectData.getPlotLineAttrib()
Get the chart attribute used for this objects line plot. |
ChartAttribute |
SPCControlPlotObjectData.getPlotSymbolAttrib()
Get the symbol attribute used for this objects symbols. |
ChartAttribute |
ParetoChart.getSymbolAttrib()
Get the default symbolAttrib attribute object for the symbols of the chart. |
Methods in com.quinncurtis.spcchartjava with parameters of type ChartAttribute | |
---|---|
void |
FrequencyHistogramChart.addFrequencyHistogramControlLine(double xvalue,
ChartAttribute attrib)
Add a control limit line to the frequency histogram. |
void |
SPCGeneralizedTableDisplay.addHorizontalBar(double startx,
double starty,
double stopx,
double stopy,
ChartAttribute attrib1)
Add a horizontal bar as a row background for the table. |
void |
FrequencyHistogramChart.drawFrequencyHistogramControlLines(ChartView chartvu,
double xvalue,
ChartAttribute attrib,
boolean text)
Add a control limit line to the frequency histogram. |
void |
FrequencyHistogramChart.drawNormalCurve(ChartView chartvu,
double mean,
double stddev,
double amp,
ChartAttribute attrib)
Add a normal curve to the histogram. |
void |
SPCControlPlotObjectData.setDefaultLCLPlotLineAttrib(ChartAttribute value)
Specifies default chart attributes for the lower control limit of the chart. |
void |
SPCControlPlotObjectData.setDefaultMeasuredPlotLineAttrib(ChartAttribute value)
Set default chart attributes for the measured variable line plot. |
void |
SPCControlPlotObjectData.setDefaultSamplePlotLineAttrib(ChartAttribute value)
Set the default chart attributes for the sampled data scatter plots |
void |
SPCControlPlotObjectData.setDefaultTargetPlotLineAttrib(ChartAttribute value)
Set default chart attributes for the target line of the chart. |
void |
SPCControlPlotObjectData.setDefaultUCLPlotLineAttrib(ChartAttribute value)
Set default chart attributes for the upper control limit of the chart. |
void |
SPCControlPlotObjectData.setLabelAttrib(ChartAttribute value)
Set the chart attribute used for this objects label. |
void |
FrequencyHistogramChart.setNormalCurveAttribute(ChartAttribute value)
Set to true and the normal curve is automatically drawn |
void |
SPCControlPlotObjectData.setPlotLineAttrib(ChartAttribute value)
Set the chart attribute used for this objects line plot. |
void |
SPCControlPlotObjectData.setPlotSymbolAttrib(ChartAttribute value)
Set the symbol attribute used for this objects symbols. |
Constructors in com.quinncurtis.spcchartjava with parameters of type ChartAttribute | |
---|---|
SimpleMultiPlot(PhysicalCoordinates transform,
SimpleDataset dataset,
ChartAttribute lineattrib)
This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system. |
|
SimpleMultiPlot(PhysicalCoordinates transform,
SimpleDataset dataset,
double barwidth,
double barbase,
ChartAttribute attrib,
int barjust)
This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system. |
|
SimpleMultiPlot(PhysicalCoordinates transform,
SimpleDataset dataset,
int symtype,
ChartAttribute symbolattrib)
This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system. |
|
SimpleMultiPlot(PhysicalCoordinates transform,
SimpleDataset dataset,
int symtype,
ChartAttribute lineattrib,
ChartAttribute symbolattrib,
double barwidth)
This constructor creates a new SimpleMultiPlot object that will reside in the specified coordinate system. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |