public final class JBSwingUtilities
extends java.lang.Object
Constructor and Description |
---|
JBSwingUtilities() |
Modifier and Type | Method and Description |
---|---|
static Disposable |
addGlobalCGTransform(PairFunction<? super javax.swing.JComponent,? super java.awt.Graphics2D,? extends java.awt.Graphics2D> fun) |
static boolean |
isLeftMouseButton(java.awt.event.MouseEvent anEvent)
Deprecated.
Use
SwingUtilities.isLeftMouseButton(java.awt.event.MouseEvent) |
static boolean |
isRightMouseButton(java.awt.event.MouseEvent anEvent)
Deprecated.
Use
SwingUtilities.isRightMouseButton(java.awt.event.MouseEvent) |
static java.awt.Graphics2D |
runGlobalCGTransform(javax.swing.JComponent c,
java.awt.Graphics g) |
@Deprecated public static boolean isLeftMouseButton(java.awt.event.MouseEvent anEvent)
SwingUtilities.isLeftMouseButton(java.awt.event.MouseEvent)
@Deprecated public static boolean isRightMouseButton(java.awt.event.MouseEvent anEvent)
SwingUtilities.isRightMouseButton(java.awt.event.MouseEvent)
public static Disposable addGlobalCGTransform(PairFunction<? super javax.swing.JComponent,? super java.awt.Graphics2D,? extends java.awt.Graphics2D> fun)
public static java.awt.Graphics2D runGlobalCGTransform(javax.swing.JComponent c, java.awt.Graphics g)