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