|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SPCControlChartData | |
---|---|
com.quinncurtis.spcchartjava |
Uses of SPCControlChartData in com.quinncurtis.spcchartjava |
---|
Methods in com.quinncurtis.spcchartjava that return SPCControlChartData | |
---|---|
SPCControlChartData |
SPCDataToolTip.getChartData()
Returns the SPCControlChartData object associated with the tooltip. |
SPCControlChartData |
SPCChartBase.getChartData()
Get the object that holds the descriptive text, sampled and calculated values associated with the control chart. |
SPCControlChartData |
SPCControlLimitRecord.getSPCProcessVar()
Get the spcDataVar object. |
Methods in com.quinncurtis.spcchartjava with parameters of type SPCControlChartData | |
---|---|
void |
SPCAlarmEventListener.alarmEventChanged(SPCControlChartData source,
SPCControlLimitAlarmArgs e)
|
void |
SPCControlChartData.copy(SPCControlChartData source)
Copies the source object. |
void |
SPCDataToolTip.setChartData(SPCControlChartData value)
Sets the SPCControlChartData object associated with the tooltip. |
void |
SPCControlLimitRecord.setSPCProcessVar(SPCControlChartData value)
Set the spcDataVar object. |
Constructors in com.quinncurtis.spcchartjava with parameters of type SPCControlChartData | |
---|---|
SPCControlLimitRecord(SPCControlChartData processvar,
int parametertype)
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified process variable and alarm type. |
|
SPCControlLimitRecord(SPCControlChartData processvar,
int parametertype,
double alarmlimitvalue)
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified process variable, alarm type and alarm limit value. |
|
SPCControlLimitRecord(SPCControlChartData processvar,
int parametertype,
double alarmlimitvalue,
java.lang.String normalmessage,
java.lang.String alarmmessage)
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified process variable, alarm type, alarm limit value and alarm message. |
|
SPCControlLimitRecord(SPCControlChartData processvar,
int parametertype,
double alarmlimitvalue,
java.lang.String normalmessage,
java.lang.String alarmmessage,
double hysteresisvalue)
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified process variable, alarm type, alarm limit value and alarm message. |
|
SPCControlLimitRecord(SPCControlChartData processvar,
SPCCalculatedValueRecord clr,
int parametertype,
double alarmlimitvalue,
java.lang.String normalmessage,
java.lang.String alarmmessage)
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified process variable, alarm type, alarm limit value and alarm message. |
|
SPCDataToolTip(SPCControlChartData spcdata)
Default constructor |
|
SPCProcessCapabilityRecord(SPCControlChartData processvar,
double lsl,
double usl,
int calctype,
int samplesize,
java.lang.String description)
Constructor initializes a calculated value record. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |