Uses of Class
com.openhtmltopdf.css.style.derived.FSLinearGradient.StopPoint
-
Packages that use FSLinearGradient.StopPoint Package Description com.openhtmltopdf.css.style.derived com.openhtmltopdf.pdfboxout -
-
Uses of FSLinearGradient.StopPoint in com.openhtmltopdf.css.style.derived
Fields in com.openhtmltopdf.css.style.derived with type parameters of type FSLinearGradient.StopPoint Modifier and Type Field Description private java.util.List<FSLinearGradient.StopPoint>FSLinearGradient. _stopPointsMethods in com.openhtmltopdf.css.style.derived that return types with arguments of type FSLinearGradient.StopPoint Modifier and Type Method Description private java.util.List<FSLinearGradient.StopPoint>FSLinearGradient. calculateStopPoints(java.util.List<PropertyValue> params, CalculatedStyle style, CssContext ctx, float boxWidth, int stopsStartIndex)java.util.List<FSLinearGradient.StopPoint>FSLinearGradient. getStopPoints() -
Uses of FSLinearGradient.StopPoint in com.openhtmltopdf.pdfboxout
Method parameters in com.openhtmltopdf.pdfboxout with type arguments of type FSLinearGradient.StopPoint Modifier and Type Method Description private static org.apache.pdfbox.cos.COSArrayGradientHelper. buildType2Functions(java.util.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.PDFunctionType3GradientHelper. buildType3Function(java.util.List<FSLinearGradient.StopPoint> stopPoints, float distance)This method is used for setting colour lengths to linear gradient.
-