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

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

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

Numeric

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

Fields of type org.apache.fop.datatypes.Numeric

Numeric

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

Numeric

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

Classes implementing org.apache.fop.datatypes.Numeric

class
A length quantity in XSL which is specified as an enum, such as "auto"
class
A number quantity in XSL which is specified as an enum, such as "no-limit".
class
An absolute length quantity in XSL
class
Superclass for properties wrapping a Length value.
class
Class for handling numeric properties
class
a percent specified length quantity in XSL
class
A table-column width specification, possibly including some number of proportional "column-units".

Fields of type org.apache.fop.datatypes.Numeric

Numeric
The "font-size-adjust" property.

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

Numeric
Numeric
Numeric
Convert NumberProperty to Numeric object
Numeric
This method expects to be overridden by subclasses

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

Classes implementing org.apache.fop.datatypes.Numeric

class
A numeric property which hold the final absolute result of an expression calculations.
class
This class represent a node in a property expression tree.

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

Constructor for a one argument operation.
Constructor for a two argument operation.

Methods with parameter type org.apache.fop.datatypes.Numeric

Numeric
Return the absolute value of a Numeric.
Numeric
Numeric
Add the two operands and return a new Numeric representing the result.
Numeric
Numeric
Divide the second operand into the first and return a new Numeric representing the result.
Numeric
Numeric
Return the larger of the two Numerics.
Numeric
Numeric
Return the smaller of two Numerics.
Numeric
Numeric
Return the remainder of a division of the two operand Numeric.
Numeric
Numeric
Multiply the two operands and return a new Numeric representing the result.
Numeric
Numeric
Return the negation of a Numeric.
Numeric
Numeric
Add the second operand from the first and return a new Numeric representing the result.
Numeric

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

Numeric
Return the absolute value of a Numeric.
Numeric
Numeric
Add the two operands and return a new Numeric representing the result.
Numeric
Numeric
Divide the second operand into the first and return a new Numeric representing the result.
Numeric
Numeric
Numeric
Numeric
Return the larger of the two Numerics.
Numeric
Numeric
Return the smaller of two Numerics.
Numeric
Numeric
Return the remainder of a division of the two operand Numeric.
Numeric
Numeric
Multiply the two operands and return a new Numeric representing the result.
Numeric
Numeric
Return the negation of a Numeric.
Numeric
Numeric
Add the second operand from the first and return a new Numeric representing the result.
Numeric

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

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

Numeric

Uses in package org.apache.fop.layoutmgr

Methods with parameter type org.apache.fop.datatypes.Numeric

void
void
TopLevelLayoutManager.doForcePageCount(Numeric nextPageSeqInitialPageNumber)
Act upon the force-page-count trait, in relation to the initial-page-number trait of the following page-sequence.

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