Exemplo n.º 1
0
 private void setData() {
   buildLine(vertex, vertexCount, xMin, yMin, axes.getXScale(), axes.getYScale());
   pickY[0] = height - Axes.BOTTOM_MARGIN;
   pickY[1] = height - (axes.getHeight() + Axes.BOTTOM_MARGIN);
 }