- java.lang.Object
-
- org.praxislive.video.utils.ResizeMode
-
public final class ResizeMode extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResizeMode.Type
-
Constructor Summary
Constructors Constructor Description ResizeMode(ResizeMode.Type type, double hAlign, double vAlign)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
double
getHorizontalAlignment()
ResizeMode.Type
getType()
double
getVerticalAlignment()
int
hashCode()
-
-
-
Constructor Detail
-
ResizeMode
public ResizeMode(ResizeMode.Type type, double hAlign, double vAlign)
-
-
Method Detail
-
getType
public ResizeMode.Type getType()
-
getHorizontalAlignment
public double getHorizontalAlignment()
-
getVerticalAlignment
public double getVerticalAlignment()
-
-