Uses of Class
org.apache.fop.fo.properties.CommonBorderPaddingBackground.BorderInfo
Packages that use CommonBorderPaddingBackground.BorderInfo
Package
Description
Classes representing the various property types as well as supporting data structures for the FO tree.
FOP's layout engine.
Layout managers for tables.
-
Uses of CommonBorderPaddingBackground.BorderInfo in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as CommonBorderPaddingBackground.BorderInfoMethods in org.apache.fop.fo.flow.table that return CommonBorderPaddingBackground.BorderInfoModifier and TypeMethodDescriptionGridUnit.getBorderAfter(int which) Returns the resolved border-after of this grid unit, in the collapsing-border model.GridUnit.getBorderBefore(int which) Returns the resolved border-before of this grid unit, in the collapsing-border model.GridUnit.getBorderEnd()Returns the resolved border-end of this grid unit, in the collapsing-border model.BorderSpecification.getBorderInfo()Returns this border's informations.GridUnit.getBorderStart()Returns the resolved border-start of this grid unit, in the collapsing-border model.Constructors in org.apache.fop.fo.flow.table with parameters of type CommonBorderPaddingBackground.BorderInfoModifierConstructorDescriptionBorderSpecification(CommonBorderPaddingBackground.BorderInfo borderInfo, int holder) Creates a new border specification. -
Uses of CommonBorderPaddingBackground.BorderInfo in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties declared as CommonBorderPaddingBackground.BorderInfoModifier and TypeFieldDescriptionprivate CommonBorderPaddingBackground.BorderInfo[]CommonBorderPaddingBackground.borderInfoprivate static final CommonBorderPaddingBackground.BorderInfoCommonBorderPaddingBackground.DEFAULT_BORDER_INFOA border info with style "none".Fields in org.apache.fop.fo.properties with type parameters of type CommonBorderPaddingBackground.BorderInfoModifier and TypeFieldDescriptionprivate static final PropertyCache<CommonBorderPaddingBackground.BorderInfo> CommonBorderPaddingBackground.BorderInfo.CACHEcache holding all canonical instancesMethods in org.apache.fop.fo.properties that return CommonBorderPaddingBackground.BorderInfoModifier and TypeMethodDescriptionCommonBorderPaddingBackground.getBorderInfo()Returns the border infoCommonBorderPaddingBackground.getBorderInfo(int side) CommonBorderPaddingBackground.getDefaultBorderInfo()Returns a default BorderInfo of style none.CommonBorderPaddingBackground.BorderInfo.getInstance(int style, CondLengthProperty width, Color color, CondLengthProperty radiusStart, CondLengthProperty radiusEnd) Returns a BorderInfo instance corresponding to the given values.Methods in org.apache.fop.fo.properties with parameters of type CommonBorderPaddingBackground.BorderInfoModifier and TypeMethodDescriptionprivate voidCommonBorderPaddingBackground.setBorderInfo(CommonBorderPaddingBackground.BorderInfo info, int side) Sets a border. -
Uses of CommonBorderPaddingBackground.BorderInfo in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type CommonBorderPaddingBackground.BorderInfoModifier and TypeMethodDescriptionstatic voidTraitSetter.addCollapsingBorders(Area area, CommonBorderPaddingBackground.BorderInfo borderBefore, CommonBorderPaddingBackground.BorderInfo borderAfter, CommonBorderPaddingBackground.BorderInfo borderStart, CommonBorderPaddingBackground.BorderInfo borderEnd, boolean[] outer) Add borders to an area for the collapsing border model in tables.private static BorderPropsTraitSetter.getCollapsingBorderProps(CommonBorderPaddingBackground.BorderInfo borderInfo, boolean outer) -
Uses of CommonBorderPaddingBackground.BorderInfo in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table with parameters of type CommonBorderPaddingBackground.BorderInfoModifier and TypeMethodDescriptionprivate voidTableCellLayoutManager.addBorder(Block[][] blocks, int i, int j, Integer side, CommonBorderPaddingBackground.BorderInfo border, boolean outer, int level)