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 MarkerData
LayoutContext._currentMarkerData
private final MarkerData
LayoutState._currentMarkerData
Methods in com.openhtmltopdf.layout that return MarkerDataModifier and TypeMethodDescriptionLayoutContext.getCurrentMarkerData()
LayoutState.getCurrentMarkerData()
Methods in com.openhtmltopdf.layout with parameters of type MarkerDataModifier and TypeMethodDescriptionboolean
LayoutState.equal
(MarkerData currentMarkerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName) boolean
LayoutState.equal
(LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak) private static void
InlineBoxing.positionVertically
(LayoutContext c, Box container, LineBox current, MarkerData markerData) private static void
InlineBoxing.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) void
LayoutContext.setCurrentMarkerData
(MarkerData currentMarkerData) private static void
InlineBoxing.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 void
InlineBoxing.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 MarkerData
BlockBox._markerData
private MarkerData
LineBox._markerData
Methods in com.openhtmltopdf.render that return MarkerDataMethods in com.openhtmltopdf.render with parameters of type MarkerDataModifier and TypeMethodDescriptionprivate static void
ListItemPainter.drawImage
(RenderingContext c, BlockBox box, MarkerData markerData) void
BlockBox.setMarkerData
(MarkerData markerData) void
LineBox.setMarkerData
(MarkerData markerData)