Package | Description |
---|---|
ej.mwt.style | |
ej.mwt.style.outline | |
ej.mwt.style.outline.border |
Modifier and Type | Field and Description |
---|---|
static Outline |
DefaultStyle.BORDER
The border of the default style.
|
static Outline |
DefaultStyle.MARGIN
The margin of the default style.
|
static Outline |
DefaultStyle.PADDING
The padding of the default style.
|
Modifier and Type | Method and Description |
---|---|
Outline |
Style.getBorder()
Gets the border.
|
Outline |
EditableStyle.getBorder() |
Outline |
Style.getMargin()
Gets the margin.
|
Outline |
EditableStyle.getMargin() |
Outline |
Style.getPadding()
Gets the padding.
|
Outline |
EditableStyle.getPadding() |
Modifier and Type | Method and Description |
---|---|
void |
EditableStyle.setBorder(Outline border)
Sets the border.
|
void |
EditableStyle.setMargin(Outline margin)
Sets the margin.
|
void |
EditableStyle.setPadding(Outline padding)
Sets the padding.
|
Modifier and Type | Class and Description |
---|---|
class |
FlexibleOutline
Flexible outline that has a different thickness for each edge.
|
class |
NoOutline
An outline that is empty.
|
class |
UniformOutline
Outline that have the same thickness for all edges.
|
Modifier and Type | Class and Description |
---|---|
class |
FlexibleRectangularBorder
Represents and draw a rectangular colored border with one color.
|
class |
FlexibleRectangularMulticoloredBorder
Represents and draw a rectangular border with different thicknesses and colors.
|
class |
RectangularBorder
Represents and draw a rectangular colored border.
|
class |
RoundedBorder
Draws a uniform border with round corners.
|