Package org.jzy3d.awt

Class AWTHelper

java.lang.Object
org.jzy3d.awt.AWTHelper

public class AWTHelper extends Object
  • Constructor Details

    • AWTHelper

      public AWTHelper()
  • Method Details

    • getPixelScale

      public static Coord2d getPixelScale(Component component)
    • getPixelScale

      public static Coord2d getPixelScale(Graphics2D g2d)
    • getPixelScaleX

      public static double getPixelScaleX(Component component)
    • getPixelScaleX

      public static double getPixelScaleX(Graphics2D g2d)
    • getPixelScaleY

      public static double getPixelScaleY(Component component)
    • getPixelScaleY

      public static double getPixelScaleY(Graphics2D g2d)