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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.Methods inherited from class ro.sync.ecss.imagemap.ImageMapAccess
editMap, getInstance, setInstance
-
Constructor Details
-
ECImageMapAccess
public ECImageMapAccess()
-
-
Method Details
-
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.
-