Searched refs:LinePaintHistoryEvent (Results 1 – 1 of 1) sorted by relevance
33 private List<LinePaintHistoryEvent> linePaintEvents = new ArrayList<>();207 linePaintEvents.add(new LinePaintHistoryEvent(startX, startY, stopX, stopY, paint)); in drawLine()350 public LinePaintHistoryEvent getDrawnLine(int i) { in getDrawnLine()366 public static class LinePaintHistoryEvent { class in ShadowCanvas373 private LinePaintHistoryEvent( in LinePaintHistoryEvent() method in ShadowCanvas.LinePaintHistoryEvent