public class StiShadow
extends java.lang.Object
| Constructor and Description |
|---|
StiShadow() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static void setShadowSize(int size)
public static void drawCachedShadow(StiGraphics g, StiRectangle sRect, StiEnumSet<StiShadowSides> sides, boolean isSimple)
public static void drawCachedShadow(StiGraphics g, StiRectangle rect, StiEnumSet<StiShadowSides> sides)
public static void drawEdgeShadow(java.awt.Graphics2D g,
StiRectangle rect)
public static void drawLeftShadow(java.awt.Graphics2D g,
StiRectangle rect)
public static void drawTopShadow(java.awt.Graphics2D g,
StiRectangle rect)
public static void drawRightShadow(java.awt.Graphics2D g,
StiRectangle rect)
public static void drawBottomShadow(java.awt.Graphics2D g,
StiRectangle rect)
public static void drawShadow(java.awt.Graphics2D g,
StiRectangle rect)
Copyright © 2020 Stimulsoft. All Rights Reserved.