@Singleton @Named public class MeasureBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MeasureBean.Any |
| Constructor and Description |
|---|
MeasureBean() |
| Modifier and Type | Method and Description |
|---|---|
MeasureBean.Any |
getAnyHeight() |
MeasureBean.Any |
getAnyWidth() |
Integer |
getIntegerHeight() |
Integer |
getIntegerWidth() |
int |
getIntHeight() |
int |
getIntWidth() |
long |
getLongHeight() |
long |
getLongWidth() |
Measure |
getMeasureHeight() |
Measure |
getMeasureWidth() |
String |
getStringHeight() |
String |
getStringPxHeight() |
String |
getStringPxWidth() |
String |
getStringWidth() |
public int getIntWidth()
public int getIntHeight()
public Integer getIntegerWidth()
public Integer getIntegerHeight()
public Measure getMeasureWidth()
public Measure getMeasureHeight()
public String getStringWidth()
public String getStringHeight()
public String getStringPxWidth()
public String getStringPxHeight()
public long getLongWidth()
public long getLongHeight()
public MeasureBean.Any getAnyWidth()
public MeasureBean.Any getAnyHeight()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.