public interface AttributeReadSizeInPixel
LengthUnit.PIXEL
.AttributeReadSize
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.
|
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.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.