public interface ILayoutable
ILayoutManager
Modifier and Type | Method and Description |
---|---|
int |
getLayoutHeight()
Get height of layout placement rect
|
android.graphics.Rect |
getLayoutRect()
Gets
Rect with layout placement |
int |
getLayoutWidth()
Get width of layout placement rect
|
void |
layoutArea(int left,
int top,
int right,
int bottom)
Places this instance relative to parent
SciChartSurface |
void layoutArea(int left, int top, int right, int bottom)
SciChartSurface
left
- left position of area relative to parent SciChartSurface
top
- top position of area relative to parent SciChartSurface
right
- right position of area relative to parent SciChartSurface
bottom
- bottom position of area relative to parent SciChartSurface
android.graphics.Rect getLayoutRect()
Rect
with layout placementint getLayoutWidth()
int getLayoutHeight()