ITransparency

public interface ITransparency

Define Transparency property for different objects appearances

Methods

Method Description
getTransparency() Gets or sets a value to indicate the object Transparency.
setTransparency(double value) Gets or sets a value to indicate the object Transparency.

getTransparency()

public abstract double getTransparency()

Gets or sets a value to indicate the object Transparency. The value is from 0.0 to 1.0. By default the value is 0

Returns: double

setTransparency(double value)

public abstract void setTransparency(double value)

Gets or sets a value to indicate the object Transparency. The value is from 0.0 to 1.0. By default the value is 0

Parameters:

Parameter Type Description
value double