public class UiDisplayGwt extends AbstractUiDisplay
UiDisplay
for GWT.Constructor and Description |
---|
UiDisplayGwt()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getHeightInPixel()
This method gets the height of this object in pixels.
|
double |
getWidthInPixel()
This method gets the width of this object in pixels.
|
toString
public double getWidthInPixel()
int
value. However, to be compatible with
Length.getAmount()
and with some underlying native toolkits we
use double
to prevent potential information loss.public double getHeightInPixel()
int
value. However, to be compatible with
Length.getAmount()
and with some underlying native toolkits we
use double
to prevent potential information loss.Copyright © 2001–2016 mmm-Team. All rights reserved.