Class FSLinearGradient.StopPoint
- java.lang.Object
-
- com.openhtmltopdf.css.style.derived.FSLinearGradient.IntermediateStopPoint
-
- com.openhtmltopdf.css.style.derived.FSLinearGradient.StopPoint
-
- Enclosing class:
- FSLinearGradient
public static class FSLinearGradient.StopPoint extends FSLinearGradient.IntermediateStopPoint
-
-
Field Summary
Fields Modifier and Type Field Description private float_length
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetLength()java.lang.StringtoString()-
Methods inherited from class com.openhtmltopdf.css.style.derived.FSLinearGradient.IntermediateStopPoint
getColor
-
-
-
-
Constructor Detail
-
StopPoint
StopPoint(FSColor color, float length)
-
-