Documentation of 'ij.util.Java2' Java class
Java2
ij.util

Class Java2



  • public class Java2
    extends java.lang.Object
    This class contains static methods that use the Java 2 API. They are isolated here to prevent errors when ImageJ is running on Java 1.1 JVMs.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Java2() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static int getStringWidth(java.lang.String s, java.awt.FontMetrics fontMetrics, java.awt.Graphics g) 
      static void setAntialiased(java.awt.Graphics g, boolean antialiased) 
      static void setAntialiasedText(java.awt.Graphics g, boolean antialiasedText) 
      static void setBilinearInterpolation(java.awt.Graphics g, boolean bilinearInterpolation) 
      static void setSystemLookAndFeel()
      Sets the Swing look and feel to the system look and feel (Windows only).
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Java2

        public Java2()
    • Method Detail

      • setAntialiased

        public static void setAntialiased(java.awt.Graphics g,
                                          boolean antialiased)
      • setAntialiasedText

        public static void setAntialiasedText(java.awt.Graphics g,
                                              boolean antialiasedText)
      • getStringWidth

        public static int getStringWidth(java.lang.String s,
                                         java.awt.FontMetrics fontMetrics,
                                         java.awt.Graphics g)
      • setBilinearInterpolation

        public static void setBilinearInterpolation(java.awt.Graphics g,
                                                    boolean bilinearInterpolation)
      • setSystemLookAndFeel

        public static void setSystemLookAndFeel()
        Sets the Swing look and feel to the system look and feel (Windows only).

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.