com.stimulsoft.report.events
Class StiGetImageDataEventArgs

java.lang.Object
  extended by com.stimulsoft.base.system.StiEventHandlerArgs
      extended by com.stimulsoft.report.events.StiGetImageDataEventArgs

public class StiGetImageDataEventArgs
extends StiEventHandlerArgs

Describes an argument for the event GetImageData.


Field Summary
 
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs
Empty
 
Constructor Summary
StiGetImageDataEventArgs()
          Creates a new object of the type StiGetImageDataEventArgs.
StiGetImageDataEventArgs(java.awt.Image image)
          Creates a new object of the type StiGetImageDataEventArgs.
 
Method Summary
 java.awt.Image getValue()
          Gets or sets the image for the event.
 void setValue(java.awt.Image value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiGetImageDataEventArgs

public StiGetImageDataEventArgs()
Creates a new object of the type StiGetImageDataEventArgs.


StiGetImageDataEventArgs

public StiGetImageDataEventArgs(java.awt.Image image)
Creates a new object of the type StiGetImageDataEventArgs.

Parameters:
image - Image for event.
Method Detail

getValue

public java.awt.Image getValue()
Gets or sets the image for the event.


setValue

public void setValue(java.awt.Image value)