Uses of Class
com.quinncurtis.spcchartjava.SPCControlPlotObjectData

Packages that use SPCControlPlotObjectData
com.quinncurtis.spcchartjava   
 

Uses of SPCControlPlotObjectData in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava that return SPCControlPlotObjectData
 SPCControlPlotObjectData SPCChartObjects.getControlLimitData(int index)
          Get control limit data associated with a specfic index in the controlLimitData array.
 SPCControlPlotObjectData SPCChartObjects.getProcessVariableData()
          Holds a reference to an object encapsulating the plot object data associated with the main variable of the chart.
 SPCControlPlotObjectData SPCChartObjects.getProcessVariableData2()
          Holds a reference to an object encapsulating the plot object data associated with the secondary variable of the chart.
 SPCControlPlotObjectData SPCChartObjects.getSampledDataData(int index)
          Get the sampled data data associated with a specfic index in the sampledDataData array.
 SPCControlPlotObjectData SPCControlLimitRecord.getSPCPlotObjectData()
          Get the chart object that displays this alarm
 

Methods in com.quinncurtis.spcchartjava that return types with arguments of type SPCControlPlotObjectData
 java.util.Vector<SPCControlPlotObjectData> SPCChartObjects.getControlLimitData()
          Get the array of the plot objects associated with control limits.
 java.util.Vector<SPCControlPlotObjectData> SPCChartObjects.getSampledDataData()
          Get the array of the sample data.
static java.util.Vector<SPCControlPlotObjectData> SPCControlPlotObjectData.TypeSafeVectorCopy(java.util.Vector<SPCControlPlotObjectData> source)
           Returns an object that is a typesafe copy of the source Vector object.
 

Methods in com.quinncurtis.spcchartjava with parameters of type SPCControlPlotObjectData
 void SPCControlPlotObjectData.copy(SPCControlPlotObjectData source)
          Copies the source object.
 void SPCChartBase.makeControlLinePlot(PhysicalCoordinates ptransform, SPCControlPlotObjectData plotobjdata)
          Draw a control line, either a simple straight line, or a variable control line, for the specified chart.
 void SPCControlLimitRecord.setSPCPlotObjectData(SPCControlPlotObjectData value)
          Set the chart object that displays this alarm
 void SPCChartBase.updateControlLimitLabel(PhysicalCoordinates ptransform, SPCControlPlotObjectData controllimitdata, int xjust, int yjust)
          Creates a numeric label of the control limit, and adds the numeric label to the spc chart.
 

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