Package com.openhtmltopdf.render
Class MarkerData
java.lang.Object
com.openhtmltopdf.render.MarkerData
public class MarkerData extends Object
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 Classes Modifier and Type Class Description static classMarkerData.GlyphMarkerstatic classMarkerData.ImageMarkerstatic classMarkerData.TextMarker -
Constructor Summary
Constructors Constructor Description MarkerData() -
Method Summary
Modifier and Type Method Description MarkerData.GlyphMarkergetGlyphMarker()MarkerData.ImageMarkergetImageMarker()intgetLayoutWidth()LineBoxgetReferenceLine()StrutMetricsgetStructMetrics()MarkerData.TextMarkergetTextMarker()voidrestorePreviousReferenceLine(LineBox current)voidsetGlyphMarker(MarkerData.GlyphMarker glyphMarker)voidsetImageMarker(MarkerData.ImageMarker imageMarker)voidsetReferenceLine(LineBox referenceLine)voidsetStructMetrics(StrutMetrics structMetrics)voidsetTextMarker(MarkerData.TextMarker markerText)
-
Constructor Details
-
MarkerData
public MarkerData()
-
-
Method Details