|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.engine.api.ImageSize
public class ImageSize
| 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 |
|---|
protected java.lang.String unit
protected float width
protected float height
| Constructor Detail |
|---|
public ImageSize(java.lang.String u,
float w,
float h)
| Method Detail |
|---|
public java.lang.String getUnit()
public float getWidth()
public float getHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||