Uses of Interface
org.apache.fop.datatypes.Numeric
Packages that use Numeric
Package
Description
XSL Datatypes.
Classes for XSL expressions and functions.
All the block- and inline-level flow formatting objects.
All the pagination and declaration formatting objects.
Classes representing the various property types as well as supporting data structures for the FO tree.
FOP's layout engine.
-
Uses of Numeric in org.apache.fop.datatypes
Subinterfaces of Numeric in org.apache.fop.datatypes -
Uses of Numeric in org.apache.fop.fo.expr
Classes in org.apache.fop.fo.expr that implement NumericModifier and TypeClassDescriptionclass
A numeric property which hold the final absolute result of an expression calculations.class
This class represent a node in a property expression tree.Methods in org.apache.fop.fo.expr that return NumericModifier and TypeMethodDescriptionstatic Numeric
Return the absolute value of a Numeric.static Numeric
NumericOp.abs2
(Numeric op, PercentBaseContext context) Return the absolute value of a Numeric.static Numeric
Add the two operands and return a new Numeric representing the result.static Numeric
NumericOp.addition2
(Numeric op1, Numeric op2, PercentBaseContext context) Add the two operands with a percentage context and return a new Numeric representing the result.static Numeric
Divide the second operand into the first and return a new Numeric representing the result.static Numeric
NumericOp.divide2
(Numeric op1, Numeric op2, PercentBaseContext context) Divide the two operands with a percentage context and return a new Numeric representing the result.NumericProperty.getNumeric()
This method expects to be overridden by subclassesRelativeNumericProperty.getNumeric()
static Numeric
Return the larger of the two Numerics.static Numeric
NumericOp.max2
(Numeric op1, Numeric op2, PercentBaseContext context) Return the larger of the two Numerics.static Numeric
Return the smaller of two Numerics.static Numeric
NumericOp.min2
(Numeric op1, Numeric op2, PercentBaseContext context) Return the smaller of the two Numerics.static Numeric
Return the remainder of a division of the two operand Numeric.static Numeric
NumericOp.modulo2
(Numeric op1, Numeric op2, PercentBaseContext context) Return the remainder of a division of the two operand Numeric.static Numeric
Multiply the two operands and return a new Numeric representing the result.static Numeric
NumericOp.multiply2
(Numeric op1, Numeric op2, PercentBaseContext context) Multiply the two operands with a percentage context and return a new Numeric representing the result.static Numeric
Return the negation of a Numeric.static Numeric
NumericOp.negate2
(Numeric op, PercentBaseContext context) Return the negation of a Numeric.static Numeric
NumericOp.subtraction
(Numeric op1, Numeric op2) Add the second operand from the first and return a new Numeric representing the result.static Numeric
NumericOp.subtraction2
(Numeric op1, Numeric op2, PercentBaseContext context) Subtract the two operands with a percentage context and return a new Numeric representing the result.Methods in org.apache.fop.fo.expr with parameters of type NumericModifier and TypeMethodDescriptionstatic Numeric
Return the absolute value of a Numeric.static Numeric
NumericOp.abs2
(Numeric op, PercentBaseContext context) Return the absolute value of a Numeric.static Numeric
Add the two operands and return a new Numeric representing the result.static Numeric
NumericOp.addition2
(Numeric op1, Numeric op2, PercentBaseContext context) Add the two operands with a percentage context and return a new Numeric representing the result.static Numeric
Divide the second operand into the first and return a new Numeric representing the result.static Numeric
NumericOp.divide2
(Numeric op1, Numeric op2, PercentBaseContext context) Divide the two operands with a percentage context and return a new Numeric representing the result.static Numeric
Return the larger of the two Numerics.static Numeric
NumericOp.max2
(Numeric op1, Numeric op2, PercentBaseContext context) Return the larger of the two Numerics.static Numeric
Return the smaller of two Numerics.static Numeric
NumericOp.min2
(Numeric op1, Numeric op2, PercentBaseContext context) Return the smaller of the two Numerics.static Numeric
Return the remainder of a division of the two operand Numeric.static Numeric
NumericOp.modulo2
(Numeric op1, Numeric op2, PercentBaseContext context) Return the remainder of a division of the two operand Numeric.static Numeric
Multiply the two operands and return a new Numeric representing the result.static Numeric
NumericOp.multiply2
(Numeric op1, Numeric op2, PercentBaseContext context) Multiply the two operands with a percentage context and return a new Numeric representing the result.static Numeric
Return the negation of a Numeric.static Numeric
NumericOp.negate2
(Numeric op, PercentBaseContext context) Return the negation of a Numeric.static Numeric
NumericOp.subtraction
(Numeric op1, Numeric op2) Add the second operand from the first and return a new Numeric representing the result.static Numeric
NumericOp.subtraction2
(Numeric op1, Numeric op2, PercentBaseContext context) Subtract the two operands with a percentage context and return a new Numeric representing the result.Constructors in org.apache.fop.fo.expr with parameters of type NumericModifierConstructorDescriptionRelativeNumericProperty
(int operation, Numeric op) Constructor for a one argument operation.RelativeNumericProperty
(int operation, Numeric op1, Numeric op2) Constructor for a two argument operation. -
Uses of Numeric in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that return Numeric -
Uses of Numeric in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return NumericModifier and TypeMethodDescriptionTableFObj.getBorderPrecedence
(int side) Return the value for the "border-precedence" property for the given side. -
Uses of Numeric in org.apache.fop.fo.pagination
Fields in org.apache.fop.fo.pagination declared as NumericModifier and TypeFieldDescriptionprotected Numeric
AbstractPageSequence.initialPageNumber
initial page numberMethods in org.apache.fop.fo.pagination that return NumericModifier and TypeMethodDescriptionAbstractPageSequence.getInitialPageNumber()
Get the value of theinitial-page-number
property. -
Uses of Numeric in org.apache.fop.fo.properties
Classes in org.apache.fop.fo.properties that implement NumericModifier and TypeClassDescriptionclass
A length quantity in XSL which is specified as an enum, such as "auto"final class
A number quantity in XSL which is specified as an enum, such as "no-limit".final class
An absolute length quantity in XSLclass
Superclass for properties wrapping a Length value.final class
Class for handling numeric propertiesclass
a percent specified length quantity in XSLclass
A table-column width specification, possibly including some number of proportional "column-units".Fields in org.apache.fop.fo.properties declared as NumericModifier and TypeFieldDescriptionfinal Numeric
CommonFont.fontSizeAdjust
The "font-size-adjust" property.Methods in org.apache.fop.fo.properties that return NumericModifier and TypeMethodDescriptionCommonFont.getFontSizeAdjust()
EnumNumber.getNumeric()
This method expects to be overridden by subclassesLengthProperty.getNumeric()
NumberProperty.getNumeric()
Convert NumberProperty to Numeric objectProperty.getNumeric()
This method expects to be overridden by subclasses -
Uses of Numeric in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type NumericModifier and TypeMethodDescriptionvoid
AbstractPageSequenceLayoutManager.doForcePageCount
(Numeric nextPageSeqInitialPageNumber) Act upon the force-page-count trait, in relation to the initial-page-number trait of the following page-sequence.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.