|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SPCChartObjects | |
---|---|
com.quinncurtis.spcchartjava |
Uses of SPCChartObjects in com.quinncurtis.spcchartjava |
---|
Methods in com.quinncurtis.spcchartjava that return SPCChartObjects | |
---|---|
SPCChartObjects |
SPCControlPlotObjectData.getParentChartObjects()
Get the parent SPCChartObjects. |
SPCChartObjects |
SPCChartBase.getPrimaryChart()
Get the object that holds he the chart objects needed to display the primary chart |
SPCChartObjects |
SPCChartBase.getSecondaryChart()
Get the object that holds he the chart objects needed to display the secondary chart |
Methods in com.quinncurtis.spcchartjava with parameters of type SPCChartObjects | |
---|---|
int |
SPCChartBase.addAnnotation(SPCChartObjects chartobjects,
java.util.GregorianCalendar x,
double y,
ChartText textobj)
Add a simple annotation at a specific point in the specified SPC chart. |
int |
SPCChartBase.addAnnotation(SPCChartObjects chartobjects,
int datapointindex,
ChartText textobj)
Add a simple annotation to a data point in the specified SPC chart. |
int |
SPCChartBase.addAnnotation(SPCChartObjects chartobjects,
int datapointindex,
java.lang.String text)
Add a simple annotation to a data point in the specified SPC chart. |
void |
SPCChartBase.autoScaleChartYRange(SPCChartObjects chartobjects)
Auto-scale the y-range of the SPC chart so that all of the sampled data and chart control limits are within the bounds of the y-axis. |
void |
SPCChartObjects.copy(SPCChartObjects source)
Copies the source object. |
void |
SPCControlPlotObjectData.initSPCControlPlotObjectData(SPCChartObjects chartobjects,
SPCControlLimitRecord controllimitrecord,
int limittype,
double sigmalevel)
Initialize a plot object with a specific limit type. |
void |
SPCControlPlotObjectData.setParentChartObjects(SPCChartObjects value)
Set the parent SPCChartObjects. |
void |
SPCChartBase.setPrimaryChart(SPCChartObjects value)
Get the object that holds he the chart objects needed to display the primary chart |
void |
SPCChartBase.setSecondaryChart(SPCChartObjects value)
Get the object that holds he the chart objects needed to display the secondary chart |
Constructors in com.quinncurtis.spcchartjava with parameters of type SPCChartObjects | |
---|---|
SPCControlPlotObjectData(SPCChartObjects chartobjects,
SPCControlLimitRecord controllimitrecord,
int limittype,
double sigmalevel)
Constructor initializes SPCControlPlotObjectData class with the parent SPCChartObjects object, and the associated SPCControlLimitRecord. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |