Uses of Class
com.openhtmltopdf.render.MarkerData
-
Packages that use MarkerData Package Description com.openhtmltopdf.layout com.openhtmltopdf.render -
-
Uses of MarkerData in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as MarkerData Modifier and Type Field Description private MarkerDataLayoutContext. _currentMarkerDataprivate MarkerDataLayoutState. _currentMarkerDataMethods in com.openhtmltopdf.layout that return MarkerData Modifier and Type Method Description MarkerDataLayoutContext. getCurrentMarkerData()MarkerDataLayoutState. getCurrentMarkerData()Methods in com.openhtmltopdf.layout with parameters of type MarkerData Modifier and Type Method Description booleanLayoutState. equal(MarkerData currentMarkerData, StyleTracker firstLetters, StyleTracker firstLines, java.lang.String pageName)booleanLayoutState. equal(java.util.LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, java.lang.String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak)private static voidInlineBoxing. positionVertically(LayoutContext c, Box container, LineBox current, MarkerData markerData)private static voidInlineBoxing. saveLine(LineBox current, LayoutContext c, BlockBox block, int minHeight, int maxAvailableWidth, java.util.List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePCs, java.util.List<Layer> pendingInlineLayers, MarkerData markerData, int contentStart, boolean alwaysBreak)voidLayoutContext. setCurrentMarkerData(MarkerData currentMarkerData)private static voidInlineBoxing. startInlineBlock(LayoutContext c, BlockBox box, int initialY, int breakAtLine, byte blockLayoutDirection, InlineBoxing.SpaceVariables space, InlineBoxing.StateVariables current, InlineBoxing.StateVariables previous, int contentStart, java.util.List<InlineBox> openInlineBoxes, java.util.Map<InlineBox,InlineLayoutBox> iBMap, int minimumLineHeight, MarkerData markerData, java.util.List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePEs, java.util.List<Layer> pendingInlineLayers, int lineOffset, BlockBox child)private static voidInlineBoxing. startNewInlineLine(LayoutContext c, BlockBox box, int breakAtLine, byte blockLayoutDirection, InlineBoxing.SpaceVariables space, InlineBoxing.StateVariables current, InlineBoxing.StateVariables previous, int contentStart, java.util.List<InlineBox> openInlineBoxes, java.util.Map<InlineBox,InlineLayoutBox> iBMap, int minimumLineHeight, MarkerData markerData, java.util.List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePEs, java.util.List<Layer> pendingInlineLayers, int lineOffset, InlineBox inlineBox, LineBreakContext lbContext)Constructors in com.openhtmltopdf.layout with parameters of type MarkerData Constructor Description LayoutState(StyleTracker firstLetters, StyleTracker firstLines, MarkerData currentMarkerData, java.lang.String pageName)LayoutState(java.util.LinkedList<BlockFormattingContext> bfcs, MarkerData currentMarkerData, StyleTracker firstLetters, StyleTracker firstLines)LayoutState(java.util.LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, java.lang.String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak) -
Uses of MarkerData in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as MarkerData Modifier and Type Field Description private MarkerDataBlockBox. _markerDataprivate MarkerDataLineBox. _markerDataMethods in com.openhtmltopdf.render that return MarkerData Modifier and Type Method Description MarkerDataBlockBox. getMarkerData()MarkerDataLineBox. getMarkerData()Methods in com.openhtmltopdf.render with parameters of type MarkerData Modifier and Type Method Description private static voidListItemPainter. drawImage(RenderingContext c, BlockBox box, MarkerData markerData)voidBlockBox. setMarkerData(MarkerData markerData)voidLineBox. setMarkerData(MarkerData markerData)
-