net.miginfocom.swing
public class SwingComponentWrapper extends Object implements ComponentWrapper
| Constructor Summary | |
|---|---|
| SwingComponentWrapper(Component c) | |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| int | getBaseline(int width, int height) |
| Object | getComponent() |
| int | getComponetType(boolean disregardScrollPane) |
| int | getHeight() |
| int | getHorizontalScreenDPI() |
| int | getLayoutHashCode() |
| String | getLinkId() |
| int | getMaximumHeight(int sz) |
| int | getMaximumWidth(int sz) |
| int | getMinimumHeight(int sz) |
| int | getMinimumWidth(int sz) |
| ContainerWrapper | getParent() |
| float | getPixelUnitFactor(boolean isHor) |
| int | getPreferredHeight(int sz) |
| int | getPreferredWidth(int sz) |
| int | getScreenHeight() |
| int | getScreenLocationX() |
| int | getScreenLocationY() |
| int | getScreenWidth() |
| int | getVerticalScreenDPI() |
| int[] | getVisualPadding() |
| int | getWidth() |
| int | getX() |
| int | getY() |
| boolean | hasBaseline() |
| int | hashCode() |
| static boolean | isMaxSizeSetOn1_4() |
| boolean | isVisible() |
| static boolean | isVisualPaddingEnabled() |
| void | paintDebugOutline() |
| void | setBounds(int x, int y, int width, int height) |
| static void | setMaxSizeSetOn1_4(boolean b) |
| static void | setVisualPaddingEnabled(boolean b) |