public class LayoutState extends Object
| Constructor and Description |
|---|
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) |
LayoutState(StyleTracker firstLetters,
StyleTracker firstLines,
MarkerData currentMarkerData,
String pageName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equal(LinkedList<BlockFormattingContext> bfcs,
MarkerData markerData,
StyleTracker firstLetters,
StyleTracker firstLines,
String pageName,
int extraSpaceTop,
int extraSpaceBottom,
int noPageBreak) |
boolean |
equal(MarkerData currentMarkerData,
StyleTracker firstLetters,
StyleTracker firstLines,
String pageName) |
LinkedList<BlockFormattingContext> |
getBFCs() |
MarkerData |
getCurrentMarkerData() |
int |
getExtraSpaceBottom() |
int |
getExtraSpaceTop() |
StyleTracker |
getFirstLetters() |
StyleTracker |
getFirstLines() |
int |
getNoPageBreak() |
String |
getPageName() |
public LayoutState(LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak)
public LayoutState(LinkedList<BlockFormattingContext> bfcs, MarkerData currentMarkerData, StyleTracker firstLetters, StyleTracker firstLines)
public LayoutState(StyleTracker firstLetters, StyleTracker firstLines, MarkerData currentMarkerData, String pageName)
public boolean equal(LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak)
public boolean equal(MarkerData currentMarkerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName)
public LinkedList<BlockFormattingContext> getBFCs()
public MarkerData getCurrentMarkerData()
public StyleTracker getFirstLetters()
public StyleTracker getFirstLines()
public String getPageName()
public int getExtraSpaceTop()
public int getExtraSpaceBottom()
public int getNoPageBreak()
Copyright © 2004–2025. All rights reserved.