Uses of Class
be.quodlibet.boxable.line.LineStyle
Packages that use LineStyle
-
Uses of LineStyle in be.quodlibet.boxable
Methods in be.quodlibet.boxable that return LineStyleModifier and TypeMethodDescriptionCell.getBottomBorder()Cell.getLeftBorder()Cell.getRightBorder()Cell.getTopBorder()Methods in be.quodlibet.boxable with parameters of type LineStyleModifier and TypeMethodDescriptionvoidCell.setBorderStyle(LineStyle border) Easy setting for cell border style.voidCell.setBottomBorderStyle(LineStyle bottomBorder) voidCell.setLeftBorderStyle(LineStyle leftBorder) voidCell.setRightBorderStyle(LineStyle rightBorder) voidCell.setTopBorderStyle(LineStyle topBorder) -
Uses of LineStyle in be.quodlibet.boxable.line
Methods in be.quodlibet.boxable.line that return LineStyleModifier and TypeMethodDescriptionstatic LineStyleLineStyle.produceDashed(Color color, int width) Provides ability to produce dashed line.static LineStyleLineStyle.produceDashed(Color color, int width, float[] dashArray, float dashPhase) static LineStyleLineStyle.produceDotted(Color color, int width) Provides ability to produce dotted line. -
Uses of LineStyle in be.quodlibet.boxable.utils
Methods in be.quodlibet.boxable.utils with parameters of type LineStyleModifier and TypeMethodDescriptionstatic voidPDStreamUtils.setLineStyles(PageContentStreamOptimized stream, LineStyle line) Provides ability to set different line styles (line width, dotted line, dashed line)