Uses of Class
com.dynamicpdf.api.LineStyle
Packages that use LineStyle
-
Uses of LineStyle in com.dynamicpdf.api
Methods in com.dynamicpdf.api that return LineStyleModifier and TypeMethodDescriptionstatic LineStyle
LineStyle.getDash()
Gets a dashed line.static LineStyle
LineStyle.getDashLarge()
Gets a line with large dashes.static LineStyle
LineStyle.getDashSmall()
Gets a line with small dashes.static LineStyle
LineStyle.getDots()
Gets a dotted line.static LineStyle
LineStyle.getNone()
Gets a invisible line.static LineStyle
LineStyle.getSolid()
Gets a solid line. -
Uses of LineStyle in com.dynamicpdf.api.elements
Methods in com.dynamicpdf.api.elements that return LineStyleModifier and TypeMethodDescriptionRectangleElement.getBorderStyle()
Gets theLineStyle
object used to specify the border style of the rectangle.LineElement.getLineStyle()
Gets theLineStyle
object to use for the style of the line.Methods in com.dynamicpdf.api.elements with parameters of type LineStyleModifier and TypeMethodDescriptionvoid
RectangleElement.setBorderStyle(LineStyle value)
Sets theLineStyle
object used to specify the border style of the rectangle.void
LineElement.setLineStyle(LineStyle value)
Sets theLineStyle
object to use for the style of the line.