Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.layouting.renderer.process.IterateStructuralProcessStep
org.jfree.layouting.modules.output.html.HtmlPrinter
public class HtmlPrinter
extends IterateStructuralProcessStep
Field Summary | |
static float | |
static float | |
static String |
Constructor Summary | |
Method Summary | |
protected void | |
protected void | |
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
void |
|
ContentLocation | |
NameGenerator | |
ContentLocation | |
NameGenerator | |
String | |
URLRewriter | |
boolean | |
protected void | |
void |
|
void |
|
void |
|
void |
|
void |
|
protected boolean | |
protected boolean | |
protected boolean |
|
protected boolean |
|
protected boolean |
|
protected void |
|
protected boolean |
|
protected boolean |
|
protected boolean |
|
protected boolean |
|
protected boolean |
|
protected boolean |
|
protected boolean |
|
protected boolean |
|
Methods inherited from class org.jfree.layouting.renderer.process.IterateStructuralProcessStep | |
finishBlockBox , finishInlineBox , finishNormalFlow , finishOtherBox , finishOtherNode , processBoxChilds , processParagraphChilds , startBlockBox , startInlineBox , startNormalFlow , startOtherBox , startOtherNode , startProcessing |
public static final float CORRECTION_FACTOR_POINT_TO_PX
- Field Value:
- 1.0f
public static final float CORRECTION_FACTOR_PX_TO_POINT
- Field Value:
- 0.0f
public static final String TAG_DEF_PREFIX
protected void finishBlockBox(BlockRenderBox box)
- Overrides:
- finishBlockBox in interface IterateStructuralProcessStep
protected void finishInlineBox(InlineRenderBox box)
- Overrides:
- finishInlineBox in interface IterateStructuralProcessStep
protected void finishOtherBlockBox(BlockRenderBox tableRenderBox) throws IOException
protected void finishTableBody(TableSectionRenderBox tableRenderBox) throws IOException
protected void finishTableFooter(TableSectionRenderBox tableRenderBox) throws IOException
protected void finishTableHeader(TableSectionRenderBox tableRenderBox) throws IOException
public void generate(LogicalPageBox box, DocumentContext documentContext) throws IOException, ContentIOException
public ContentLocation getContentLocation()
public NameGenerator getContentNameGenerator()
public ContentLocation getDataLocation()
public NameGenerator getDataNameGenerator()
public String getEncoding()
public boolean isGenerateFragment()
protected void processParagraphChilds(ParagraphRenderBox box)
- Overrides:
- processParagraphChilds in interface IterateStructuralProcessStep
public void setContentWriter(ContentLocation contentLocation, NameGenerator contentNameGenerator)
public void setDataWriter(ContentLocation dataLocation, NameGenerator dataNameGenerator)
public void setEncoding(String encoding)
public void setGenerateFragment(boolean generateFragment)
protected boolean startBlockBox(BlockRenderBox box)
- Overrides:
- startBlockBox in interface IterateStructuralProcessStep
protected boolean startInlineBox(InlineRenderBox box)
- Overrides:
- startInlineBox in interface IterateStructuralProcessStep
protected boolean startMarkerContents(RenderBox box, StyleBuilder builder) throws IOException
protected boolean startOtherBlockBox(BlockRenderBox box, StyleBuilder builder) throws IOException
protected boolean startOtherBox(RenderBox box)
- Overrides:
- startOtherBox in interface IterateStructuralProcessStep
protected void startOtherNode(RenderNode node)
- Overrides:
- startOtherNode in interface IterateStructuralProcessStep
protected boolean startParagraph(ParagraphRenderBox box, StyleBuilder builder) throws IOException
protected boolean startTableBody(TableSectionRenderBox box, StyleBuilder builder) throws IOException
protected boolean startTableCell(TableCellRenderBox box, StyleBuilder builder) throws IOException
protected boolean startTableFooter(TableSectionRenderBox box, StyleBuilder builder) throws IOException
protected boolean startTableHeader(TableSectionRenderBox box, StyleBuilder builder) throws IOException
protected boolean startTableRow(TableRowRenderBox box, StyleBuilder builder) throws IOException