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

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

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

Methods in net.sourceforge.webcompmath.draw that return RationalLabel.HJust
static RationalLabel.HJust RationalLabel.HJust.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RationalLabel.HJust[] RationalLabel.HJust.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.HJust
 void RationalLabel.drawFraction(java.awt.Graphics2D g2, int x, int y, RationalLabel.HJust hJust, RationalLabel.VJust vJust)
          Draws the rational label.