Class ImageDimension
- java.lang.Object
-
- org.wicketstuff.minis.behavior.image.ImageDimension
-
- All Implemented Interfaces:
Serializable,IClusterable
public class ImageDimension extends Object implements IClusterable
A simple class that can represent a html img tag's width, height attributes.- Author:
- akiraly
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageDimension(String width, String height)Constructor.
-