예제 #1
0
 /** @see org.jfree.data.xy.MatrixSeries#zeroAll() */
 public void zeroAll() {
   this.m_totalSum = 0;
   super.zeroAll();
 }