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 LineStyleLineStyle.getDash()Gets a dashed line.static LineStyleLineStyle.getDashLarge()Gets a line with large dashes.static LineStyleLineStyle.getDashSmall()Gets a line with small dashes.static LineStyleLineStyle.getDots()Gets a dotted line.static LineStyleLineStyle.getNone()Gets a invisible line.static LineStyleLineStyle.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 theLineStyleobject used to specify the border style of the rectangle.LineElement.getLineStyle()Gets theLineStyleobject to use for the style of the line.Methods in com.dynamicpdf.api.elements with parameters of type LineStyleModifier and TypeMethodDescriptionvoidRectangleElement.setBorderStyle(LineStyle value)Sets theLineStyleobject used to specify the border style of the rectangle.voidLineElement.setLineStyle(LineStyle value)Sets theLineStyleobject to use for the style of the line.