public interface IScaledView
| Modifier and Type | Field and Description |
|---|---|
static int |
SCALE_MODE_CROP
アスペクト比を保って短辺がフィットするようにCROP_CENTER
|
static int |
SCALE_MODE_KEEP_ASPECT
アスペクト比を保って最大化
|
static int |
SCALE_MODE_STRETCH_TO_FIT
画面サイズに合わせて拡大縮小
|
| Modifier and Type | Method and Description |
|---|---|
int |
getScaleMode() |
void |
setScaleMode(int scaleMode)
拡大縮小方法をセット
|
static final int SCALE_MODE_KEEP_ASPECT
static final int SCALE_MODE_STRETCH_TO_FIT
static final int SCALE_MODE_CROP