public class MathFractionFactory extends java.lang.Object implements IMathFractionFactory
Allows to create a math fraction
Constructor and Description |
---|
MathFractionFactory() |
Modifier and Type | Method and Description |
---|---|
IMathFraction |
createMathFraction(IMathElement numerator,
IMathElement denominator)
Creates a math fraction
|
IMathFraction |
createMathFraction(IMathElement numerator,
IMathElement denominator,
int fractionType)
Creates a math fraction
|
public final IMathFraction createMathFraction(IMathElement numerator, IMathElement denominator, int fractionType)
Creates a math fraction
createMathFraction
in interface IMathFractionFactory
numerator
- Numeratordenominator
- DenominatorfractionType
- Fraction typepublic final IMathFraction createMathFraction(IMathElement numerator, IMathElement denominator)
Creates a math fraction
createMathFraction
in interface IMathFractionFactory
numerator
- Numeratordenominator
- DenominatorCopyright © 2004-2020 Aspose Pty Ltd. All Rights Reserved.