Searched refs:ShadowBottomLeft (Results 1 – 1 of 1) sorted by relevance
296 assert ShadowBottomLeft != null; in drawRectangleShadow()300 int blWidth = ShadowBottomLeft.getWidth(null); in drawRectangleShadow()309 gc.drawImage(ShadowBottomLeft, x - ShadowBottomLeft.getWidth(null), y + height, null); in drawRectangleShadow()407 private static final Image ShadowBottomLeft = loadIcon("/icons/shadow-bl.png"); field in ShadowPainter