public class RtlSpacingHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
UNDEFINED |
Constructor and Description |
---|
RtlSpacingHelper() |
Modifier and Type | Method and Description |
---|---|
int |
getEnd() |
int |
getLeft() |
int |
getRight() |
int |
getStart() |
void |
setAbsolute(int left,
int right) |
void |
setDirection(boolean isRtl) |
void |
setRelative(int start,
int end) |
public static final int UNDEFINED