Class ImageRenderEvent

    • Constructor Detail

      • ImageRenderEvent

        public ImageRenderEvent​(java.lang.Object oSource)
        The constructor.
    • Method Detail

      • setLocation

        public void setLocation​(Location loc)
        Sets the location of the image.
      • setImage

        public void setImage​(Image img)
        Sets the content of the image.
      • setPosition

        public void setPosition​(Position pos)
        Sets the position of the image.
      • getLocation

        public Location getLocation()
        Returns:
        Returns the location of the image.
      • getImage

        public Image getImage()
        Returns:
        Returns the content of the image.
      • getPosition

        public Position getPosition()
        Returns:
        Returns the position of the image.
      • setWidth

        public void setWidth​(int width)
        Sets the width hint of the image.
      • setHeight

        public void setHeight​(int height)
        Sets the height hint of the image.
      • getWidth

        public int getWidth()
        Returns:
        Returns the width hint of the image.
      • getHeight

        public int getHeight()
        Returns:
        Returns the height hint of the image.
      • setStretch

        public void setStretch​(boolean val)
        Sets if stretch the image.
      • isStretch

        public boolean isStretch()
        Returns:
        Returns if stretch the image.
      • reset

        public void reset()
        Description copied from class: ChartEvent
        Resets the inner state of current event. This must be implemented if the object is cached and reused.
        Specified by:
        reset in class ChartEvent