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 Coord2dgetPixelScale(Component component)static Coord2dgetPixelScale(Graphics2D g2d)static doublegetPixelScaleX(Component component)static doublegetPixelScaleX(Graphics2D g2d)static doublegetPixelScaleY(Component component)static doublegetPixelScaleY(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)
-
-