Uses of Class
com.storedobject.ui.ImageMap.Area
Packages that use ImageMap.Area
-
Uses of ImageMap.Area in com.storedobject.ui
Methods in com.storedobject.ui that return ImageMap.AreaModifier and TypeMethodDescriptionImageMap.addArea
(int x, int y, int width, int height) Adds a clickable rectangle area to this image map.ImageMap.AreaClickEvent.getArea()
ImageMap.Area.setBackground
(String background) Sets the CSS background definition to use for this area when it is not hovered.Sets the CSS border definition to use for this area when it is not hovered.ImageMap.Area.setHeight
(int height) Sets the height of this area.ImageMap.Area.setHoverBackground
(String hoverBackground) Sets the CSS background definition to use for this area when it is hovered.ImageMap.Area.setHoverBorder
(String hoverBorder) Sets the CSS border definition to use for this area when it is hovered.ImageMap.Area.setLeft
(int left) Sets the position of the left edge of this area, relative to the left edge of the image map.Sets the title of this area.ImageMap.Area.setTop
(int top) Sets the position of the top edge of this area, relative to the top edge of the image map.ImageMap.Area.setWidth
(int width) Sets the width of this area.Methods in com.storedobject.ui with parameters of type ImageMap.AreaModifier and TypeMethodDescriptionvoid
ImageMap.removeArea
(ImageMap.Area area) Removes an Area that was added earlier.Constructors in com.storedobject.ui with parameters of type ImageMap.AreaModifierConstructorDescriptionAreaClickEvent
(ImageMap source, ImageMap.Area area, boolean fromClient) Creates a new area click event.