|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.minis.behavior.image.ImageDimension
public class ImageDimension
A simple class that can represent a html img tag's width, height attributes.
| Constructor Summary | |
|---|---|
ImageDimension(String width,
String height)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getHeight()
Getter. |
String |
getWidth()
Getter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageDimension(String width,
String height)
width - width of the imageheight - height of the image| Method Detail |
|---|
public String getWidth()
public String getHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||