Package | Description |
---|---|
ej.mwt | |
ej.mwt.style.dimension | |
ej.mwt.style.outline | |
ej.mwt.style.outline.border | |
ej.mwt.util |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
Widget.computeContentOptimalSize(Size size)
Computes the optimal size of the widget.
|
Modifier and Type | Method and Description |
---|---|
void |
RelativeDimension.computeOptimalSize(Widget widget,
int availableWidth,
int availableHeight,
Size optimalSize) |
void |
OptimalDimension.computeOptimalSize(Widget widget,
int availableWidth,
int availableHeight,
Size optimalSize) |
void |
NoDimension.computeOptimalSize(Widget widget,
int availableWidth,
int availableHeight,
Size optimalSize) |
void |
FixedDimension.computeOptimalSize(Widget widget,
int availableWidth,
int availableHeight,
Size optimalSize) |
void |
Dimension.computeOptimalSize(Widget widget,
int availableWidth,
int availableHeight,
Size optimalSize)
Computes the optimal size of a widget.
|
void |
RelativeDimension.getAvailableSize(Widget widget,
int availableWidth,
int availableHeight,
Size availableSize) |
void |
OptimalDimension.getAvailableSize(Widget widget,
int availableWidth,
int availableHeight,
Size availableSize) |
void |
NoDimension.getAvailableSize(Widget widget,
int availableWidth,
int availableHeight,
Size availableSize) |
void |
FixedDimension.getAvailableSize(Widget widget,
int availableWidth,
int availableHeight,
Size availableSize) |
void |
Dimension.getAvailableSize(Widget widget,
int availableWidth,
int availableHeight,
Size availableSize)
Gets the available size for a widget.
|
Modifier and Type | Method and Description |
---|---|
void |
UniformOutline.apply(ej.microui.display.GraphicsContext g,
Size size) |
void |
Outline.apply(ej.microui.display.GraphicsContext g,
Size size)
Applies the outline on a graphics context.
|
void |
NoOutline.apply(ej.microui.display.GraphicsContext g,
Size size) |
void |
FlexibleOutline.apply(ej.microui.display.GraphicsContext g,
Size size) |
Modifier and Type | Method and Description |
---|---|
void |
RoundedBorder.apply(ej.microui.display.GraphicsContext g,
Size size) |
void |
RectangularBorder.apply(ej.microui.display.GraphicsContext g,
Size size) |
void |
FlexibleRectangularMulticoloredBorder.apply(ej.microui.display.GraphicsContext g,
Size size) |
void |
FlexibleRectangularBorder.apply(ej.microui.display.GraphicsContext g,
Size size) |
Modifier and Type | Method and Description |
---|---|
static void |
OutlineHelper.applyOutlinesAndBackground(ej.microui.display.GraphicsContext g,
Size size,
Style style)
Applies the different outlines and the background on the given graphics context and the given size.
|
Constructor and Description |
---|
Size(Size size)
Creates a size from another size.
|