class Side
static val ALL: Int |
|
static val BOTTOM: Int |
|
static val LEFT: Int |
|
static val NONE: Int |
|
static val RIGHT: Int |
|
static val TOP: Int |
static fun create(left: Boolean, top: Boolean, right: Boolean, bottom: Boolean): Int |