Class StiCachedShadowGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.StiCachedShadowGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Constructor Summary
ConstructorsConstructorDescriptionStiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting) StiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting, StiRectangle clipRect) StiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting, StiRectangle clipRect, StiCornerRadius cornerRadius) -
Method Summary
Modifier and TypeMethodDescriptiongetRect()getSides()getType()booleanvoidLoadFromJsonObject(JSONObject jObject) voidsetClipRect(StiRectangle clipRect) voidsetCornerRadius(StiCornerRadius cornerRadius) voidsetPrinting(boolean isPrinting) voidsetRect(StiRectangle rect) voidsetSides(StiEnumSet<StiShadowSides> sides) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiCachedShadowGeom
public StiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting) -
StiCachedShadowGeom
public StiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting, StiRectangle clipRect) -
StiCachedShadowGeom
public StiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting, StiRectangle clipRect, StiCornerRadius cornerRadius)
-
-
Method Details
-
getType
-
getRect
- Returns:
- the rect
-
setRect
- Parameters:
rect- the rect to set
-
getSides
- Returns:
- the sides
-
setSides
- Parameters:
sides- the sides to set
-
isPrinting
public boolean isPrinting()- Returns:
- the isPrinting
-
setPrinting
public void setPrinting(boolean isPrinting) - Parameters:
isPrinting- the isPrinting to set
-
getCornerRadius
-
setCornerRadius
-
getClipRect
-
setClipRect
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiGeom- Throws:
JSONException
-