- java.lang.Object
-
- io.github.mmm.ui.spi.AbstractUiScreen
-
- io.github.mmm.ui.tvm.TvmScreen
-
- All Implemented Interfaces:
AttributeReadSize
,UiScreen
public class TvmScreen extends AbstractUiScreen
Implementation ofUiScreen
for TeaVM.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description TvmScreen()
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doUpdate()
Called fromAbstractUiScreen.update()
to update the native values whileAbstractUiScreen.update()
will by default also update calculated values.-
Methods inherited from class io.github.mmm.ui.spi.AbstractUiScreen
getDpi, getHeightInPixel, getSize, getType, getWidthInPixel, toString, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadSize
getHeight, getWidth
-
-
-
-
Method Detail
-
doUpdate
protected void doUpdate()
Description copied from class:AbstractUiScreen
Called fromAbstractUiScreen.update()
to update the native values whileAbstractUiScreen.update()
will by default also update calculated values.- Specified by:
doUpdate
in classAbstractUiScreen
-
-