Module ij
Package ij.util

Class Java2

java.lang.Object
ij.util.Java2

public class Java2 extends 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 Details

    • Java2

      public Java2()
  • Method Details

    • setAntialiased

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

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

      public static int getStringWidth(String s, FontMetrics fontMetrics, Graphics g)
    • setBilinearInterpolation

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

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

      public static void setLookAndFeel(LookAndFeel newLookAndFeel)
      Sets the Swing look and feel.
    • getLookAndFeel

      public static LookAndFeel getLookAndFeel()
      Returns the current Swing look and feel or null.