Searched refs:Shadow2BottomLeft (Results 1 – 1 of 1) sorted by relevance
338 assert Shadow2BottomLeft != null; in drawSmallRectangleShadow()343 int blWidth = Shadow2BottomLeft.getWidth(null); in drawSmallRectangleShadow()352 gc.drawImage(Shadow2BottomLeft, x - Shadow2BottomLeft.getWidth(null), y + height, null); in drawSmallRectangleShadow()416 private static final Image Shadow2BottomLeft = loadIcon("/icons/shadow2-bl.png"); field in ShadowPainter