61626364656667
public static double getTextHeight() { return currentFont.getHeight(); } public static void setTextColor( double red, double green, double blue, double alpha ) { currentTextColor = new Color( red, green, blue, alpha ); }