DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class AnnotationReaderEvents

java.lang.Object
  extended by com.cete.dynamicpdf.AnnotationReaderEvents

public class AnnotationReaderEvents
extends java.lang.Object

Represents annotation reader events.

Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature.

View Example


Constructor Summary
AnnotationReaderEvents()
           
 
Method Summary
 OutlineAnnotationAction getMouseDown()
          Gets annotation mouse down event actions.
 OutlineAnnotationAction getMouseEnter()
          Gets annotation mouse enter event actions.
 OutlineAnnotationAction getMouseExit()
          Gets annotation mouse exit event actions.
 OutlineAnnotationAction getMouseUp()
          Gets annotation mouse up event actions.
 OutlineAnnotationAction getOnBlur()
          Gets annotation on blur event actions.
 OutlineAnnotationAction getOnFocus()
          Gets annotation on focus event actions.
 void setMouseDown(OutlineAnnotationAction mouseDownAction)
          Sets annotation mouse up event actions.
 void setMouseEnter(OutlineAnnotationAction mouseEnterAction)
          Sets annotation mouse enter event actions.
 void setMouseExit(OutlineAnnotationAction mouseExitAction)
          Sets annotation mouse exit event actions.
 void setMouseUp(OutlineAnnotationAction mouseUpAction)
          Sets annotation mouse up event actions.
 void setOnblur(OutlineAnnotationAction onBlurAction)
          Sets annotation on blur event actions.
 void setOnFocus(OutlineAnnotationAction onFocusAction)
          Sets annotation on focus event actions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationReaderEvents

public AnnotationReaderEvents()
Method Detail

getMouseUp

public OutlineAnnotationAction getMouseUp()
Gets annotation mouse up event actions.

Returns:
annotation mouse up event actions.

setMouseUp

public void setMouseUp(OutlineAnnotationAction mouseUpAction)
Sets annotation mouse up event actions.

Parameters:
mouseUpAction - annotation mouse up event actions.

getMouseDown

public OutlineAnnotationAction getMouseDown()
Gets annotation mouse down event actions.

Returns:
annotation mouse down event actions.

setMouseDown

public void setMouseDown(OutlineAnnotationAction mouseDownAction)
Sets annotation mouse up event actions.

Parameters:
mouseDownAction - annotation mouse up event actions.

getMouseEnter

public OutlineAnnotationAction getMouseEnter()
Gets annotation mouse enter event actions.

Returns:
annotation mouse enter event actions.

setMouseEnter

public void setMouseEnter(OutlineAnnotationAction mouseEnterAction)
Sets annotation mouse enter event actions.

Parameters:
mouseEnterAction - annotation mouse enter event actions.

getMouseExit

public OutlineAnnotationAction getMouseExit()
Gets annotation mouse exit event actions.

Returns:
annotation mouse exit event actions.

setMouseExit

public void setMouseExit(OutlineAnnotationAction mouseExitAction)
Sets annotation mouse exit event actions.

Parameters:
mouseExitAction - annotation mouse exit event actions.

getOnBlur

public OutlineAnnotationAction getOnBlur()
Gets annotation on blur event actions.

Returns:
annotation on blur event actions.

setOnblur

public void setOnblur(OutlineAnnotationAction onBlurAction)
Sets annotation on blur event actions.

Parameters:
onBlurAction - annotation on blur event actions.

getOnFocus

public OutlineAnnotationAction getOnFocus()
Gets annotation on focus event actions.

Returns:
annotation on focus event actions.

setOnFocus

public void setOnFocus(OutlineAnnotationAction onFocusAction)
Sets annotation on focus event actions.

Parameters:
onFocusAction - annotation on focus event actions.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software