Searched defs:xVal (Results 1 – 3 of 3) sorted by relevance
218 public static void setX(Rectangle rectangle, int xVal) { in setX()228 public static void setX(Point point, int xVal) { in setX()
140 int xVal = (int) (10 + index * width + bounds.getWidth() + 10); in paint() local
445 private void drawArrow(Graphics2D graphics, int xVal, int yVal, int align) { in drawArrow()