EquationFractionType

Inheritance: java.lang.Object

public final class EquationFractionType

This specifies the display style of the fraction bar.

Fields

FieldDescription
BARThis specifies that the numerator is above and the denominator below is separated by a bar in the middle.
LINEARThis specifies that the numerator is on the left and the denominator is on the right, separated by a ‘/’ in between.
NO_BARThis specifies that the numerator is above and the denominator below is not separated by a bar in the middle.
SKEWEDThis specifies that the numerator is on the upper left and the denominator is on the lower right, separated by a “/”.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BAR

public static final int BAR

This specifies that the numerator is above and the denominator below is separated by a bar in the middle.

LINEAR

public static final int LINEAR

This specifies that the numerator is on the left and the denominator is on the right, separated by a ‘/’ in between.

NO_BAR

public static final int NO_BAR

This specifies that the numerator is above and the denominator below is not separated by a bar in the middle.

SKEWED

public static final int SKEWED

This specifies that the numerator is on the upper left and the denominator is on the lower right, separated by a “/”.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int