Package org.teamapps.ux.application.view
Klasse ViewSize
java.lang.Object
org.teamapps.ux.application.view.ViewSize
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanstatic 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)
-
Konstruktordetails
-
ViewSize
public ViewSize() -
ViewSize
-
-
Methodendetails
-
ofAbsoluteWidth
-
ofRelativeWidth
-
ofAbsoluteHeight
-
ofRelativeHeight
-
isWidthAvailable
public boolean isWidthAvailable() -
getAbsoluteWidth
-
setAbsoluteWidth
-
getRelativeWidth
-
setRelativeWidth
-
isHeightAvailable
public boolean isHeightAvailable() -
getAbsoluteHeight
-
setAbsoluteHeight
-
getRelativeHeight
-
setRelativeHeight
-