Package org.jzy3d.awt
Class AWTHelper
- java.lang.Object
-
- org.jzy3d.awt.AWTHelper
-
public class AWTHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description AWTHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Coord2d
getPixelScale(Component component)
static Coord2d
getPixelScale(Graphics2D g2d)
static double
getPixelScaleX(Component component)
static double
getPixelScaleX(Graphics2D g2d)
static double
getPixelScaleY(Component component)
static double
getPixelScaleY(Graphics2D g2d)
-
-
-
Method Detail
-
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)
-
-