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 | equals(obj) | |
method | hasFormat3D() | |
Indicates if the shape has 3d format data.
|
||
method | hasGlowEffect() | |
Indicates if the shape has glow effect data.
|
||
method | hashCode() | |
Gets the hash code.
|
||
method | hasShadowEffect() | |
Indicates if the shape has shadow effect data.
|
FillFormat getFillFormat()
FillFormat getFill()
LineFormat getOutline()
LineFormat getLine()
ShadowEffect getShadowEffect()
GlowEffect getGlowEffect()
float getSoftEdgeRadius() / setSoftEdgeRadius(value)
clearGlowEffect()
boolean hasGlowEffect()
boolean hasFormat3D()
clearFormat3D()
clearShadowEffect()
boolean hasShadowEffect()
int hashCode()
boolean equals(obj)
obj: Object
-