Uses of Class org.apache.fop.traits.MinOptMax

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

Methods with parameter type org.apache.fop.traits.MinOptMax

void
void
void

Uses in package org.apache.fop.traits

Constructors with parameter type org.apache.fop.traits.MinOptMax

Copy constructor.
SpaceVal.SpaceVal(MinOptMax space, boolean bConditional, boolean bForcing, int iPrecedence)
Constructor for SpaceVal objects based on the full set of properties.

Methods with parameter type org.apache.fop.traits.MinOptMax

void
Adds another MinOptMax instance to this one.
MinOptMax
Adds one MinOptMax instance to another returning a new one.
MinOptMax
MinOptMax.multiply(MinOptMax op1, double mult)
Multiplies a MinOptMax instance with a factor returning a new instance.
void
Subtracts another MinOptMax instance from this one.
MinOptMax
Subtracts one MinOptMax instance from another returning a new one.

Methods with return type org.apache.fop.traits.MinOptMax

MinOptMax
Adds one MinOptMax instance to another returning a new one.
MinOptMax
Returns the Space value.
MinOptMax
MinOptMax.multiply(MinOptMax op1, double mult)
Multiplies a MinOptMax instance with a factor returning a new instance.
MinOptMax
Subtracts one MinOptMax instance from another returning a new one.

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

Methods with parameter type org.apache.fop.traits.MinOptMax

void
void
void
void
void
void

Uses in package org.apache.fop.layoutmgr

Constructors with parameter type org.apache.fop.traits.MinOptMax

BalancingColumnBreakingAlgorithm.BalancingColumnBreakingAlgorithm(LayoutManager topLevelLM, PageProvider pageProvider, PageBreakingAlgorithm.PageBreakingLayoutListener layoutListener, int alignment, int alignmentLast, MinOptMax footnoteSeparatorLength, boolean partOverflowRecovery, int columnCount)
KnuthBlockBox.KnuthBlockBox(int w, MinOptMax range, int bpdim, Position pos, boolean bAux)
Creates a new box.
UnresolvedListElementWithLength.UnresolvedListElementWithLength(Position position, MinOptMax length, RelSide side, boolean conditional, boolean isFirst, boolean isLast)
Main constructor

Fields of type org.apache.fop.traits.MinOptMax

MinOptMax
see foSpaceBefore
MinOptMax
Holds the (one-time use) fo:block space-before and -after properties.
MinOptMax

Methods with parameter type org.apache.fop.traits.MinOptMax

void
Add a block spacer for space before and space after a block.
void
TraitSetter.addSpaceBeforeAfter(Area area, double adjust, MinOptMax spaceBefore, MinOptMax spaceAfter)
Adds traits for space-before and space-after to an area.
void
Extends the minimum length to the given length if necessary, and adjusts opt and max accordingly.
void
After a calculation on a MinOptMax, this can be called to set opt to a new effective value.
int
TraitSetter.getEffectiveSpace(double adjust, MinOptMax space)
Returns the effective space length of a resolved space specifier based on the adjustment value.
void
void
void
Notifies the layout manager about the effective length/width of its border.
void
void
void
void
void
Called to notify the affected layout manager about the effective length after resolution.
void
void
void
Notifies the layout manager about the effective length/width of its padding.
void
void
void
Notifies the layout manager about the effective length of its space.
boolean
ElementListUtils.removeLegalBreaks(LinkedList elements, MinOptMax constraint)
Removes legal breaks in an element list.
void
Restricts a MinOptMax using the values from a LengthRangeProperty.
void
Sets the stack limit in block-progression-dimension.
void
Sets the stack limit in inline-progression-dimension.

Methods with return type org.apache.fop.traits.MinOptMax

MinOptMax
MinOptMax
MinOptMax
Returns the stack limit in block-progression-dimension.
MinOptMax
Returns the stack limit in inline-progression-dimension.
MinOptMax
SpaceSpecifier.resolve(boolean endsReferenceArea)
Resolve the current sequence of space-specifiers, accounting for forcing values.
MinOptMax
Converts a LengthRangeProperty to a MinOptMax.

Uses in package org.apache.fop.fo.flow.table

Methods with parameter type org.apache.fop.traits.MinOptMax

void
Sets the height for this row that resulted from the explicit height properties specified by the user.
void
Sets the calculated height for this EffRow, including everything (cells' bpds, paddings, borders, and border-separation).

Methods with return type org.apache.fop.traits.MinOptMax

MinOptMax
MinOptMax
Returns the calculated height for this EffRow, including the cells' bpds/paddings/borders, and the table's border-separation.

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

Constructors with parameter type org.apache.fop.traits.MinOptMax

LeafNodeLayoutManager.AreaInfo.AreaInfo(short iLS, MinOptMax ipd, boolean bHyph, AlignmentContext alignmentContext)

Fields of type org.apache.fop.traits.MinOptMax

MinOptMax
Size of border and padding in BPD (ie, before and after).
MinOptMax

Methods with parameter type org.apache.fop.traits.MinOptMax

void
InlineStackingLayoutManager.addSpace(Area parentArea, MinOptMax spaceRange, double dSpaceAdjust)
Adds a space to the area
TextArea
TextLayoutManager.createTextArea(MinOptMax width, int adjust, LayoutContext context, int spaceDiff, int firstIndex, int lastIndex, boolean isLastArea)
Create an inline word area.

Methods with return type org.apache.fop.traits.MinOptMax

MinOptMax
Return the allocated IPD for this area.
MinOptMax
Get the allocation ipd of the inline area.
MinOptMax
InlineLayoutManager.getExtraIPD(boolean isNotFirst, boolean isNotLast)
MinOptMax
InlineStackingLayoutManager.getExtraIPD(boolean bNotFirst, boolean bNotLast)
Returns the extra IPD needed for any leading or trailing fences for the current area.
MinOptMax
TODO: Explain this method

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