Searched refs:createDropShadow (Results 1 – 2 of 2) sorted by relevance
49 public static BufferedImage createDropShadow(BufferedImage source, int shadowSize, float in createDropShadow() method in ShadowPainter53 return createDropShadow(source, shadowSize, 0.7f * alpha, 0); in createDropShadow()72 public static BufferedImage createDropShadow(BufferedImage source, int shadowSize, in createDropShadow() method in ShadowPainter
127 return ShadowPainter.createDropShadow(image, (int) elevation, alpha); in getPathShadow()