Uses of Class
org.xhtmlrenderer.render.MarkerData
-
Packages that use MarkerData Package Description org.xhtmlrenderer.layout org.xhtmlrenderer.render -
-
Uses of MarkerData in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return MarkerData Modifier and Type Method Description MarkerData
LayoutContext. getCurrentMarkerData()
MarkerData
LayoutState. getCurrentMarkerData()
Methods in org.xhtmlrenderer.layout with parameters of type MarkerData Modifier and Type Method Description void
LayoutContext. setCurrentMarkerData(MarkerData currentMarkerData)
void
LayoutState. setCurrentMarkerData(MarkerData currentMarkerData)
-
Uses of MarkerData in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return MarkerData Modifier and Type Method Description MarkerData
BlockBox. getMarkerData()
MarkerData
LineBox. getMarkerData()
Methods in org.xhtmlrenderer.render with parameters of type MarkerData Modifier and Type Method Description void
BlockBox. setMarkerData(MarkerData markerData)
void
LineBox. setMarkerData(MarkerData markerData)
-