Uses of Class
com.openhtmltopdf.css.style.derived.FSLinearGradient.StopPoint
Packages that use FSLinearGradient.StopPoint
-
Uses of FSLinearGradient.StopPoint in com.openhtmltopdf.css.style.derived
Fields in com.openhtmltopdf.css.style.derived with type parameters of type FSLinearGradient.StopPointModifier and TypeFieldDescriptionprivate final List
<FSLinearGradient.StopPoint> FSLinearGradient._stopPoints
Methods in com.openhtmltopdf.css.style.derived that return types with arguments of type FSLinearGradient.StopPointModifier and TypeMethodDescriptionprivate List
<FSLinearGradient.StopPoint> FSLinearGradient.calculateStopPoints
(List<PropertyValue> params, CalculatedStyle style, CssContext ctx, float boxWidth, int stopsStartIndex) FSLinearGradient.getStopPoints()
-
Uses of FSLinearGradient.StopPoint in com.openhtmltopdf.pdfboxout
Method parameters in com.openhtmltopdf.pdfboxout with type arguments of type FSLinearGradient.StopPointModifier and TypeMethodDescriptionprivate static org.apache.pdfbox.cos.COSArray
GradientHelper.buildType2Functions
(List<FSLinearGradient.StopPoint> stopPoints, org.apache.pdfbox.cos.COSArray domain, org.apache.pdfbox.cos.COSArray encode) This method is used for setting colours to linear gradient.private static org.apache.pdfbox.pdmodel.common.function.PDFunctionType3
GradientHelper.buildType3Function
(List<FSLinearGradient.StopPoint> stopPoints, float distance) This method is used for setting colour lengths to linear gradient.