예제 #1
0
 /** scales the given x value with current x scale factor */
 private int xScale(int x) {
   return doScale(x, m_localGraphicsState.getXScale());
 }