Package com.stimulsoft.base.drawing
Class StiShadow
java.lang.Object
com.stimulsoft.base.drawing.StiShadow
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawBottomShadow(Graphics2D g, StiRectangle rect) static voiddrawCachedShadow(StiGraphics g, StiRectangle rect, StiEnumSet<StiShadowSides> sides) static voiddrawCachedShadow(StiGraphics g, StiRectangle sRect, StiEnumSet<StiShadowSides> sides, boolean isSimple) static voiddrawEdgeShadow(Graphics2D g, StiRectangle rect) static voiddrawLeftShadow(Graphics2D g, StiRectangle rect) static voiddrawRightShadow(Graphics2D g, StiRectangle rect) static voiddrawShadow(Graphics2D g, StiRectangle rect) static voiddrawTopShadow(Graphics2D g, StiRectangle rect) static voidsetShadowSize(int size)
-
Constructor Details
-
StiShadow
public StiShadow()
-
-
Method Details
-
setShadowSize
public static void setShadowSize(int size) -
drawCachedShadow
public static void drawCachedShadow(StiGraphics g, StiRectangle sRect, StiEnumSet<StiShadowSides> sides, boolean isSimple) -
drawCachedShadow
public static void drawCachedShadow(StiGraphics g, StiRectangle rect, StiEnumSet<StiShadowSides> sides) -
drawEdgeShadow
-
drawLeftShadow
-
drawTopShadow
-
drawRightShadow
-
drawBottomShadow
-
drawShadow
-