Package org.xhtmlrenderer.render
Class MarkerData
java.lang.Object
org.xhtmlrenderer.render.MarkerData
A bean containing information necessary to draw a list marker. This includes
font information from the block (for selecting the correct font when drawing
a text marker) or the data necessary to draw other types of markers. It
also includes a reference to the first line box in the block box (which in
turn may be nested inside of other block boxes). All markers are drawn
relative to the baseline of this line box.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
restorePreviousReferenceLine
(LineBox current) void
setGlyphMarker
(MarkerData.GlyphMarker glyphMarker) void
setImageMarker
(MarkerData.ImageMarker imageMarker) void
setReferenceLine
(LineBox referenceLine) void
setStructMetrics
(StrutMetrics structMetrics) void
setTextMarker
(MarkerData.TextMarker markerText)
-
Constructor Details
-
MarkerData
public MarkerData()
-
-
Method Details
-
getTextMarker
-
setTextMarker
-
getGlyphMarker
-
setGlyphMarker
-
getImageMarker
-
setImageMarker
-
getStructMetrics
-
setStructMetrics
-
getLayoutWidth
public int getLayoutWidth() -
getReferenceLine
-
setReferenceLine
-
restorePreviousReferenceLine
-