Searched refs:getFillColor (Results 1 – 3 of 3) sorted by relevance
81 if (SwtDrawingStyle.HOVER.getFillColor() != null) { in create()82 mHoverFillColor = new Color(device, SwtDrawingStyle.HOVER.getFillColor()); in create()89 if (SwtDrawingStyle.HOVER_SELECTION.getFillColor() != null) { in create()91 SwtDrawingStyle.HOVER_SELECTION.getFillColor()); in create()
209 public RGB getFillColor() { in getFillColor() method in SwtDrawingStyle
436 RGB fill = swtStyle.getFillColor(); in useStyle()438 Color color = getFillColor(style, fill); in useStyle()487 private Color getFillColor(DrawingStyle style, RGB defaultColorDesc) { in getFillColor() method in GCWrapper