|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SizeMetric | |
---|---|
com.androidplot.ui | Visual components of AndroidPlot |
com.androidplot.ui.widget |
Uses of SizeMetric in com.androidplot.ui |
---|
Methods in com.androidplot.ui that return SizeMetric | |
---|---|
SizeMetric |
SizeMetrics.getHeightMetric()
|
SizeMetric |
SizeMetrics.getWidthMetric()
|
Methods in com.androidplot.ui with parameters of type SizeMetric | |
---|---|
void |
SizeMetrics.setHeightMetric(SizeMetric heightMetric)
|
void |
SizeMetrics.setWidthMetric(SizeMetric widthMetric)
|
Constructors in com.androidplot.ui with parameters of type SizeMetric | |
---|---|
SizeMetrics(SizeMetric heightMetric,
SizeMetric widthMetric)
Creates a new SizeMetrics instance using the specified size layout algorithm and value. |
Uses of SizeMetric in com.androidplot.ui.widget |
---|
Methods in com.androidplot.ui.widget that return SizeMetric | |
---|---|
SizeMetric |
Widget.getHeightMetric()
|
SizeMetric |
Widget.getWidthMetric()
|
Constructors in com.androidplot.ui.widget with parameters of type SizeMetric | |
---|---|
Widget(LayoutManager layoutManager,
SizeMetric heightMetric,
SizeMetric widthMetric)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |