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 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 class ro.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 - If true the image was annotated with previous dimensions.