Searched refs:createDropShadow (Results 1 – 2 of 2) sorted by relevance
48 public static BufferedImage createDropShadow(BufferedImage source, int shadowSize) { in createDropShadow() method in ShadowPainter51 return createDropShadow(source, shadowSize, 0.7f, 0); in createDropShadow()70 public static BufferedImage createDropShadow(BufferedImage source, int shadowSize, in createDropShadow() method in ShadowPainter
102 return ShadowPainter.createDropShadow(image, (int) elevation); in getPathShadow()