Package ro.sync.ecss.imagemap
Interface IImageMapWrapper<E extends ro.sync.ecss.imagemap.IImageMap>
- Type Parameters:
E
-
@API(type=INTERNAL,
src=PUBLIC)
public interface IImageMapWrapper<E extends ro.sync.ecss.imagemap.IImageMap>
Marker interface for the Image Map Wraper.
- Since:
- 18
-
Method Summary
Modifier and TypeMethodDescriptiongetImposedImageSize
(Rectangle size) Get the imposed image size.
-
Method Details
-
getImposedImageSize
Get the imposed image size.- Parameters:
size
- The real image size.- Returns:
- The imposed image size if any,
null
otherwise.
-