public class RegionAssert
extends <any>
Region instances.| Constructor and Description |
|---|
RegionAssert(android.graphics.Region actual) |
| Modifier and Type | Method and Description |
|---|---|
RegionAssert |
hasBoundaryPath(android.graphics.Path path) |
RegionAssert |
hasBounds(android.graphics.Rect bounds) |
RegionAssert |
isComplex() |
RegionAssert |
isEmpty() |
RegionAssert |
isNotComplex() |
RegionAssert |
isNotEmpty() |
RegionAssert |
isNotRect() |
RegionAssert |
isRect() |
public RegionAssert hasBoundaryPath(android.graphics.Path path)
public RegionAssert hasBounds(android.graphics.Rect bounds)
public RegionAssert isComplex()
public RegionAssert isNotComplex()
public RegionAssert isEmpty()
public RegionAssert isNotEmpty()
public RegionAssert isRect()
public RegionAssert isNotRect()