Package com.naver.ads.video.player
Class TransformOption
-
- All Implemented Interfaces:
public final class TransformOption
-
-
Constructor Summary
Constructors Constructor Description TransformOption(PointF size, PointF offset, Integer anchorType)
-
Method Summary
Modifier and Type Method Description final PointFgetSize()final PointFgetOffset()final IntegergetAnchorType()final MatrixcomputeMatrix(Integer viewWidth, Integer viewHeight)-
-
Method Detail
-
getAnchorType
final Integer getAnchorType()
-
computeMatrix
final Matrix computeMatrix(Integer viewWidth, Integer viewHeight)
-
-
-
-