Searched refs:getLineStyle (Results 1 – 5 of 5) sorted by relevance
170 HOVER_SELECTION.getLineStyle() : HOVER.getLineStyle()); in paint()
77 gc.setLineStyle(SwtDrawingStyle.EMPTY.getLineStyle()); in paint()
79 gc.setLineStyle(SwtDrawingStyle.OUTLINE.getLineStyle()); in paint()
219 public int getLineStyle() { in getLineStyle() method in SwtDrawingStyle
442 mGc.setLineStyle(swtStyle.getLineStyle()); in useStyle()443 if (swtStyle.getLineStyle() == SWT.LINE_CUSTOM) { in useStyle()