Package com.oxygenxml.editor.imagemap
Class ECImageMapAccess
- java.lang.Object
-
- ro.sync.ecss.imagemap.ImageMapAccess
-
- com.oxygenxml.editor.imagemap.ECImageMapAccess
-
@API(type=NOT_EXTENDABLE, src=PRIVATE) public class ECImageMapAccess extends ro.sync.ecss.imagemap.ImageMapAccess
Eclipse Image Map Access.
-
-
Constructor Summary
Constructors Constructor Description ECImageMapAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paintImageMapAreas(Graphics g, int x, int y, int imageWidth, int imageHeight, double scaleFactor, AuthorAccess authorAccess, IImageMapWrapper<ro.sync.ecss.imagemap.IImageMap> imageMap, SupportedFrameworks framework, int fontOfNodeSize, boolean wasAnnotated)
Paint ImageMap areas.
-
-
-
Method Detail
-
paintImageMapAreas
public void paintImageMapAreas(Graphics g, int x, int y, int imageWidth, int imageHeight, double scaleFactor, AuthorAccess authorAccess, IImageMapWrapper<ro.sync.ecss.imagemap.IImageMap> imageMap, SupportedFrameworks framework, int fontOfNodeSize, boolean wasAnnotated)
Paint ImageMap areas.- Overrides:
paintImageMapAreas
in classro.sync.ecss.imagemap.ImageMapAccess
- Parameters:
g
- The graphics to paint on.x
- The horizontal displacement of the image.y
- The vertical displacement of the image.imageWidth
- The image width.imageHeight
- The image height.scaleFactor
- The scaling factor.authorAccess
- The author access.imageMap
- The image map wrapper.framework
- The framework.fontOfNodeSize
- The size for the node's font.wasAnnotated
- Iftrue
the image was annotated with previous dimensions.
-
-