Uses of Interface org.apache.fop.datatypes.PercentBase

Uses in package org.apache.fop.datatypes

Classes implementing org.apache.fop.datatypes.PercentBase

class
Models a length which can be used as a factor in a percentage length calculation

Uses in package org.apache.fop.fo.expr

Methods with return type org.apache.fop.datatypes.PercentBase

PercentBase
PercentBase
PercentBase
PercentBase
Return the PercentBase object used to calculate the absolute value from a percent specification.

Uses in package org.apache.fop.fo.properties

Constructors with parameter type org.apache.fop.datatypes.PercentBase

PercentLength.PercentLength(double factor, PercentBase lbase)
Main constructor.

Methods with return type org.apache.fop.datatypes.PercentBase

PercentBase
PercentBase
Returns a PercentBase whose getDimension() returns 1.
PercentBase
This is used to handle properties specified as a percentage of some "base length", such as the content width of their containing box.

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