Uses of Enum Class
com.deltaxml.htmlcompare.MathMLGranularity
Packages that use MathMLGranularity
-
Uses of MathMLGranularity in com.deltaxml.htmlcompare
Methods in com.deltaxml.htmlcompare that return MathMLGranularityModifier and TypeMethodDescriptionMathMLConfiguration.getMathMLGranularity()Get the current value of the MathML granularity parameter.static MathMLGranularityReturns the enum constant of this class with the specified name.static MathMLGranularity[]MathMLGranularity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.htmlcompare with parameters of type MathMLGranularityModifier and TypeMethodDescriptionvoidMathMLConfiguration.setMathMLGranularity(MathMLGranularity value) Set the new value of the MathML granularity parameter.Constructors in com.deltaxml.htmlcompare with parameters of type MathMLGranularityModifierConstructorDescriptionMathMLConfiguration(MathMLGranularity mathMLGranularity) Create a newMathMLConfigurationobject, providing theMathMLGranularityto use.