Uses of Class
net.sourceforge.webcompmath.draw.RationalLabel.VJust

Packages that use RationalLabel.VJust
net.sourceforge.webcompmath.draw   
 

Uses of RationalLabel.VJust in net.sourceforge.webcompmath.draw
 

Methods in net.sourceforge.webcompmath.draw that return RationalLabel.VJust
static RationalLabel.VJust RationalLabel.VJust.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RationalLabel.VJust[] RationalLabel.VJust.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.webcompmath.draw with parameters of type RationalLabel.VJust
 void RationalLabel.drawFraction(java.awt.Graphics2D g2, int x, int y, RationalLabel.HJust hJust, RationalLabel.VJust vJust)
          Draws the rational label.