public abstract class AbstractDimension extends Object implements IDimension
IDimension
, obtaining only width and height from
the derived class.Constructor and Description |
---|
AbstractDimension() |
Modifier and Type | Method and Description |
---|---|
Dimension |
clone()
Returns a mutable copy of this dimension.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
height, width
public Dimension clone()
IDimension
clone
in interface IDimension
clone
in class Object
Copyright © 2017. All rights reserved.