Package docking.util
Class GraphicsUtils
java.lang.Object
docking.util.GraphicsUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
drawString
(JComponent c, Graphics2D g2d, String text, int x, int y) static void
drawString
(JComponent c, Graphics g, String text, int x, int y) static Graphics2D
static int
stringWidth
(JComponent c, FontMetrics fm, String string)
-
Constructor Details
-
GraphicsUtils
public GraphicsUtils()
-
-
Method Details
-
drawString
-
drawString
-
getGraphics2D
-
stringWidth
-