|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.androidplot.ui.layout.SizeMetrics
public class SizeMetrics
| Constructor Summary | |
|---|---|
SizeMetrics(float height,
SizeLayoutType heightLayoutType,
float width,
SizeLayoutType widthLayoutType)
|
|
SizeMetrics(SizeMetric heightMetric,
SizeMetric widthMetric)
|
|
| Method Summary | |
|---|---|
SizeMetric |
getHeightMetric()
|
SizeMetric |
getWidthMetric()
|
void |
setHeightMetric(SizeMetric heightMetric)
|
void |
setWidthMetric(SizeMetric widthMetric)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SizeMetrics(float height,
SizeLayoutType heightLayoutType,
float width,
SizeLayoutType widthLayoutType)
public SizeMetrics(SizeMetric heightMetric,
SizeMetric widthMetric)
| Method Detail |
|---|
public SizeMetric getHeightMetric()
public void setHeightMetric(SizeMetric heightMetric)
public SizeMetric getWidthMetric()
public void setWidthMetric(SizeMetric widthMetric)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||