public class Size extends Object
| Constructor and Description |
|---|
Size(long width,
long height,
String resize) |
| Modifier and Type | Method and Description |
|---|---|
long |
getHeight() |
String |
getResize() |
long |
getWidth() |
void |
setHeight(long height) |
void |
setResize(String resize) |
void |
setWidth(long width) |
public Size(long width,
long height,
String resize)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.