Searched refs:Shadow2TopRight (Results 1 – 1 of 1) sorted by relevance
339 assert Shadow2TopRight != null; in drawSmallRectangleShadow()344 int trHeight = Shadow2TopRight.getHeight(null); in drawSmallRectangleShadow()354 gc.drawImage(Shadow2TopRight, x + width, y, null); in drawSmallRectangleShadow()360 …x + width, y + Shadow2TopRight.getHeight(null), x + width + Shadow2Right.getWidth(null), y + heigh… in drawSmallRectangleShadow()419 private static final Image Shadow2TopRight = loadIcon("/icons/shadow2-tr.png"); field in ShadowPainter