Class FSLinearGradient
java.lang.Object
com.openhtmltopdf.css.style.derived.FSLinearGradient
public class FSLinearGradient extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFSLinearGradient.StopPoint -
Constructor Summary
Constructors Constructor Description FSLinearGradient(CalculatedStyle style, FSFunction function, int boxWidth, int boxHeight, CssContext ctx) -
Method Summary
Modifier and Type Method Description floatgetAngle()The angle of this linear gradient in compass degrees.List<FSLinearGradient.StopPoint>getStopPoints()intgetX1()intgetX2()intgetY1()intgetY2()StringtoString()
-
Constructor Details
-
FSLinearGradient
public FSLinearGradient(CalculatedStyle style, FSFunction function, int boxWidth, int boxHeight, CssContext ctx)
-
-
Method Details