Uses of Class
com.openhtmltopdf.render.MarkerData
Packages that use MarkerData
-
Uses of MarkerData in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as MarkerDataModifier and TypeFieldDescriptionprivate MarkerDataLayoutContext._currentMarkerDataprivate final MarkerDataLayoutState._currentMarkerDataMethods in com.openhtmltopdf.layout that return MarkerDataModifier and TypeMethodDescriptionLayoutContext.getCurrentMarkerData()LayoutState.getCurrentMarkerData()Methods in com.openhtmltopdf.layout with parameters of type MarkerDataModifier and TypeMethodDescriptionbooleanLayoutState.equal(MarkerData currentMarkerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName) booleanLayoutState.equal(LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, 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, List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePCs, 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, List<InlineBox> openInlineBoxes, Map<InlineBox, InlineLayoutBox> iBMap, int minimumLineHeight, MarkerData markerData, List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePEs, 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, List<InlineBox> openInlineBoxes, Map<InlineBox, InlineLayoutBox> iBMap, int minimumLineHeight, MarkerData markerData, List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePEs, List<Layer> pendingInlineLayers, int lineOffset, InlineBox inlineBox, LineBreakContext lbContext) Constructors in com.openhtmltopdf.layout with parameters of type MarkerDataModifierConstructorDescriptionLayoutState(StyleTracker firstLetters, StyleTracker firstLines, MarkerData currentMarkerData, String pageName) LayoutState(LinkedList<BlockFormattingContext> bfcs, MarkerData currentMarkerData, StyleTracker firstLetters, StyleTracker firstLines) LayoutState(LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak) -
Uses of MarkerData in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as MarkerDataModifier and TypeFieldDescriptionprivate MarkerDataBlockBox._markerDataprivate MarkerDataLineBox._markerDataMethods in com.openhtmltopdf.render that return MarkerDataMethods in com.openhtmltopdf.render with parameters of type MarkerDataModifier and TypeMethodDescriptionprivate static voidListItemPainter.drawImage(RenderingContext c, BlockBox box, MarkerData markerData) voidBlockBox.setMarkerData(MarkerData markerData) voidLineBox.setMarkerData(MarkerData markerData)