public static interface Dimension.DimensionMutator extends WidthAccessor.WidthMutator, HeightAccessor.HeightMutator
| Modifier and Type | Method and Description |
|---|---|
void |
setDimension(Dimension aDimension)
Sets the dimension.
|
void |
setDimension(int aWidth,
int aHeight)
Sets the dimension.
|
setWidthsetHeightvoid setDimension(int aWidth,
int aHeight)
aWidth - the widthaHeight - the heightvoid setDimension(Dimension aDimension)
aDimension - the new dimensionCopyright © 2018. All rights reserved.