Uses of Class
com.quinncurtis.spcchartjava.SPCControlLimitRecord

Packages that use SPCControlLimitRecord
com.quinncurtis.spcchartjava   
 

Uses of SPCControlLimitRecord in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava that return SPCControlLimitRecord
 SPCControlLimitRecord SPCControlPlotObjectData.getControlLimitRecord()
          Get the SPCControlLimitRecord for this object.
 SPCControlLimitRecord SPCControlChartData.getControlLimitRecord(int item)
          Get the control limit record at the specified index.
 SPCControlLimitRecord SPCControlLimitAlarmArgs.getEventAlarm()
          Get the SPCControlLimitRecord object.
 

Methods in com.quinncurtis.spcchartjava that return types with arguments of type SPCControlLimitRecord
static java.util.Vector<SPCControlLimitRecord> SPCControlLimitRecord.TypeSafeVectorCopy(java.util.Vector<SPCControlLimitRecord> source)
           Returns an object that is a typesafe copy of the source Vector object.
 

Methods in com.quinncurtis.spcchartjava with parameters of type SPCControlLimitRecord
 int SPCChartObjects.addAdditionalControlLimit(SPCControlLimitRecord spccontrollimit, int limittype, double sigma)
          Initialize the class
 int SPCChartObjects.addAdditionalControlLimit(SPCControlLimitRecord spccontrollimit, int limittype, double sigma, boolean addlines)
          Initialize the class
 int SPCChartObjects.addControlLimit(SPCControlLimitRecord controllimitrecord, int controllimittype, double sigmalevel)
          Add a control limit to the controlLimitData array.
 void SPCControlLimitRecord.copy(SPCControlLimitRecord source)
          Copies the source SPCControlLimitRecord object.
 void SPCControlPlotObjectData.initSPCControlPlotObjectData(SPCChartObjects chartobjects, SPCControlLimitRecord controllimitrecord, int limittype, double sigmalevel)
          Initialize a plot object with a specific limit type.
 boolean SPCControlChartData.isControlLimit(SPCControlLimitRecord controllimitrecord)
          Returns true if the control limit record at the index is initiated.
 void SPCControlPlotObjectData.setControlLimitRecord(SPCControlLimitRecord value)
          Set the SPCControlLimitRecord for this object.
 void SPCControlLimitAlarmArgs.setEventAlarm(SPCControlLimitRecord value)
          Set the SPCControlLimitRecord object.
 

Method parameters in com.quinncurtis.spcchartjava with type arguments of type SPCControlLimitRecord
 void SPCControlChartData.sortAlarmObjectsByValue(java.util.Vector<SPCControlLimitRecord> sortarray)
          This method sorts the objects in the controlLimitValues array in the ascending value of their alarm value.
static java.util.Vector<SPCControlLimitRecord> SPCControlLimitRecord.TypeSafeVectorCopy(java.util.Vector<SPCControlLimitRecord> source)
           Returns an object that is a typesafe copy of the source Vector object.
 

Constructors in com.quinncurtis.spcchartjava with parameters of type SPCControlLimitRecord
SPCControlLimitAlarmArgs(SPCCalculatedValueRecord pv, SPCControlLimitRecord alarm, int channel)
          This constructor creates a SPCControlLimitAlarmArgs object that is used to pass data associated with alarm events.
SPCControlPlotObjectData(SPCChartObjects chartobjects, SPCControlLimitRecord controllimitrecord, int limittype, double sigmalevel)
          Constructor initializes SPCControlPlotObjectData class with the parent SPCChartObjects object, and the associated SPCControlLimitRecord.