com.stimulsoft.base.drawing
Class StiShadow

java.lang.Object
  extended by com.stimulsoft.base.drawing.StiShadow

public class StiShadow
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiShadow()
           
 
Method Summary
static void drawBottomShadow(java.awt.Graphics2D g, StiRectangle rect)
           
static void drawCachedShadow(StiGraphics g, StiRectangle rect, StiEnumSet<StiShadowSides> sides)
           
static void drawCachedShadow(StiGraphics g, StiRectangle sRect, StiEnumSet<StiShadowSides> sides, boolean isSimple)
           
static void drawEdgeShadow(java.awt.Graphics2D g, StiRectangle rect)
           
static void drawLeftShadow(java.awt.Graphics2D g, StiRectangle rect)
           
static void drawRightShadow(java.awt.Graphics2D g, StiRectangle rect)
           
static void drawShadow(java.awt.Graphics2D g, StiRectangle rect)
           
static void drawTopShadow(java.awt.Graphics2D g, StiRectangle rect)
           
static void setShadowSize(int size)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiShadow

public StiShadow()
Method Detail

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

public static void drawEdgeShadow(java.awt.Graphics2D g,
                                  StiRectangle rect)

drawLeftShadow

public static void drawLeftShadow(java.awt.Graphics2D g,
                                  StiRectangle rect)

drawTopShadow

public static void drawTopShadow(java.awt.Graphics2D g,
                                 StiRectangle rect)

drawRightShadow

public static void drawRightShadow(java.awt.Graphics2D g,
                                   StiRectangle rect)

drawBottomShadow

public static void drawBottomShadow(java.awt.Graphics2D g,
                                    StiRectangle rect)

drawShadow

public static void drawShadow(java.awt.Graphics2D g,
                              StiRectangle rect)