public class BorderImageSlices
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static BorderImageSlices |
DEFAULT
Default border-image-slice is 100%
|
static BorderImageSlices |
EMPTY
Using EMPTY results in no border-image being drawn since the slices are zero.
|
boolean |
filled |
BorderWidths |
widths |
Constructor and Description |
---|
BorderImageSlices(BorderWidths widths,
boolean filled) |
public static final BorderImageSlices EMPTY
DEFAULT
public static final BorderImageSlices DEFAULT
public BorderWidths widths
public boolean filled
public BorderImageSlices(BorderWidths widths, boolean filled)