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