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