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 float
getLength()
java.lang.String
toString()
-
Methods inherited from class com.openhtmltopdf.css.style.derived.FSLinearGradient.IntermediateStopPoint
getColor
-
-
-
-
Constructor Detail
-
StopPoint
StopPoint(FSColor color, float length)
-
-