Uses of Class org.apache.fop.layoutmgr.KnuthElement

Uses in package org.apache.fop.layoutmgr.table

Methods with parameter type org.apache.fop.layoutmgr.KnuthElement

int
int

Uses in package org.apache.fop.layoutmgr.inline

Classes derived from org.apache.fop.layoutmgr.KnuthElement

class

Methods with parameter type org.apache.fop.layoutmgr.KnuthElement

int

Uses in package org.apache.fop.layoutmgr

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
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
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
Return the element at index idx in the paragraph.

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.