Class ViewSize
java.lang.Object
org.teamapps.ux.application.view.ViewSize
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanstatic ViewSizeofAbsoluteHeight(int height) static ViewSizeofAbsoluteWidth(int width) static ViewSizeofRelativeHeight(float height) static ViewSizeofRelativeWidth(float width) voidsetAbsoluteHeight(Integer absoluteHeight) voidsetAbsoluteWidth(Integer absoluteWidth) voidsetRelativeHeight(Float relativeHeight) voidsetRelativeWidth(Float relativeWidth)
-
Constructor Details
-
ViewSize
public ViewSize() -
ViewSize
-
-
Method Details
-
ofAbsoluteWidth
-
ofRelativeWidth
-
ofAbsoluteHeight
-
ofRelativeHeight
-
isWidthAvailable
public boolean isWidthAvailable() -
getAbsoluteWidth
-
setAbsoluteWidth
-
getRelativeWidth
-
setRelativeWidth
-
isHeightAvailable
public boolean isHeightAvailable() -
getAbsoluteHeight
-
setAbsoluteHeight
-
getRelativeHeight
-
setRelativeHeight
-