Package org.matheclipse.core.bridge.awt
Class ScreenInsets
- java.lang.Object
-
- org.matheclipse.core.bridge.awt.ScreenInsets
-
public class ScreenInsets extends Object
-
-
Constructor Summary
Constructors Constructor Description ScreenInsets()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Insets
of(int device)
static Insets
of(int device, int config)
Remark: on Ubuntu: java.awt.Insets[top=24,left=49,bottom=0,right=0] on Fedora: java.awt.Insets[top=32,left=0,bottom=0,right=0]
-