com.explodingpixels.widgets.plaf
Class EPTabPainter
java.lang.Object
com.explodingpixels.widgets.plaf.EPTabPainter
public class EPTabPainter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPTabPainter
public EPTabPainter()
setCloseButtonLocation
public void setCloseButtonLocation(EPTabPainter.CloseButtonLocation closeButtonLocation)
paintTab
public void paintTab(Graphics2D graphics,
JTabbedPane tabPane,
Rectangle tabBounds,
String tabText,
Icon tabIcon,
boolean isSelected,
boolean isMouseOverCloseButton,
boolean isMousePressedOverCloseButton)
isPointOverCloseButton
public boolean isPointOverCloseButton(Rectangle tabBounds,
Point point)