public interface BootstrapSizeView
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY |
Modifier and Type | Method and Description |
---|---|
float |
getBootstrapSize()
Retrieves the scale factor that should be used to scale a view from its baseline size.
|
void |
setBootstrapSize(DefaultBootstrapSize bootstrapSize)
Convenience method that sets the scale factor using a default bootstrap size enum value.
|
void |
setBootstrapSize(float bootstrapSize)
Sets the scale factor that should be used to scale a view from its baseline size.
|
static final java.lang.String KEY
float getBootstrapSize()
void setBootstrapSize(float bootstrapSize)
bootstrapSize
- the scale factorvoid setBootstrapSize(DefaultBootstrapSize bootstrapSize)
bootstrapSize
- a default scale factor