-
public interface IAspectRatioViewアスペクト比を一定に保つView用のインターフェースを定義
-
-
Method Summary
Modifier and Type Method Description abstract voidsetAspectRatio(double aspectRatio)abstract voidsetAspectRatio(int width, int height)abstract doublegetAspectRatio()-
-
Method Detail
-
setAspectRatio
abstract void setAspectRatio(double aspectRatio)
-
setAspectRatio
abstract void setAspectRatio(int width, int height)
-
getAspectRatio
abstract double getAspectRatio()
-
-
-
-