Property Getters/Setters Summary | ||
---|---|---|
method | getFill() | |
Gets fill format | ||
method | getFillFormat() | |
Gets fill format | ||
method | getGlowEffect() | |
Represents a object that specifies glow effect for the chart element or shape. | ||
method | getLine() | |
Gets line style | ||
method | getOutline() | |
Gets line style | ||
method | getShadowEffect() | |
Represents a object that specifies shadow effect for the chart element or shape. | ||
method | getSoftEdgeRadius() | |
method | setSoftEdgeRadius(value) | |
Gets and sets the radius of blur to apply to the edges, in unit of points. |
Method Summary | ||
---|---|---|
method | clearFormat3D() | |
Clears the 3D shape properties of the shape. | ||
method | clearGlowEffect() | |
Clears the glow effect of the shape. | ||
method | clearShadowEffect() | |
Clears the shadow effect of the chart element or shape. | ||
method | hasFormat3D() | |
Indicates if the shape has 3d format data. | ||
method | hasGlowEffect() | |
Indicates if the shape has glow effect data. | ||
method | hasShadowEffect() | |
Indicates if the shape has shadow effect data. |
Property Getters/Setters Detail |
---|
getFillFormat : FillFormat | |
FillFormat getFillFormat() |
getFill : FillFormat | |
FillFormat getFill() |
getOutline : LineFormat | |
LineFormat getOutline() |
getLine : LineFormat | |
LineFormat getLine() |
getShadowEffect : ShadowEffect | |
ShadowEffect getShadowEffect() |
getGlowEffect : GlowEffect | |
GlowEffect getGlowEffect() |
getSoftEdgeRadius/setSoftEdgeRadius : float | |
float getSoftEdgeRadius() / setSoftEdgeRadius(value) |
Method Detail |
---|
clearGlowEffect | |
clearGlowEffect() |
hasGlowEffect | |
boolean hasGlowEffect() |
hasFormat3D | |
boolean hasFormat3D() |
clearFormat3D | |
clearFormat3D() |
clearShadowEffect | |
clearShadowEffect() |
hasShadowEffect | |
boolean hasShadowEffect() |