Searched refs:Shadow2BottomRight (Results 1 – 1 of 1) sorted by relevance
342 assert Shadow2BottomRight.getWidth(null) == SMALL_SHADOW_SIZE; in drawSmallRectangleShadow()343 assert Shadow2BottomRight.getHeight(null) == SMALL_SHADOW_SIZE; in drawSmallRectangleShadow()355 gc.drawImage(Shadow2BottomRight, x + width, y + height, null); in drawSmallRectangleShadow()419 private static final Image Shadow2BottomRight = loadIcon("/icons/shadow2-br.png"); field in ShadowPainter