Uses of Interface
org.apache.fop.datatypes.Numeric
-
Packages that use Numeric Package Description org.apache.fop.datatypes XSL Datatypes.org.apache.fop.fo.expr Classes for XSL expressions and functions.org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.fo.flow.table org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree.org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of Numeric in org.apache.fop.datatypes
Subinterfaces of Numeric in org.apache.fop.datatypes Modifier and Type Interface Description interfaceLengthA length quantity in XSL -
Uses of Numeric in org.apache.fop.fo.expr
Classes in org.apache.fop.fo.expr that implement Numeric Modifier and Type Class Description classNumericPropertyA numeric property which hold the final absolute result of an expression calculations.classRelativeNumericPropertyThis class represent a node in a property expression tree.Methods in org.apache.fop.fo.expr that return Numeric Modifier and Type Method Description static NumericNumericOp. abs(Numeric op)Return the absolute value of a Numeric.static NumericNumericOp. abs2(Numeric op, PercentBaseContext context)Return the absolute value of a Numeric.static NumericNumericOp. addition(Numeric op1, Numeric op2)Add the two operands and return a new Numeric representing the result.static NumericNumericOp. addition2(Numeric op1, Numeric op2, PercentBaseContext context)Add the two operands with a percentage context and return a new Numeric representing the result.static NumericNumericOp. divide(Numeric op1, Numeric op2)Divide the second operand into the first and return a new Numeric representing the result.static NumericNumericOp. divide2(Numeric op1, Numeric op2, PercentBaseContext context)Divide the two operands with a percentage context and return a new Numeric representing the result.NumericNumericProperty. getNumeric()This method expects to be overridden by subclassesNumericRelativeNumericProperty. getNumeric()static NumericNumericOp. max(Numeric op1, Numeric op2)Return the larger of the two Numerics.static NumericNumericOp. max2(Numeric op1, Numeric op2, PercentBaseContext context)Return the larger of the two Numerics.static NumericNumericOp. min(Numeric op1, Numeric op2)Return the smaller of two Numerics.static NumericNumericOp. min2(Numeric op1, Numeric op2, PercentBaseContext context)Return the smaller of the two Numerics.static NumericNumericOp. modulo(Numeric op1, Numeric op2)Return the remainder of a division of the two operand Numeric.static NumericNumericOp. modulo2(Numeric op1, Numeric op2, PercentBaseContext context)Return the remainder of a division of the two operand Numeric.static NumericNumericOp. multiply(Numeric op1, Numeric op2)Multiply the two operands and return a new Numeric representing the result.static NumericNumericOp. multiply2(Numeric op1, Numeric op2, PercentBaseContext context)Multiply the two operands with a percentage context and return a new Numeric representing the result.static NumericNumericOp. negate(Numeric op)Return the negation of a Numeric.static NumericNumericOp. negate2(Numeric op, PercentBaseContext context)Return the negation of a Numeric.static NumericNumericOp. subtraction(Numeric op1, Numeric op2)Add the second operand from the first and return a new Numeric representing the result.static NumericNumericOp. 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 Numeric Modifier and Type Method Description static NumericNumericOp. abs(Numeric op)Return the absolute value of a Numeric.static NumericNumericOp. abs2(Numeric op, PercentBaseContext context)Return the absolute value of a Numeric.static NumericNumericOp. addition(Numeric op1, Numeric op2)Add the two operands and return a new Numeric representing the result.static NumericNumericOp. addition2(Numeric op1, Numeric op2, PercentBaseContext context)Add the two operands with a percentage context and return a new Numeric representing the result.static NumericNumericOp. divide(Numeric op1, Numeric op2)Divide the second operand into the first and return a new Numeric representing the result.static NumericNumericOp. divide2(Numeric op1, Numeric op2, PercentBaseContext context)Divide the two operands with a percentage context and return a new Numeric representing the result.static NumericNumericOp. max(Numeric op1, Numeric op2)Return the larger of the two Numerics.static NumericNumericOp. max2(Numeric op1, Numeric op2, PercentBaseContext context)Return the larger of the two Numerics.static NumericNumericOp. min(Numeric op1, Numeric op2)Return the smaller of two Numerics.static NumericNumericOp. min2(Numeric op1, Numeric op2, PercentBaseContext context)Return the smaller of the two Numerics.static NumericNumericOp. modulo(Numeric op1, Numeric op2)Return the remainder of a division of the two operand Numeric.static NumericNumericOp. modulo2(Numeric op1, Numeric op2, PercentBaseContext context)Return the remainder of a division of the two operand Numeric.static NumericNumericOp. multiply(Numeric op1, Numeric op2)Multiply the two operands and return a new Numeric representing the result.static NumericNumericOp. multiply2(Numeric op1, Numeric op2, PercentBaseContext context)Multiply the two operands with a percentage context and return a new Numeric representing the result.static NumericNumericOp. negate(Numeric op)Return the negation of a Numeric.static NumericNumericOp. negate2(Numeric op, PercentBaseContext context)Return the negation of a Numeric.static NumericNumericOp. subtraction(Numeric op1, Numeric op2)Add the second operand from the first and return a new Numeric representing the result.static NumericNumericOp. 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 Numeric Constructor Description RelativeNumericProperty(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 Modifier and Type Method Description NumericBlock. getHyphenationLadderCount() -
Uses of Numeric in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return Numeric Modifier and Type Method Description NumericTableFObj. 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 Numeric Modifier and Type Field Description protected NumericAbstractPageSequence. initialPageNumberinitial page numberMethods in org.apache.fop.fo.pagination that return Numeric Modifier and Type Method Description NumericAbstractPageSequence. getInitialPageNumber()Get the value of theinitial-page-numberproperty. -
Uses of Numeric in org.apache.fop.fo.properties
Classes in org.apache.fop.fo.properties that implement Numeric Modifier and Type Class Description classEnumLengthA length quantity in XSL which is specified as an enum, such as "auto"classEnumNumberA number quantity in XSL which is specified as an enum, such as "no-limit".classFixedLengthAn absolute length quantity in XSLclassLengthPropertySuperclass for properties wrapping a Length value.classNumberPropertyClass for handling numeric propertiesclassPercentLengtha percent specified length quantity in XSLclassTableColLengthA table-column width specification, possibly including some number of proportional "column-units".Fields in org.apache.fop.fo.properties declared as Numeric Modifier and Type Field Description NumericCommonFont. fontSizeAdjustThe "font-size-adjust" property.Methods in org.apache.fop.fo.properties that return Numeric Modifier and Type Method Description NumericCommonFont. getFontSizeAdjust()NumericEnumNumber. getNumeric()This method expects to be overridden by subclassesNumericLengthProperty. getNumeric()NumericNumberProperty. getNumeric()Convert NumberProperty to Numeric objectNumericProperty. 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 Numeric Modifier and Type Method Description voidAbstractPageSequenceLayoutManager. doForcePageCount(Numeric nextPageSeqInitialPageNumber)Act upon the force-page-count trait, in relation to the initial-page-number trait of the following page-sequence.voidTopLevelLayoutManager. doForcePageCount(Numeric nextPageSeqInitialPageNumber)Act upon the force-page-count trait, in relation to the initial-page-number trait of the following page-sequence.
-