예제 #1
0
파일: Graph.java 프로젝트: qicny/DERT
 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);
 }