public class ImageSize
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected float |
height |
protected java.lang.String |
unit |
protected float |
width |
Constructor and Description |
---|
ImageSize(java.lang.String u,
float w,
float h) |
Modifier and Type | Method and Description |
---|---|
float |
getHeight() |
java.lang.String |
getUnit() |
float |
getWidth() |
Copyright © 2008 Actuate Corp. All rights reserved.