Class LinearGradientFill
java.lang.Object
com.independentsoft.office.drawing.LinearGradientFill
The Class LinearGradientFill.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LinearGradientFill
public LinearGradientFill()Instantiates a new linear gradient fill.
-
-
Method Details
-
clone
-
toString
-
getAngle
public int getAngle()Gets the angle.- Returns:
- the angle
-
setAngle
public void setAngle(int angle)Sets the angle.- Parameters:
angle- the new angle
-
isScaled
public boolean isScaled()Checks if is scaled.- Returns:
- true, if is scaled
-
setScaled
public void setScaled(boolean scaled)Sets the scaled.- Parameters:
scaled- the new scaled
-