Class FSLinearGradient
java.lang.Object
org.openpdf.css.style.derived.FSLinearGradient
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFSLinearGradient(FSFunction func, CalculatedStyle style, int width, int height, CssContext ctx) -
Method Summary
Modifier and TypeMethodDescriptionintgetEndX()intgetEndY()intintstatic booleanstatic booleanlooksLikeALength(String val) toString()
-
Constructor Details
-
FSLinearGradient
public FSLinearGradient(FSFunction func, CalculatedStyle style, int width, int height, CssContext ctx)
-
-
Method Details
-
getStopPoints
-
looksLikeALength
-
looksLikeABGPosition
-
getStartX
public int getStartX() -
getEndX
public int getEndX() -
getStartY
public int getStartY() -
getEndY
public int getEndY() -
toString
-