| Package | Description |
|---|---|
| com.stimulsoft.base.context.chart | |
| com.stimulsoft.base.context.chart.geoms | |
| com.stimulsoft.base.drawing | |
| com.stimulsoft.base.drawing.enums |
| Modifier and Type | Method and Description |
|---|---|
void |
StiContext.drawCachedShadow(StiRectangle rect,
StiEnumSet<StiShadowSides> sides,
boolean isPrinting) |
| Modifier and Type | Method and Description |
|---|---|
StiEnumSet<StiShadowSides> |
StiCachedShadowGeom.getSides() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiCachedShadowGeom.setSides(StiEnumSet<StiShadowSides> sides) |
| Constructor and Description |
|---|
StiCachedShadowGeom(StiRectangle rect,
StiShadowSides sidesEnum,
boolean isPrinting) |
| Constructor and Description |
|---|
StiCachedShadowGeom(StiRectangle rect,
StiEnumSet<StiShadowSides> sidesSet,
boolean isPrinting) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StiShadow.drawCachedShadow(StiGraphics g,
StiRectangle rect,
StiEnumSet<StiShadowSides> sides) |
static void |
StiShadow.drawCachedShadow(StiGraphics g,
StiRectangle sRect,
StiEnumSet<StiShadowSides> sides,
boolean isSimple) |
| Modifier and Type | Method and Description |
|---|---|
static StiShadowSides |
StiShadowSides.forValue(int value) |
static StiShadowSides |
StiShadowSides.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiShadowSides[] |
StiShadowSides.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Stimulsoft. All Rights Reserved.