Package | Description |
---|---|
ej.mwt.style.outline | |
ej.mwt.style.outline.border | |
ej.mwt.util |
Modifier and Type | Method and Description |
---|---|
void |
UniformOutline.apply(Outlineable outlineable) |
void |
Outline.apply(Outlineable outlineable)
Removes the thickness of this outline from the given object.
|
void |
NoOutline.apply(Outlineable outlineable) |
void |
FlexibleOutline.apply(Outlineable outlineable) |
Modifier and Type | Method and Description |
---|---|
void |
RoundedBorder.apply(Outlineable outlineable) |
void |
RectangularBorder.apply(Outlineable outlineable) |
Modifier and Type | Class and Description |
---|---|
class |
Rectangle
Represents a rectangle with a position and a size.
|
class |
Size
Represents a size (width and height).
|
Modifier and Type | Method and Description |
---|---|
static void |
OutlineHelper.applyOutlines(Outlineable outlineable,
Style style)
Applies all the outlines of the given style on the given object.
|