ShapePropertyCollection
Inheritance: java.lang.Object
public class ShapePropertyCollection
This class specifies the visual shape properties for a chart element or shape.
Methods
Method | Description |
---|---|
clearFormat3D() | Clears the 3D shape properties of the shape. |
clearGlowEffect() | Clears the glow effect of the shape. |
clearShadowEffect() | Clears the shadow effect of the chart element or shape. |
equals(Object arg0) | |
getClass() | |
getFormat3D() | Represents a getFormat3D() object that specifies 3D shape properties for the chart element or shape. |
getGlowEffect() | Represents a getGlowEffect() object that specifies glow effect for the chart element or shape. |
getShadowEffect() | Represents a ShadowEffect object that specifies shadow effect for the chart element or shape. |
getSoftEdgeRadius() | Gets the radius of blur to apply to the edges, in unit of points. |
hasFormat3D() | Indicates if the shape has 3d format data. |
hasGlowEffect() | Indicates if the shape has glow effect data. |
hasShadowEffect() | Indicates if the shape has shadow effect data. |
hashCode() | |
notify() | |
notifyAll() | |
setSoftEdgeRadius(double value) | Sets the radius of blur to apply to the edges, in unit of points. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
clearFormat3D()
public void clearFormat3D()
Clears the 3D shape properties of the shape.
clearGlowEffect()
public void clearGlowEffect()
Clears the glow effect of the shape.
clearShadowEffect()
public void clearShadowEffect()
Clears the shadow effect of the chart element or shape.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFormat3D()
public Format3D getFormat3D()
Represents a getFormat3D() object that specifies 3D shape properties for the chart element or shape.
Returns: Format3D
getGlowEffect()
public GlowEffect getGlowEffect()
Represents a getGlowEffect() object that specifies glow effect for the chart element or shape.
Returns: GlowEffect
getShadowEffect()
public ShadowEffect getShadowEffect()
Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.
Returns: ShadowEffect
getSoftEdgeRadius()
public double getSoftEdgeRadius()
Gets the radius of blur to apply to the edges, in unit of points.
Returns: double
hasFormat3D()
public boolean hasFormat3D()
Indicates if the shape has 3d format data.
Returns: boolean -
hasGlowEffect()
public boolean hasGlowEffect()
Indicates if the shape has glow effect data.
Returns: boolean -
hasShadowEffect()
public boolean hasShadowEffect()
Indicates if the shape has shadow effect data.
Returns: boolean -
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setSoftEdgeRadius(double value)
public void setSoftEdgeRadius(double value)
Sets the radius of blur to apply to the edges, in unit of points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |