Uses of Class
com.quinncurtis.spcchartjava.SPCSampledValueRecord

Packages that use SPCSampledValueRecord
com.quinncurtis.spcchartjava   
 

Uses of SPCSampledValueRecord in com.quinncurtis.spcchartjava
 

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

Methods in com.quinncurtis.spcchartjava with parameters of type SPCSampledValueRecord
 void SPCSampledValueRecord.copy(SPCSampledValueRecord source)
          Copies the source object.
 

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