fop 0.95beta | |
Frames | No Frames |
Methods with parameter type org.apache.fop.layoutmgr.KnuthElement | |
int | |
int |
Classes derived from org.apache.fop.layoutmgr.KnuthElement | |
class | Knuth box used to represent a line in block-progression-dimension (i.e. |
class | An instance of this class represents an unbreakable piece of content with
fixed width: for example an image, a syllable (but only if letter spacing
is constant), ... |
class | An instance of this class represents a piece of content with adjustable
width: for example a space between words of justified text. |
class | An instance of this class represents information about a feasible
breaking point; it does not represent any piece of content. |
Methods with parameter type org.apache.fop.layoutmgr.KnuthElement | |
double | BalancingColumnBreakingAlgorithm.computeDemerits(BreakingAlgorithm.KnuthNode activeNode, KnuthElement element, int fitnessClass, double r) |
double | BreakingAlgorithm.computeDemerits(BreakingAlgorithm.KnuthNode activeNode, KnuthElement element, int fitnessClass, double r) Computes the demerits of the current breaking (that is, up to the given element),
if the next-to-last chosen breakpoint is the given active node. |
int | BreakingAlgorithm.computeDifference(BreakingAlgorithm.KnuthNode activeNode, KnuthElement element, int elementIndex) Return the difference between the natural width of a line that would be made
between the given active node and the given element, and the available width of the
real line. |
void | Determines if the given breakpoint is a feasible breakpoint. |
int | |
int | |
int | |
int |
Methods with return type org.apache.fop.layoutmgr.KnuthElement | |
KnuthElement | BreakingAlgorithm.getElement(int idx) Return the element at index idx in the paragraph. |
Classes derived from org.apache.fop.layoutmgr.KnuthElement | |
class |
Methods with parameter type org.apache.fop.layoutmgr.KnuthElement | |
int |
fop 0.95beta |