Uses of Class
org.openpdf.css.style.derived.BorderPropertySet
Packages that use BorderPropertySet
Package
Description
-
Uses of BorderPropertySet in org.openpdf.css.style
Fields in org.openpdf.css.style declared as BorderPropertySetMethods in org.openpdf.css.style that return BorderPropertySetModifier and TypeMethodDescriptionCalculatedStyle.getBorder(@Nullable CssContext ctx) private static BorderPropertySetCalculatedStyle.getBorderProperty(CalculatedStyle style, @Nullable CssContext ctx) -
Uses of BorderPropertySet in org.openpdf.css.style.derived
Fields in org.openpdf.css.style.derived declared as BorderPropertySetMethods in org.openpdf.css.style.derived that return BorderPropertySetModifier and TypeMethodDescriptionBorderPropertySet.darken()Returns the colors for brighter parts of each side for a particular decoration stylefinal BorderPropertySetBorderPropertySet.darken(IdentValue style) Deprecated.BorderPropertySet.lighten()Returns the colors for brighter parts of each side for a particular decoration stylefinal BorderPropertySetBorderPropertySet.lighten(IdentValue style) Deprecated.static BorderPropertySetBorderPropertySet.newInstance(CalculatedStyle style, @Nullable CssContext ctx) BorderPropertySet.normalizedInstance(Rectangle bounds) BorderPropertySet.resetNegativeValues()Constructors in org.openpdf.css.style.derived with parameters of type BorderPropertySet -
Uses of BorderPropertySet in org.openpdf.extend
Methods in org.openpdf.extend with parameters of type BorderPropertySetModifier and TypeMethodDescriptionvoidOutputDevice.paintBackground(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border) voidOutputDevice.paintCollapsedBorder(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) -
Uses of BorderPropertySet in org.openpdf.newtable
Fields in org.openpdf.newtable declared as BorderPropertySetModifier and TypeFieldDescriptionprivate BorderPropertySetTableCellBox._collapsedLayoutBorderprivate BorderPropertySetTableCellBox._collapsedPaintingBorderMethods in org.openpdf.newtable that return BorderPropertySetModifier and TypeMethodDescriptionTableBox.getBorder(CssContext cssCtx) TableCellBox.getBorder(CssContext cssCtx) protected BorderPropertySetTableCellBox.getCollapsedPaintingBorder()Methods in org.openpdf.newtable with parameters of type BorderPropertySetModifier and TypeMethodDescriptionstatic CollapsedBorderValueCollapsedBorderValue.borderBottom(BorderPropertySet border, int precedence) static CollapsedBorderValueCollapsedBorderValue.borderLeft(BorderPropertySet border, int precedence) static CollapsedBorderValueCollapsedBorderValue.borderRight(BorderPropertySet border, int precedence) static CollapsedBorderValueCollapsedBorderValue.borderTop(BorderPropertySet border, int precedence) protected voidTableBox.calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) protected voidTableRowBox.calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) protected voidTableBox.resolveAutoMargins(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border) -
Uses of BorderPropertySet in org.openpdf.render
Methods in org.openpdf.render that return BorderPropertySetMethods in org.openpdf.render with parameters of type BorderPropertySetModifier and TypeMethodDescriptionprotected voidBlockBox.calcLayoutHeight(LayoutContext c, BorderPropertySet border, RectPropertySet margin, RectPropertySet padding) private voidBlockBox.calcMinMaxCSSMinMaxWidth(LayoutContext c, RectPropertySet margin, BorderPropertySet border, RectPropertySet padding) static ShapeBorderPainter.generateBorderBounds(Rectangle bounds, BorderPropertySet border, boolean inside) Generates a full round rectangle that is made of bounds and borderstatic Path2DBorderPainter.generateBorderShape(Rectangle bounds, int side, BorderPropertySet border, boolean drawInterior) Generates one side of a borderstatic Path2DBorderPainter.generateBorderShape(Rectangle bounds, int side, BorderPropertySet border, boolean drawInterior, float scaledOffset) Generates one side of a borderstatic Path2DBorderPainter.generateBorderShape(Rectangle bounds, int side, BorderPropertySet border, boolean drawInterior, float scaledOffset, float widthScale, boolean overlap) Generates one side of a borderstatic voidBorderPainter.paint(Rectangle bounds, int sides, BorderPropertySet border, RenderingContext ctx, int xOffset) voidAbstractOutputDevice.paintBackground(RenderingContext c, CalculatedStyle style, Rectangle bounds, Rectangle bgImageContainer, BorderPropertySet border) private voidAbstractOutputDevice.paintBackground0(RenderingContext c, CalculatedStyle style, Rectangle backgroundBounds, Rectangle bgImageContainer, BorderPropertySet border) private static voidBorderPainter.paintBorderSide(OutputDevice outputDevice, BorderPropertySet border, Rectangle bounds, int currentSide, IdentValue borderSideStyle, int xOffset) private static voidBorderPainter.paintBorderSideShape(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet high, BorderPropertySet low, float offset, float scale, int currentSide) voidAbstractOutputDevice.paintCollapsedBorder(RenderingContext c, BorderPropertySet border, Rectangle bounds, int side) private static voidBorderPainter.paintDoubleBorder(OutputDevice outputDevice, BorderPropertySet border, Rectangle bounds, int currentSide) private static voidBorderPainter.paintPatternedRect(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, BorderPropertySet color, float[] pattern, int currentSide, int xOffset) private static voidBorderPainter.paintSolid(OutputDevice outputDevice, Rectangle bounds, BorderPropertySet border, float offset, float scale, int currentSide) protected voidBlockBox.resolveAutoMargins(LayoutContext c, int cssWidth, RectPropertySet padding, BorderPropertySet border) Constructors in org.openpdf.render with parameters of type BorderPropertySetModifierConstructorDescriptionRelativeBorderProperties(BorderPropertySet props, int side, float widthScale)