Package | Description |
---|---|
ej.style |
Base package containing the styling basic items.
|
ej.style.outline |
Outline definition and default implementations.
|
ej.style.util |
Styling utilities.
|
Modifier and Type | Field and Description |
---|---|
protected Outline |
Style.margin
Margin.
|
protected Outline |
Style.padding
Padding.
|
Modifier and Type | Method and Description |
---|---|
Outline |
Style.getMargin()
Gets the margin.
|
Outline |
Style.getPadding()
Gets the padding.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexOutline
Complex outline that has a different thickness for each edge.
|
class |
EmptyOutline
An outline that is empty.
|
class |
SimpleOutline
Outline that have the same thickness for all edges.
|
Modifier and Type | Method and Description |
---|---|
void |
EditableStyle.setMargin(Outline margin)
Sets the margin.
|
void |
EditableStyle.setPadding(Outline padding)
Sets the padding.
|