Package | Description |
---|---|
ej.mwt | |
ej.mwt.style.dimension | |
ej.mwt.util |
Modifier and Type | Method and Description |
---|---|
Rectangle |
Widget.getContentBounds()
Gets the content bounds of this widget (the bounds minus the outlines).
|
Rectangle |
Container.getContentBounds() |
Modifier and Type | Method and Description |
---|---|
void |
RelativeDimension.layOut(Widget widget,
Rectangle bounds) |
void |
OptimalDimension.layOut(Widget widget,
Rectangle bounds) |
void |
NoDimension.layOut(Widget widget,
Rectangle bounds) |
void |
FixedDimension.layOut(Widget widget,
Rectangle bounds) |
void |
Dimension.layOut(Widget widget,
Rectangle bounds)
Lays out a widget.
|
static void |
DimensionHelper.layOut(Widget widget,
Rectangle bounds,
boolean useFixedWidth,
boolean useFixedHeight,
int fixedWidth,
int fixedHeight)
Lays out a widget.
|
Constructor and Description |
---|
Rectangle(Rectangle rectangle)
Creates a rectangle from the bounds of another rectangle.
|