public class RectFAssert
extends <any>
RectF instances.| Constructor and Description |
|---|
RectFAssert(android.graphics.RectF actual) |
| Modifier and Type | Method and Description |
|---|---|
RectFAssert |
hasBottom(float bottom) |
RectFAssert |
hasCenterX(float center) |
RectFAssert |
hasCenterY(float center) |
RectFAssert |
hasHeight(float height) |
RectFAssert |
hasLeft(float left) |
RectFAssert |
hasRight(float right) |
RectFAssert |
hasTop(float top) |
RectFAssert |
hasWidth(float width) |
RectFAssert |
isEmpty() |
RectFAssert |
isNotEmpty() |
public RectFAssert hasBottom(float bottom)
public RectFAssert hasLeft(float left)
public RectFAssert hasRight(float right)
public RectFAssert hasTop(float top)
public RectFAssert hasCenterX(float center)
public RectFAssert hasCenterY(float center)
public RectFAssert hasHeight(float height)
public RectFAssert isEmpty()
public RectFAssert isNotEmpty()
public RectFAssert hasWidth(float width)