public class Dimension2D extends Object implements Serializable
Constructor and Description |
---|
Dimension2D(int width,
int height)
Creates new dimensions with specified width and height
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setWidth(int width) |
String |
toString() |
Copyright © 2019 Neuroph Project. All rights reserved.