com.spire.presentation
Class LinearGradientFill

java.lang.Object
  extended by com.spire.presentation.LinearGradientFill

public final class LinearGradientFill
extends java.lang.Object


Constructor Summary
LinearGradientFill()
           
 
Method Summary
 float getAngle()
          Gets the angle of a gradient.
 TriState isScaled()
          Indicates whether a gradient is scaled.
 void isScaled(TriState value)
           
 void setAngle(float value)
          Sets the angle of a gradient.
 

Constructor Detail

LinearGradientFill

public LinearGradientFill()
Method Detail

getAngle

public float getAngle()
Gets the angle of a gradient. Read/write .

Returns:

setAngle

public void setAngle(float value)
Sets the angle of a gradient. Read/write .


isScaled

public TriState isScaled()
Indicates whether a gradient is scaled. Read/write .

Returns:

isScaled

public void isScaled(TriState value)