Searched refs:createCroppedTabShape (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java921 private static Polygon createCroppedTabShape(int tabPlacement, Rectangle tabRect, int cropline) { method in class:BasicTabbedPaneUI
3881 shape = createCroppedTabShape(tabPane.getTabPlacement(), tabRect, cropline);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java870 private static Polygon createCroppedTabShape(final int tabPlacement, final Rectangle tabRect, final int cropline) { method in class:AquaTabbedPaneCopyFromBasicUI
3646 shape = createCroppedTabShape(tabPane.getTabPlacement(), tabRect, cropline);

Completed in 115 milliseconds