|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
---|---|
org.foray.pioneer | Classes for the Pioneer layout strategy. |
Uses of Status in org.foray.pioneer |
---|
Methods in org.foray.pioneer that return Status | |
---|---|
protected Status |
FONodePL.addNonTextContent(org.axsl.area.LineArea inputLineArea,
org.axsl.fo.fo.GraftingPoint graftingPoint)
Add this object's non-text line content to a line. |
static Status |
Status.checkBreakAfter(org.axsl.common.value.Break breakAfter)
Converts a given "break-after" value to the appropriate Status. |
Status |
PioneerLS.checkBreakBefore(org.axsl.fo.Fo node,
org.axsl.area.Area area)
Indicates whether a "break-before" condition exists for a given FO Tree node being laid out in a given AreaTree area. |
Status |
AbstractFlowPL.getStatus()
Returns the layout status of this item. |
Status |
WrapperPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
TableRowPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
TablePL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
TableCellPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
StaticContentPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
RetrieveMarkerPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
PageNumberPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
PageNumberCitationPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
NoLayoutPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
MarkerPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
ListItemPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
ListItemLabelPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
ListItemBodyPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
ListBlockPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
LeaderPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
InstreamForeignObjectPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
FOTextPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
FootnotePL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
FootnoteBodyPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
abstract Status |
FONodePL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
Each FONodePL subclass implements this method on a manner appropriate for its content. |
Status |
FlowPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
ExternalGraphicPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
BlockPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
BlockContainerPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
AbstractTablePartPL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
Status |
AbstractMixedInlinePL.layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
|
protected Status |
FObjPL.layoutChildren(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
Performs layout for this children of this object. |
protected Status |
FONodePL.standardLayout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
A standard layout that can be used by subclasses that have no real layout work themselves, but need to make sure their children are laid out. |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.foray.pioneer with parameters of type Status | |
---|---|
void |
AbstractFlowPL.setStatus(Status status)
Sets the status. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |