org.eclipse.birt.report.engine.api
Class ImageSize

java.lang.Object
  extended by org.eclipse.birt.report.engine.api.ImageSize

public class ImageSize
extends java.lang.Object


Field Summary
protected  float height
           
protected  java.lang.String unit
           
protected  float width
           
 
Constructor Summary
ImageSize(java.lang.String u, float w, float h)
           
 
Method Summary
 float getHeight()
           
 java.lang.String getUnit()
           
 float getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unit

protected java.lang.String unit

width

protected float width

height

protected float height
Constructor Detail

ImageSize

public ImageSize(java.lang.String u,
                 float w,
                 float h)
Method Detail

getUnit

public java.lang.String getUnit()

getWidth

public float getWidth()

getHeight

public float getHeight()


Copyright © 2008 Actuate Corp. All rights reserved.