Class FSLinearGradient
java.lang.Object
com.openhtmltopdf.css.style.derived.FSLinearGradient
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFSLinearGradient(CalculatedStyle style, FSFunction function, int boxWidth, int boxHeight, CssContext ctx) -
Method Summary
-
Constructor Details
-
FSLinearGradient
public FSLinearGradient(CalculatedStyle style, FSFunction function, int boxWidth, int boxHeight, CssContext ctx)
-
-
Method Details
-
getStopPoints
-
getAngle
public float getAngle()The angle of this linear gradient in compass degrees. -
getX1
public int getX1() -
getX2
public int getX2() -
getY1
public int getY1() -
getY2
public int getY2() -
toString
-