|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.knowcenter.wag.egov.egiz.table.Style.ImageScaleToFit
Holds the width and the height an image can be scaled to fit.
| Field Summary | |
protected float |
height
The height. |
protected float |
width
The width. |
| Constructor Summary | |
Style.ImageScaleToFit(float width,
float height)
Constructor. |
|
| Method Summary | |
float |
getHeight()
Returns the height. |
float |
getWidth()
Returns the width. |
void |
setHeight(float height)
Sets the height. |
void |
setWidth(float width)
Sets the width. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected float width
protected float height
| Constructor Detail |
public Style.ImageScaleToFit(float width,
float height)
width - The width.height - The height.| Method Detail |
public float getWidth()
public void setWidth(float width)
width - The width to set.public float getHeight()
public void setHeight(float height)
height - The height to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||