public interface IDimension extends Cloneable
Dimension
.Modifier and Type | Method and Description |
---|---|
Dimension |
clone()
Returns a mutable copy of this dimension.
|
float |
height()
Returns the magnitude in the y-dimension.
|
float |
width()
Returns the magnitude in the x-dimension.
|
float width()
float height()
Dimension clone()
Copyright © 2017. All rights reserved.