Class AnnotationImage

All Implemented Interfaces:
ChartPart

public class AnnotationImage extends Annotation
  • Field Details

    • image

      private BufferedImage image
    • x

      protected double x
    • y

      protected double y
  • Constructor Details

    • AnnotationImage

      public AnnotationImage(BufferedImage image, double x, double y, boolean isValueInScreenSpace)
      Constructor
      Parameters:
      image -
      x -
      y -
      isValueInScreenSpace -
  • Method Details

    • init

      public void init(Chart chart)
      Overrides:
      init in class Annotation
    • paint

      public void paint(Graphics2D g)
    • setImage

      public void setImage(BufferedImage image)
    • setX

      public void setX(double x)
    • setY

      public void setY(double y)