blob: 85c2f4c1d0f9689c1e8034d2fa6cb9aaf0b1d160 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
DOMKeyEvent (Apache Batik Javadoc)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DOMKeyEvent (Apache Batik Javadoc)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DOMKeyEvent.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/batik/dom/events/DOMKeyboardEvent.html" title="class in org.apache.batik.dom.events"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/batik/dom/events/DOMMouseEvent.html" title="class in org.apache.batik.dom.events"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/batik/dom/events/DOMKeyEvent.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="DOMKeyEvent.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.batik.dom.events</FONT>
<BR>
Class DOMKeyEvent</H2>
<PRE>
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html" title="class in org.apache.batik.dom.events">org.apache.batik.dom.events.AbstractEvent</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/batik/dom/events/DOMUIEvent.html" title="class in org.apache.batik.dom.events">org.apache.batik.dom.events.DOMUIEvent</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.batik.dom.events.DOMKeyEvent</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</A>, <A HREF="../../../../../org/apache/batik/dom/xbl/OriginalEvent.html" title="interface in org.apache.batik.dom.xbl">OriginalEvent</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html" title="interface in org.w3c.dom.events">Event</A>, <A HREF="../../../../../org/w3c/dom/events/UIEvent.html" title="interface in org.w3c.dom.events">UIEvent</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>DOMKeyEvent</B><DT>extends <A HREF="../../../../../org/apache/batik/dom/events/DOMUIEvent.html" title="class in org.apache.batik.dom.events">DOMUIEvent</A></DL>
</PRE>
<P>
The <code>KeyEvent</code> interface provides specific contextual
information associated with Key events.
<P>
<P>
<DL>
<DT><B>Since:</B></DT>
<DD>DOM Level 2 (Working Draft)</DD>
</DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#altKey">altKey</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#CHAR_UNDEFINED">CHAR_UNDEFINED</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#charCode">charCode</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#ctrlKey">ctrlKey</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_0">DOM_VK_0</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_1">DOM_VK_1</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_2">DOM_VK_2</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_3">DOM_VK_3</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_4">DOM_VK_4</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_5">DOM_VK_5</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_6">DOM_VK_6</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_7">DOM_VK_7</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_8">DOM_VK_8</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_9">DOM_VK_9</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_A">DOM_VK_A</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_ACCEPT">DOM_VK_ACCEPT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_ADD">DOM_VK_ADD</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_AGAIN">DOM_VK_AGAIN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_ALL_CANDIDATES">DOM_VK_ALL_CANDIDATES</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_ALPHANUMERIC">DOM_VK_ALPHANUMERIC</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_ALT">DOM_VK_ALT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_ALT_GRAPH">DOM_VK_ALT_GRAPH</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_AMPERSAND">DOM_VK_AMPERSAND</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_ASTERISK">DOM_VK_ASTERISK</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_AT">DOM_VK_AT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_B">DOM_VK_B</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_BACK_QUOTE">DOM_VK_BACK_QUOTE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_BACK_SLASH">DOM_VK_BACK_SLASH</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_BACK_SPACE">DOM_VK_BACK_SPACE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_BRACELEFT">DOM_VK_BRACELEFT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_BRACERIGHT">DOM_VK_BRACERIGHT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_C">DOM_VK_C</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_CANCEL">DOM_VK_CANCEL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_CAPS_LOCK">DOM_VK_CAPS_LOCK</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_CIRCUMFLEX">DOM_VK_CIRCUMFLEX</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_CLEAR">DOM_VK_CLEAR</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_CLOSE_BRACKET">DOM_VK_CLOSE_BRACKET</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_CODE_INPUT">DOM_VK_CODE_INPUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_COLON">DOM_VK_COLON</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_COMMA">DOM_VK_COMMA</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_COMPOSE">DOM_VK_COMPOSE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_CONTROL">DOM_VK_CONTROL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_CONVERT">DOM_VK_CONVERT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_COPY">DOM_VK_COPY</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_CUT">DOM_VK_CUT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_D">DOM_VK_D</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_ABOVEDOT">DOM_VK_DEAD_ABOVEDOT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_ABOVERING">DOM_VK_DEAD_ABOVERING</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_ACUTE">DOM_VK_DEAD_ACUTE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_BREVE">DOM_VK_DEAD_BREVE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_CARON">DOM_VK_DEAD_CARON</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_CEDILLA">DOM_VK_DEAD_CEDILLA</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_CIRCUMFLEX">DOM_VK_DEAD_CIRCUMFLEX</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_DIAERESIS">DOM_VK_DEAD_DIAERESIS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_DOUBLEACUTE">DOM_VK_DEAD_DOUBLEACUTE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_GRAVE">DOM_VK_DEAD_GRAVE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_IOTA">DOM_VK_DEAD_IOTA</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_MACRON">DOM_VK_DEAD_MACRON</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_OGONEK">DOM_VK_DEAD_OGONEK</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_SEMIVOICED_SOUND">DOM_VK_DEAD_SEMIVOICED_SOUND</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_TILDE">DOM_VK_DEAD_TILDE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DEAD_VOICED_SOUND">DOM_VK_DEAD_VOICED_SOUND</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DECIMAL">DOM_VK_DECIMAL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DELETE">DOM_VK_DELETE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DIVIDE">DOM_VK_DIVIDE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DOLLAR">DOM_VK_DOLLAR</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_DOWN">DOM_VK_DOWN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_E">DOM_VK_E</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_END">DOM_VK_END</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_ENTER">DOM_VK_ENTER</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_EQUALS">DOM_VK_EQUALS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_ESCAPE">DOM_VK_ESCAPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_EURO_SIGN">DOM_VK_EURO_SIGN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_EXCLAMATION_MARK">DOM_VK_EXCLAMATION_MARK</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F">DOM_VK_F</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F1">DOM_VK_F1</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F10">DOM_VK_F10</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F11">DOM_VK_F11</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F12">DOM_VK_F12</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F13">DOM_VK_F13</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F14">DOM_VK_F14</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F15">DOM_VK_F15</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F16">DOM_VK_F16</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F17">DOM_VK_F17</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F18">DOM_VK_F18</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F19">DOM_VK_F19</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F2">DOM_VK_F2</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F20">DOM_VK_F20</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F21">DOM_VK_F21</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F22">DOM_VK_F22</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F23">DOM_VK_F23</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F24">DOM_VK_F24</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F3">DOM_VK_F3</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F4">DOM_VK_F4</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F5">DOM_VK_F5</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F6">DOM_VK_F6</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F7">DOM_VK_F7</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F8">DOM_VK_F8</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_F9">DOM_VK_F9</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_FINAL">DOM_VK_FINAL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_FIND">DOM_VK_FIND</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_FULL_WIDTH">DOM_VK_FULL_WIDTH</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_G">DOM_VK_G</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_GREATER">DOM_VK_GREATER</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_H">DOM_VK_H</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_HALF_WIDTH">DOM_VK_HALF_WIDTH</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_HELP">DOM_VK_HELP</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_HIRAGANA">DOM_VK_HIRAGANA</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_HOME">DOM_VK_HOME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_I">DOM_VK_I</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_INSERT">DOM_VK_INSERT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_INVERTED_EXCLAMATION_MARK">DOM_VK_INVERTED_EXCLAMATION_MARK</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_J">DOM_VK_J</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_JAPANESE_HIRAGANA">DOM_VK_JAPANESE_HIRAGANA</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_JAPANESE_KATAKANA">DOM_VK_JAPANESE_KATAKANA</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_JAPANESE_ROMAN">DOM_VK_JAPANESE_ROMAN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_K">DOM_VK_K</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_KANA">DOM_VK_KANA</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_KANJI">DOM_VK_KANJI</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_KATAKANA">DOM_VK_KATAKANA</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_KP_DOWN">DOM_VK_KP_DOWN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_KP_LEFT">DOM_VK_KP_LEFT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_KP_RIGHT">DOM_VK_KP_RIGHT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_KP_UP">DOM_VK_KP_UP</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_L">DOM_VK_L</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_LEFT">DOM_VK_LEFT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_LEFT_PARENTHESIS">DOM_VK_LEFT_PARENTHESIS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_LESS">DOM_VK_LESS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_M">DOM_VK_M</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_META">DOM_VK_META</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_MINUS">DOM_VK_MINUS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_MODECHANGE">DOM_VK_MODECHANGE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_MULTIPLY">DOM_VK_MULTIPLY</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_N">DOM_VK_N</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NONCONVERT">DOM_VK_NONCONVERT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUM_LOCK">DOM_VK_NUM_LOCK</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUMBER_SIGN">DOM_VK_NUMBER_SIGN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUMPAD0">DOM_VK_NUMPAD0</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUMPAD1">DOM_VK_NUMPAD1</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUMPAD2">DOM_VK_NUMPAD2</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUMPAD3">DOM_VK_NUMPAD3</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUMPAD4">DOM_VK_NUMPAD4</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUMPAD5">DOM_VK_NUMPAD5</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUMPAD6">DOM_VK_NUMPAD6</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUMPAD7">DOM_VK_NUMPAD7</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUMPAD8">DOM_VK_NUMPAD8</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_NUMPAD9">DOM_VK_NUMPAD9</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_O">DOM_VK_O</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_OPEN_BRACKET">DOM_VK_OPEN_BRACKET</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_P">DOM_VK_P</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_PAGE_DOWN">DOM_VK_PAGE_DOWN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_PAGE_UP">DOM_VK_PAGE_UP</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_PASTE">DOM_VK_PASTE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_PAUSE">DOM_VK_PAUSE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_PERIOD">DOM_VK_PERIOD</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_PLUS">DOM_VK_PLUS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_PREVIOUS_CANDIDATE">DOM_VK_PREVIOUS_CANDIDATE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_PRINTSCREEN">DOM_VK_PRINTSCREEN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_PROPS">DOM_VK_PROPS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_Q">DOM_VK_Q</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_QUOTE">DOM_VK_QUOTE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_QUOTEDBL">DOM_VK_QUOTEDBL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_R">DOM_VK_R</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_RIGHT">DOM_VK_RIGHT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_RIGHT_PARENTHESIS">DOM_VK_RIGHT_PARENTHESIS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_ROMAN_CHARACTERS">DOM_VK_ROMAN_CHARACTERS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_S">DOM_VK_S</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_SCROLL_LOCK">DOM_VK_SCROLL_LOCK</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_SEMICOLON">DOM_VK_SEMICOLON</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_SEPARATER">DOM_VK_SEPARATER</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_SHIFT">DOM_VK_SHIFT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_SLASH">DOM_VK_SLASH</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_SPACE">DOM_VK_SPACE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_STOP">DOM_VK_STOP</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_SUBTRACT">DOM_VK_SUBTRACT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_T">DOM_VK_T</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_TAB">DOM_VK_TAB</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_U">DOM_VK_U</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_UNDEFINED">DOM_VK_UNDEFINED</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_UNDERSCORE">DOM_VK_UNDERSCORE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_UNDO">DOM_VK_UNDO</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_UP">DOM_VK_UP</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_V">DOM_VK_V</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_W">DOM_VK_W</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_X">DOM_VK_X</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_Y">DOM_VK_Y</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOM_VK_Z">DOM_VK_Z</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#keyCode">keyCode</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#metaKey">metaKey</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#shiftKey">shiftKey</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_org.apache.batik.dom.events.AbstractEvent"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class org.apache.batik.dom.events.<A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html" title="class in org.apache.batik.dom.events">AbstractEvent</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#bubbleLimit">bubbleLimit</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#cancelable">cancelable</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#currentTarget">currentTarget</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#defaultActions">defaultActions</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#eventPhase">eventPhase</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#isBubbling">isBubbling</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#namespaceURI">namespaceURI</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#originalEvent">originalEvent</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#preventDefault">preventDefault</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#stopImmediatePropagation">stopImmediatePropagation</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#stopPropagation">stopPropagation</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#target">target</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#timeStamp">timeStamp</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#type">type</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_org.w3c.dom.events.Event"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from interface org.w3c.dom.events.<A HREF="../../../../../org/w3c/dom/events/Event.html" title="interface in org.w3c.dom.events">Event</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/w3c/dom/events/Event.html#AT_TARGET">AT_TARGET</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#BUBBLING_PHASE">BUBBLING_PHASE</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#CAPTURING_PHASE">CAPTURING_PHASE</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#DOMKeyEvent()">DOMKeyEvent</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#getAltKey()">getAltKey</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the 'alt' key was depressed during the firing of the
event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#getCharCode()">getCharCode</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the Unicode character associated with the
depressed key if the event is a key event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#getCtrlKey()">getCtrlKey</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the 'ctrl' key was depressed during the firing of the
event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#getKeyCode()">getKeyCode</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the virtual key code value of the key which was depressed
if the event is a key event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#getMetaKey()">getMetaKey</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the 'meta' key was depressed during the firing of
the event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#getShiftKey()">getShiftKey</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the 'shift' key was depressed during the firing of the
event.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/dom/events/DOMKeyEvent.html#initKeyEvent(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, int, int, org.w3c.dom.views.AbstractView)">initKeyEvent</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;typeArg,
boolean&nbsp;canBubbleArg,
boolean&nbsp;cancelableArg,
boolean&nbsp;ctrlKeyArg,
boolean&nbsp;altKeyArg,
boolean&nbsp;shiftKeyArg,
boolean&nbsp;metaKeyArg,
int&nbsp;keyCodeArg,
int&nbsp;charCodeArg,
<A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/views/AbstractView.html?is-external=true" title="class or interface in org.w3c.dom.views">AbstractView</A>&nbsp;viewArg)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initializes this KeyEvent.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.batik.dom.events.DOMUIEvent"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.batik.dom.events.<A HREF="../../../../../org/apache/batik/dom/events/DOMUIEvent.html" title="class in org.apache.batik.dom.events">DOMUIEvent</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/batik/dom/events/DOMUIEvent.html#getDetail()">getDetail</A>, <A HREF="../../../../../org/apache/batik/dom/events/DOMUIEvent.html#getView()">getView</A>, <A HREF="../../../../../org/apache/batik/dom/events/DOMUIEvent.html#initUIEvent(java.lang.String, boolean, boolean, org.w3c.dom.views.AbstractView, int)">initUIEvent</A>, <A HREF="../../../../../org/apache/batik/dom/events/DOMUIEvent.html#initUIEventNS(java.lang.String, java.lang.String, boolean, boolean, org.w3c.dom.views.AbstractView, int)">initUIEventNS</A>, <A HREF="../../../../../org/apache/batik/dom/events/DOMUIEvent.html#split(java.lang.String)">split</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.batik.dom.events.AbstractEvent"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.batik.dom.events.<A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html" title="class in org.apache.batik.dom.events">AbstractEvent</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#addDefaultAction(java.lang.Runnable)">addDefaultAction</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#clone()">clone</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#cloneEvent()">cloneEvent</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getBubbleLimit()">getBubbleLimit</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getBubbles()">getBubbles</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getCancelable()">getCancelable</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getCurrentTarget()">getCurrentTarget</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getDefaultActions()">getDefaultActions</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getDefaultPrevented()">getDefaultPrevented</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getEventPhase()">getEventPhase</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getNamespaceURI()">getNamespaceURI</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getOriginalEvent()">getOriginalEvent</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getTarget()">getTarget</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getTimeStamp()">getTimeStamp</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#getType()">getType</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#initEvent(java.lang.String, boolean, boolean)">initEvent</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#initEventNS(java.lang.String, java.lang.String, boolean, boolean)">initEventNS</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#preventDefault()">preventDefault</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#setBubbleLimit(int)">setBubbleLimit</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#stopImmediatePropagation()">stopImmediatePropagation</A>, <A HREF="../../../../../org/apache/batik/dom/events/AbstractEvent.html#stopPropagation()">stopPropagation</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.w3c.dom.events.Event"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface org.w3c.dom.events.<A HREF="../../../../../org/w3c/dom/events/Event.html" title="interface in org.w3c.dom.events">Event</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/w3c/dom/events/Event.html#getBubbles()">getBubbles</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#getCancelable()">getCancelable</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#getCurrentTarget()">getCurrentTarget</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#getDefaultPrevented()">getDefaultPrevented</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#getEventPhase()">getEventPhase</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#getNamespaceURI()">getNamespaceURI</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#getTarget()">getTarget</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#getTimeStamp()">getTimeStamp</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#getType()">getType</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#initEvent(java.lang.String, boolean, boolean)">initEvent</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#initEventNS(java.lang.String, java.lang.String, boolean, boolean)">initEventNS</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#preventDefault()">preventDefault</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#stopImmediatePropagation()">stopImmediatePropagation</A>, <A HREF="../../../../../org/w3c/dom/events/Event.html#stopPropagation()">stopPropagation</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="CHAR_UNDEFINED"><!-- --></A><H3>
CHAR_UNDEFINED</H3>
<PRE>
public static final int <B>CHAR_UNDEFINED</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.CHAR_UNDEFINED">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_0"><!-- --></A><H3>
DOM_VK_0</H3>
<PRE>
public static final int <B>DOM_VK_0</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_0">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_1"><!-- --></A><H3>
DOM_VK_1</H3>
<PRE>
public static final int <B>DOM_VK_1</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_1">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_2"><!-- --></A><H3>
DOM_VK_2</H3>
<PRE>
public static final int <B>DOM_VK_2</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_2">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_3"><!-- --></A><H3>
DOM_VK_3</H3>
<PRE>
public static final int <B>DOM_VK_3</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_3">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_4"><!-- --></A><H3>
DOM_VK_4</H3>
<PRE>
public static final int <B>DOM_VK_4</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_4">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_5"><!-- --></A><H3>
DOM_VK_5</H3>
<PRE>
public static final int <B>DOM_VK_5</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_5">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_6"><!-- --></A><H3>
DOM_VK_6</H3>
<PRE>
public static final int <B>DOM_VK_6</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_6">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_7"><!-- --></A><H3>
DOM_VK_7</H3>
<PRE>
public static final int <B>DOM_VK_7</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_7">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_8"><!-- --></A><H3>
DOM_VK_8</H3>
<PRE>
public static final int <B>DOM_VK_8</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_8">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_9"><!-- --></A><H3>
DOM_VK_9</H3>
<PRE>
public static final int <B>DOM_VK_9</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_9">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_A"><!-- --></A><H3>
DOM_VK_A</H3>
<PRE>
public static final int <B>DOM_VK_A</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_A">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_ACCEPT"><!-- --></A><H3>
DOM_VK_ACCEPT</H3>
<PRE>
public static final int <B>DOM_VK_ACCEPT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_ACCEPT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_ADD"><!-- --></A><H3>
DOM_VK_ADD</H3>
<PRE>
public static final int <B>DOM_VK_ADD</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_ADD">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_AGAIN"><!-- --></A><H3>
DOM_VK_AGAIN</H3>
<PRE>
public static final int <B>DOM_VK_AGAIN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_AGAIN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_ALL_CANDIDATES"><!-- --></A><H3>
DOM_VK_ALL_CANDIDATES</H3>
<PRE>
public static final int <B>DOM_VK_ALL_CANDIDATES</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_ALL_CANDIDATES">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_ALPHANUMERIC"><!-- --></A><H3>
DOM_VK_ALPHANUMERIC</H3>
<PRE>
public static final int <B>DOM_VK_ALPHANUMERIC</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_ALPHANUMERIC">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_ALT"><!-- --></A><H3>
DOM_VK_ALT</H3>
<PRE>
public static final int <B>DOM_VK_ALT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_ALT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_ALT_GRAPH"><!-- --></A><H3>
DOM_VK_ALT_GRAPH</H3>
<PRE>
public static final int <B>DOM_VK_ALT_GRAPH</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_ALT_GRAPH">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_AMPERSAND"><!-- --></A><H3>
DOM_VK_AMPERSAND</H3>
<PRE>
public static final int <B>DOM_VK_AMPERSAND</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_AMPERSAND">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_ASTERISK"><!-- --></A><H3>
DOM_VK_ASTERISK</H3>
<PRE>
public static final int <B>DOM_VK_ASTERISK</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_ASTERISK">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_AT"><!-- --></A><H3>
DOM_VK_AT</H3>
<PRE>
public static final int <B>DOM_VK_AT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_AT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_B"><!-- --></A><H3>
DOM_VK_B</H3>
<PRE>
public static final int <B>DOM_VK_B</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_B">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_BACK_QUOTE"><!-- --></A><H3>
DOM_VK_BACK_QUOTE</H3>
<PRE>
public static final int <B>DOM_VK_BACK_QUOTE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_BACK_QUOTE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_BACK_SLASH"><!-- --></A><H3>
DOM_VK_BACK_SLASH</H3>
<PRE>
public static final int <B>DOM_VK_BACK_SLASH</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_BACK_SLASH">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_BACK_SPACE"><!-- --></A><H3>
DOM_VK_BACK_SPACE</H3>
<PRE>
public static final int <B>DOM_VK_BACK_SPACE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_BACK_SPACE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_BRACELEFT"><!-- --></A><H3>
DOM_VK_BRACELEFT</H3>
<PRE>
public static final int <B>DOM_VK_BRACELEFT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_BRACELEFT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_BRACERIGHT"><!-- --></A><H3>
DOM_VK_BRACERIGHT</H3>
<PRE>
public static final int <B>DOM_VK_BRACERIGHT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_BRACERIGHT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_C"><!-- --></A><H3>
DOM_VK_C</H3>
<PRE>
public static final int <B>DOM_VK_C</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_C">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_CANCEL"><!-- --></A><H3>
DOM_VK_CANCEL</H3>
<PRE>
public static final int <B>DOM_VK_CANCEL</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_CANCEL">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_CAPS_LOCK"><!-- --></A><H3>
DOM_VK_CAPS_LOCK</H3>
<PRE>
public static final int <B>DOM_VK_CAPS_LOCK</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_CAPS_LOCK">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_CIRCUMFLEX"><!-- --></A><H3>
DOM_VK_CIRCUMFLEX</H3>
<PRE>
public static final int <B>DOM_VK_CIRCUMFLEX</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_CIRCUMFLEX">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_CLEAR"><!-- --></A><H3>
DOM_VK_CLEAR</H3>
<PRE>
public static final int <B>DOM_VK_CLEAR</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_CLEAR">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_CLOSE_BRACKET"><!-- --></A><H3>
DOM_VK_CLOSE_BRACKET</H3>
<PRE>
public static final int <B>DOM_VK_CLOSE_BRACKET</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_CLOSE_BRACKET">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_CODE_INPUT"><!-- --></A><H3>
DOM_VK_CODE_INPUT</H3>
<PRE>
public static final int <B>DOM_VK_CODE_INPUT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_CODE_INPUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_COLON"><!-- --></A><H3>
DOM_VK_COLON</H3>
<PRE>
public static final int <B>DOM_VK_COLON</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_COLON">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_COMMA"><!-- --></A><H3>
DOM_VK_COMMA</H3>
<PRE>
public static final int <B>DOM_VK_COMMA</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_COMMA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_COMPOSE"><!-- --></A><H3>
DOM_VK_COMPOSE</H3>
<PRE>
public static final int <B>DOM_VK_COMPOSE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_COMPOSE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_CONTROL"><!-- --></A><H3>
DOM_VK_CONTROL</H3>
<PRE>
public static final int <B>DOM_VK_CONTROL</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_CONTROL">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_CONVERT"><!-- --></A><H3>
DOM_VK_CONVERT</H3>
<PRE>
public static final int <B>DOM_VK_CONVERT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_CONVERT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_COPY"><!-- --></A><H3>
DOM_VK_COPY</H3>
<PRE>
public static final int <B>DOM_VK_COPY</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_COPY">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_CUT"><!-- --></A><H3>
DOM_VK_CUT</H3>
<PRE>
public static final int <B>DOM_VK_CUT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_CUT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_D"><!-- --></A><H3>
DOM_VK_D</H3>
<PRE>
public static final int <B>DOM_VK_D</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_D">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_ABOVEDOT"><!-- --></A><H3>
DOM_VK_DEAD_ABOVEDOT</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_ABOVEDOT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_ABOVEDOT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_ABOVERING"><!-- --></A><H3>
DOM_VK_DEAD_ABOVERING</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_ABOVERING</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_ABOVERING">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_ACUTE"><!-- --></A><H3>
DOM_VK_DEAD_ACUTE</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_ACUTE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_ACUTE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_BREVE"><!-- --></A><H3>
DOM_VK_DEAD_BREVE</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_BREVE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_BREVE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_CARON"><!-- --></A><H3>
DOM_VK_DEAD_CARON</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_CARON</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_CARON">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_CEDILLA"><!-- --></A><H3>
DOM_VK_DEAD_CEDILLA</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_CEDILLA</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_CEDILLA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_CIRCUMFLEX"><!-- --></A><H3>
DOM_VK_DEAD_CIRCUMFLEX</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_CIRCUMFLEX</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_CIRCUMFLEX">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_DIAERESIS"><!-- --></A><H3>
DOM_VK_DEAD_DIAERESIS</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_DIAERESIS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_DIAERESIS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_DOUBLEACUTE"><!-- --></A><H3>
DOM_VK_DEAD_DOUBLEACUTE</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_DOUBLEACUTE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_DOUBLEACUTE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_GRAVE"><!-- --></A><H3>
DOM_VK_DEAD_GRAVE</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_GRAVE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_GRAVE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_IOTA"><!-- --></A><H3>
DOM_VK_DEAD_IOTA</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_IOTA</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_IOTA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_MACRON"><!-- --></A><H3>
DOM_VK_DEAD_MACRON</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_MACRON</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_MACRON">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_OGONEK"><!-- --></A><H3>
DOM_VK_DEAD_OGONEK</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_OGONEK</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_OGONEK">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_SEMIVOICED_SOUND"><!-- --></A><H3>
DOM_VK_DEAD_SEMIVOICED_SOUND</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_SEMIVOICED_SOUND</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_SEMIVOICED_SOUND">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_TILDE"><!-- --></A><H3>
DOM_VK_DEAD_TILDE</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_TILDE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_TILDE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DEAD_VOICED_SOUND"><!-- --></A><H3>
DOM_VK_DEAD_VOICED_SOUND</H3>
<PRE>
public static final int <B>DOM_VK_DEAD_VOICED_SOUND</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DEAD_VOICED_SOUND">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DECIMAL"><!-- --></A><H3>
DOM_VK_DECIMAL</H3>
<PRE>
public static final int <B>DOM_VK_DECIMAL</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DECIMAL">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DELETE"><!-- --></A><H3>
DOM_VK_DELETE</H3>
<PRE>
public static final int <B>DOM_VK_DELETE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DELETE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DIVIDE"><!-- --></A><H3>
DOM_VK_DIVIDE</H3>
<PRE>
public static final int <B>DOM_VK_DIVIDE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DIVIDE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DOLLAR"><!-- --></A><H3>
DOM_VK_DOLLAR</H3>
<PRE>
public static final int <B>DOM_VK_DOLLAR</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DOLLAR">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_DOWN"><!-- --></A><H3>
DOM_VK_DOWN</H3>
<PRE>
public static final int <B>DOM_VK_DOWN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_DOWN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_E"><!-- --></A><H3>
DOM_VK_E</H3>
<PRE>
public static final int <B>DOM_VK_E</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_E">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_END"><!-- --></A><H3>
DOM_VK_END</H3>
<PRE>
public static final int <B>DOM_VK_END</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_END">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_ENTER"><!-- --></A><H3>
DOM_VK_ENTER</H3>
<PRE>
public static final int <B>DOM_VK_ENTER</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_ENTER">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_EQUALS"><!-- --></A><H3>
DOM_VK_EQUALS</H3>
<PRE>
public static final int <B>DOM_VK_EQUALS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_EQUALS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_ESCAPE"><!-- --></A><H3>
DOM_VK_ESCAPE</H3>
<PRE>
public static final int <B>DOM_VK_ESCAPE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_ESCAPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_EURO_SIGN"><!-- --></A><H3>
DOM_VK_EURO_SIGN</H3>
<PRE>
public static final int <B>DOM_VK_EURO_SIGN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_EURO_SIGN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_EXCLAMATION_MARK"><!-- --></A><H3>
DOM_VK_EXCLAMATION_MARK</H3>
<PRE>
public static final int <B>DOM_VK_EXCLAMATION_MARK</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_EXCLAMATION_MARK">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F"><!-- --></A><H3>
DOM_VK_F</H3>
<PRE>
public static final int <B>DOM_VK_F</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F1"><!-- --></A><H3>
DOM_VK_F1</H3>
<PRE>
public static final int <B>DOM_VK_F1</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F1">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F10"><!-- --></A><H3>
DOM_VK_F10</H3>
<PRE>
public static final int <B>DOM_VK_F10</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F10">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F11"><!-- --></A><H3>
DOM_VK_F11</H3>
<PRE>
public static final int <B>DOM_VK_F11</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F11">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F12"><!-- --></A><H3>
DOM_VK_F12</H3>
<PRE>
public static final int <B>DOM_VK_F12</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F12">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F13"><!-- --></A><H3>
DOM_VK_F13</H3>
<PRE>
public static final int <B>DOM_VK_F13</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F13">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F14"><!-- --></A><H3>
DOM_VK_F14</H3>
<PRE>
public static final int <B>DOM_VK_F14</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F14">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F15"><!-- --></A><H3>
DOM_VK_F15</H3>
<PRE>
public static final int <B>DOM_VK_F15</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F15">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F16"><!-- --></A><H3>
DOM_VK_F16</H3>
<PRE>
public static final int <B>DOM_VK_F16</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F16">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F17"><!-- --></A><H3>
DOM_VK_F17</H3>
<PRE>
public static final int <B>DOM_VK_F17</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F17">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F18"><!-- --></A><H3>
DOM_VK_F18</H3>
<PRE>
public static final int <B>DOM_VK_F18</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F18">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F19"><!-- --></A><H3>
DOM_VK_F19</H3>
<PRE>
public static final int <B>DOM_VK_F19</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F19">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F2"><!-- --></A><H3>
DOM_VK_F2</H3>
<PRE>
public static final int <B>DOM_VK_F2</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F2">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F20"><!-- --></A><H3>
DOM_VK_F20</H3>
<PRE>
public static final int <B>DOM_VK_F20</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F20">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F21"><!-- --></A><H3>
DOM_VK_F21</H3>
<PRE>
public static final int <B>DOM_VK_F21</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F21">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F22"><!-- --></A><H3>
DOM_VK_F22</H3>
<PRE>
public static final int <B>DOM_VK_F22</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F22">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F23"><!-- --></A><H3>
DOM_VK_F23</H3>
<PRE>
public static final int <B>DOM_VK_F23</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F23">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F24"><!-- --></A><H3>
DOM_VK_F24</H3>
<PRE>
public static final int <B>DOM_VK_F24</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F24">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F3"><!-- --></A><H3>
DOM_VK_F3</H3>
<PRE>
public static final int <B>DOM_VK_F3</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F3">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F4"><!-- --></A><H3>
DOM_VK_F4</H3>
<PRE>
public static final int <B>DOM_VK_F4</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F4">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F5"><!-- --></A><H3>
DOM_VK_F5</H3>
<PRE>
public static final int <B>DOM_VK_F5</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F5">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F6"><!-- --></A><H3>
DOM_VK_F6</H3>
<PRE>
public static final int <B>DOM_VK_F6</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F6">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F7"><!-- --></A><H3>
DOM_VK_F7</H3>
<PRE>
public static final int <B>DOM_VK_F7</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F7">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F8"><!-- --></A><H3>
DOM_VK_F8</H3>
<PRE>
public static final int <B>DOM_VK_F8</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F8">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_F9"><!-- --></A><H3>
DOM_VK_F9</H3>
<PRE>
public static final int <B>DOM_VK_F9</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_F9">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_FINAL"><!-- --></A><H3>
DOM_VK_FINAL</H3>
<PRE>
public static final int <B>DOM_VK_FINAL</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_FINAL">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_FIND"><!-- --></A><H3>
DOM_VK_FIND</H3>
<PRE>
public static final int <B>DOM_VK_FIND</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_FIND">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_FULL_WIDTH"><!-- --></A><H3>
DOM_VK_FULL_WIDTH</H3>
<PRE>
public static final int <B>DOM_VK_FULL_WIDTH</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_FULL_WIDTH">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_G"><!-- --></A><H3>
DOM_VK_G</H3>
<PRE>
public static final int <B>DOM_VK_G</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_G">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_GREATER"><!-- --></A><H3>
DOM_VK_GREATER</H3>
<PRE>
public static final int <B>DOM_VK_GREATER</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_GREATER">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_H"><!-- --></A><H3>
DOM_VK_H</H3>
<PRE>
public static final int <B>DOM_VK_H</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_H">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_HALF_WIDTH"><!-- --></A><H3>
DOM_VK_HALF_WIDTH</H3>
<PRE>
public static final int <B>DOM_VK_HALF_WIDTH</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_HALF_WIDTH">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_HELP"><!-- --></A><H3>
DOM_VK_HELP</H3>
<PRE>
public static final int <B>DOM_VK_HELP</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_HELP">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_HIRAGANA"><!-- --></A><H3>
DOM_VK_HIRAGANA</H3>
<PRE>
public static final int <B>DOM_VK_HIRAGANA</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_HIRAGANA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_HOME"><!-- --></A><H3>
DOM_VK_HOME</H3>
<PRE>
public static final int <B>DOM_VK_HOME</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_HOME">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_I"><!-- --></A><H3>
DOM_VK_I</H3>
<PRE>
public static final int <B>DOM_VK_I</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_I">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_INSERT"><!-- --></A><H3>
DOM_VK_INSERT</H3>
<PRE>
public static final int <B>DOM_VK_INSERT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_INSERT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_INVERTED_EXCLAMATION_MARK"><!-- --></A><H3>
DOM_VK_INVERTED_EXCLAMATION_MARK</H3>
<PRE>
public static final int <B>DOM_VK_INVERTED_EXCLAMATION_MARK</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_INVERTED_EXCLAMATION_MARK">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_J"><!-- --></A><H3>
DOM_VK_J</H3>
<PRE>
public static final int <B>DOM_VK_J</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_J">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_JAPANESE_HIRAGANA"><!-- --></A><H3>
DOM_VK_JAPANESE_HIRAGANA</H3>
<PRE>
public static final int <B>DOM_VK_JAPANESE_HIRAGANA</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_JAPANESE_HIRAGANA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_JAPANESE_KATAKANA"><!-- --></A><H3>
DOM_VK_JAPANESE_KATAKANA</H3>
<PRE>
public static final int <B>DOM_VK_JAPANESE_KATAKANA</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_JAPANESE_KATAKANA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_JAPANESE_ROMAN"><!-- --></A><H3>
DOM_VK_JAPANESE_ROMAN</H3>
<PRE>
public static final int <B>DOM_VK_JAPANESE_ROMAN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_JAPANESE_ROMAN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_K"><!-- --></A><H3>
DOM_VK_K</H3>
<PRE>
public static final int <B>DOM_VK_K</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_K">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_KANA"><!-- --></A><H3>
DOM_VK_KANA</H3>
<PRE>
public static final int <B>DOM_VK_KANA</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_KANA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_KANJI"><!-- --></A><H3>
DOM_VK_KANJI</H3>
<PRE>
public static final int <B>DOM_VK_KANJI</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_KANJI">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_KATAKANA"><!-- --></A><H3>
DOM_VK_KATAKANA</H3>
<PRE>
public static final int <B>DOM_VK_KATAKANA</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_KATAKANA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_KP_DOWN"><!-- --></A><H3>
DOM_VK_KP_DOWN</H3>
<PRE>
public static final int <B>DOM_VK_KP_DOWN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_KP_DOWN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_KP_LEFT"><!-- --></A><H3>
DOM_VK_KP_LEFT</H3>
<PRE>
public static final int <B>DOM_VK_KP_LEFT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_KP_LEFT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_KP_RIGHT"><!-- --></A><H3>
DOM_VK_KP_RIGHT</H3>
<PRE>
public static final int <B>DOM_VK_KP_RIGHT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_KP_RIGHT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_KP_UP"><!-- --></A><H3>
DOM_VK_KP_UP</H3>
<PRE>
public static final int <B>DOM_VK_KP_UP</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_KP_UP">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_L"><!-- --></A><H3>
DOM_VK_L</H3>
<PRE>
public static final int <B>DOM_VK_L</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_L">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_LEFT"><!-- --></A><H3>
DOM_VK_LEFT</H3>
<PRE>
public static final int <B>DOM_VK_LEFT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_LEFT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_LEFT_PARENTHESIS"><!-- --></A><H3>
DOM_VK_LEFT_PARENTHESIS</H3>
<PRE>
public static final int <B>DOM_VK_LEFT_PARENTHESIS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_LEFT_PARENTHESIS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_LESS"><!-- --></A><H3>
DOM_VK_LESS</H3>
<PRE>
public static final int <B>DOM_VK_LESS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_LESS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_M"><!-- --></A><H3>
DOM_VK_M</H3>
<PRE>
public static final int <B>DOM_VK_M</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_M">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_META"><!-- --></A><H3>
DOM_VK_META</H3>
<PRE>
public static final int <B>DOM_VK_META</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_META">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_MINUS"><!-- --></A><H3>
DOM_VK_MINUS</H3>
<PRE>
public static final int <B>DOM_VK_MINUS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_MINUS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_MODECHANGE"><!-- --></A><H3>
DOM_VK_MODECHANGE</H3>
<PRE>
public static final int <B>DOM_VK_MODECHANGE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_MODECHANGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_MULTIPLY"><!-- --></A><H3>
DOM_VK_MULTIPLY</H3>
<PRE>
public static final int <B>DOM_VK_MULTIPLY</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_MULTIPLY">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_N"><!-- --></A><H3>
DOM_VK_N</H3>
<PRE>
public static final int <B>DOM_VK_N</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_N">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NONCONVERT"><!-- --></A><H3>
DOM_VK_NONCONVERT</H3>
<PRE>
public static final int <B>DOM_VK_NONCONVERT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NONCONVERT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUM_LOCK"><!-- --></A><H3>
DOM_VK_NUM_LOCK</H3>
<PRE>
public static final int <B>DOM_VK_NUM_LOCK</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUM_LOCK">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUMBER_SIGN"><!-- --></A><H3>
DOM_VK_NUMBER_SIGN</H3>
<PRE>
public static final int <B>DOM_VK_NUMBER_SIGN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUMBER_SIGN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUMPAD0"><!-- --></A><H3>
DOM_VK_NUMPAD0</H3>
<PRE>
public static final int <B>DOM_VK_NUMPAD0</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUMPAD0">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUMPAD1"><!-- --></A><H3>
DOM_VK_NUMPAD1</H3>
<PRE>
public static final int <B>DOM_VK_NUMPAD1</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUMPAD1">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUMPAD2"><!-- --></A><H3>
DOM_VK_NUMPAD2</H3>
<PRE>
public static final int <B>DOM_VK_NUMPAD2</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUMPAD2">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUMPAD3"><!-- --></A><H3>
DOM_VK_NUMPAD3</H3>
<PRE>
public static final int <B>DOM_VK_NUMPAD3</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUMPAD3">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUMPAD4"><!-- --></A><H3>
DOM_VK_NUMPAD4</H3>
<PRE>
public static final int <B>DOM_VK_NUMPAD4</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUMPAD4">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUMPAD5"><!-- --></A><H3>
DOM_VK_NUMPAD5</H3>
<PRE>
public static final int <B>DOM_VK_NUMPAD5</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUMPAD5">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUMPAD6"><!-- --></A><H3>
DOM_VK_NUMPAD6</H3>
<PRE>
public static final int <B>DOM_VK_NUMPAD6</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUMPAD6">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUMPAD7"><!-- --></A><H3>
DOM_VK_NUMPAD7</H3>
<PRE>
public static final int <B>DOM_VK_NUMPAD7</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUMPAD7">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUMPAD8"><!-- --></A><H3>
DOM_VK_NUMPAD8</H3>
<PRE>
public static final int <B>DOM_VK_NUMPAD8</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUMPAD8">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_NUMPAD9"><!-- --></A><H3>
DOM_VK_NUMPAD9</H3>
<PRE>
public static final int <B>DOM_VK_NUMPAD9</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_NUMPAD9">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_O"><!-- --></A><H3>
DOM_VK_O</H3>
<PRE>
public static final int <B>DOM_VK_O</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_O">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_OPEN_BRACKET"><!-- --></A><H3>
DOM_VK_OPEN_BRACKET</H3>
<PRE>
public static final int <B>DOM_VK_OPEN_BRACKET</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_OPEN_BRACKET">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_P"><!-- --></A><H3>
DOM_VK_P</H3>
<PRE>
public static final int <B>DOM_VK_P</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_P">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_PAGE_DOWN"><!-- --></A><H3>
DOM_VK_PAGE_DOWN</H3>
<PRE>
public static final int <B>DOM_VK_PAGE_DOWN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_PAGE_DOWN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_PAGE_UP"><!-- --></A><H3>
DOM_VK_PAGE_UP</H3>
<PRE>
public static final int <B>DOM_VK_PAGE_UP</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_PAGE_UP">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_PASTE"><!-- --></A><H3>
DOM_VK_PASTE</H3>
<PRE>
public static final int <B>DOM_VK_PASTE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_PASTE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_PAUSE"><!-- --></A><H3>
DOM_VK_PAUSE</H3>
<PRE>
public static final int <B>DOM_VK_PAUSE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_PAUSE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_PERIOD"><!-- --></A><H3>
DOM_VK_PERIOD</H3>
<PRE>
public static final int <B>DOM_VK_PERIOD</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_PERIOD">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_PLUS"><!-- --></A><H3>
DOM_VK_PLUS</H3>
<PRE>
public static final int <B>DOM_VK_PLUS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_PLUS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_PREVIOUS_CANDIDATE"><!-- --></A><H3>
DOM_VK_PREVIOUS_CANDIDATE</H3>
<PRE>
public static final int <B>DOM_VK_PREVIOUS_CANDIDATE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_PREVIOUS_CANDIDATE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_PRINTSCREEN"><!-- --></A><H3>
DOM_VK_PRINTSCREEN</H3>
<PRE>
public static final int <B>DOM_VK_PRINTSCREEN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_PRINTSCREEN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_PROPS"><!-- --></A><H3>
DOM_VK_PROPS</H3>
<PRE>
public static final int <B>DOM_VK_PROPS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_PROPS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_Q"><!-- --></A><H3>
DOM_VK_Q</H3>
<PRE>
public static final int <B>DOM_VK_Q</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_Q">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_QUOTE"><!-- --></A><H3>
DOM_VK_QUOTE</H3>
<PRE>
public static final int <B>DOM_VK_QUOTE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_QUOTE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_QUOTEDBL"><!-- --></A><H3>
DOM_VK_QUOTEDBL</H3>
<PRE>
public static final int <B>DOM_VK_QUOTEDBL</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_QUOTEDBL">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_R"><!-- --></A><H3>
DOM_VK_R</H3>
<PRE>
public static final int <B>DOM_VK_R</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_R">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_RIGHT"><!-- --></A><H3>
DOM_VK_RIGHT</H3>
<PRE>
public static final int <B>DOM_VK_RIGHT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_RIGHT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_RIGHT_PARENTHESIS"><!-- --></A><H3>
DOM_VK_RIGHT_PARENTHESIS</H3>
<PRE>
public static final int <B>DOM_VK_RIGHT_PARENTHESIS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_RIGHT_PARENTHESIS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_ROMAN_CHARACTERS"><!-- --></A><H3>
DOM_VK_ROMAN_CHARACTERS</H3>
<PRE>
public static final int <B>DOM_VK_ROMAN_CHARACTERS</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_ROMAN_CHARACTERS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_S"><!-- --></A><H3>
DOM_VK_S</H3>
<PRE>
public static final int <B>DOM_VK_S</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_S">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_SCROLL_LOCK"><!-- --></A><H3>
DOM_VK_SCROLL_LOCK</H3>
<PRE>
public static final int <B>DOM_VK_SCROLL_LOCK</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_SCROLL_LOCK">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_SEMICOLON"><!-- --></A><H3>
DOM_VK_SEMICOLON</H3>
<PRE>
public static final int <B>DOM_VK_SEMICOLON</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_SEMICOLON">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_SEPARATER"><!-- --></A><H3>
DOM_VK_SEPARATER</H3>
<PRE>
public static final int <B>DOM_VK_SEPARATER</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_SEPARATER">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_SHIFT"><!-- --></A><H3>
DOM_VK_SHIFT</H3>
<PRE>
public static final int <B>DOM_VK_SHIFT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_SHIFT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_SLASH"><!-- --></A><H3>
DOM_VK_SLASH</H3>
<PRE>
public static final int <B>DOM_VK_SLASH</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_SLASH">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_SPACE"><!-- --></A><H3>
DOM_VK_SPACE</H3>
<PRE>
public static final int <B>DOM_VK_SPACE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_SPACE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_STOP"><!-- --></A><H3>
DOM_VK_STOP</H3>
<PRE>
public static final int <B>DOM_VK_STOP</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_STOP">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_SUBTRACT"><!-- --></A><H3>
DOM_VK_SUBTRACT</H3>
<PRE>
public static final int <B>DOM_VK_SUBTRACT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_SUBTRACT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_T"><!-- --></A><H3>
DOM_VK_T</H3>
<PRE>
public static final int <B>DOM_VK_T</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_T">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_TAB"><!-- --></A><H3>
DOM_VK_TAB</H3>
<PRE>
public static final int <B>DOM_VK_TAB</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_TAB">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_U"><!-- --></A><H3>
DOM_VK_U</H3>
<PRE>
public static final int <B>DOM_VK_U</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_U">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_UNDEFINED"><!-- --></A><H3>
DOM_VK_UNDEFINED</H3>
<PRE>
public static final int <B>DOM_VK_UNDEFINED</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_UNDEFINED">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_UNDERSCORE"><!-- --></A><H3>
DOM_VK_UNDERSCORE</H3>
<PRE>
public static final int <B>DOM_VK_UNDERSCORE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_UNDERSCORE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_UNDO"><!-- --></A><H3>
DOM_VK_UNDO</H3>
<PRE>
public static final int <B>DOM_VK_UNDO</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_UNDO">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_UP"><!-- --></A><H3>
DOM_VK_UP</H3>
<PRE>
public static final int <B>DOM_VK_UP</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_UP">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_V"><!-- --></A><H3>
DOM_VK_V</H3>
<PRE>
public static final int <B>DOM_VK_V</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_V">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_W"><!-- --></A><H3>
DOM_VK_W</H3>
<PRE>
public static final int <B>DOM_VK_W</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_W">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_X"><!-- --></A><H3>
DOM_VK_X</H3>
<PRE>
public static final int <B>DOM_VK_X</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_X">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_Y"><!-- --></A><H3>
DOM_VK_Y</H3>
<PRE>
public static final int <B>DOM_VK_Y</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_Y">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DOM_VK_Z"><!-- --></A><H3>
DOM_VK_Z</H3>
<PRE>
public static final int <B>DOM_VK_Z</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.dom.events.DOMKeyEvent.DOM_VK_Z">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ctrlKey"><!-- --></A><H3>
ctrlKey</H3>
<PRE>
protected boolean <B>ctrlKey</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="altKey"><!-- --></A><H3>
altKey</H3>
<PRE>
protected boolean <B>altKey</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="shiftKey"><!-- --></A><H3>
shiftKey</H3>
<PRE>
protected boolean <B>shiftKey</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="metaKey"><!-- --></A><H3>
metaKey</H3>
<PRE>
protected boolean <B>metaKey</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="keyCode"><!-- --></A><H3>
keyCode</H3>
<PRE>
protected int <B>keyCode</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="charCode"><!-- --></A><H3>
charCode</H3>
<PRE>
protected int <B>charCode</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="DOMKeyEvent()"><!-- --></A><H3>
DOMKeyEvent</H3>
<PRE>
public <B>DOMKeyEvent</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getCtrlKey()"><!-- --></A><H3>
getCtrlKey</H3>
<PRE>
public boolean <B>getCtrlKey</B>()</PRE>
<DL>
<DD>Returns whether the 'ctrl' key was depressed during the firing of the
event.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getShiftKey()"><!-- --></A><H3>
getShiftKey</H3>
<PRE>
public boolean <B>getShiftKey</B>()</PRE>
<DL>
<DD>Returns whether the 'shift' key was depressed during the firing of the
event.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getAltKey()"><!-- --></A><H3>
getAltKey</H3>
<PRE>
public boolean <B>getAltKey</B>()</PRE>
<DL>
<DD>Returns whether the 'alt' key was depressed during the firing of the
event. On some platforms this key may map to an alternative key name.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getMetaKey()"><!-- --></A><H3>
getMetaKey</H3>
<PRE>
public boolean <B>getMetaKey</B>()</PRE>
<DL>
<DD>Returns whether the 'meta' key was depressed during the firing of
the event. On some platforms this key may map to an alternative
key name.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getKeyCode()"><!-- --></A><H3>
getKeyCode</H3>
<PRE>
public int <B>getKeyCode</B>()</PRE>
<DL>
<DD>Returns the virtual key code value of the key which was depressed
if the event is a key event. Otherwise, the value returned is zero.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCharCode()"><!-- --></A><H3>
getCharCode</H3>
<PRE>
public int <B>getCharCode</B>()</PRE>
<DL>
<DD>Returns the value of the Unicode character associated with the
depressed key if the event is a key event. Otherwise, the value
returned is zero.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="initKeyEvent(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, int, int, org.w3c.dom.views.AbstractView)"><!-- --></A><H3>
initKeyEvent</H3>
<PRE>
public void <B>initKeyEvent</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;typeArg,
boolean&nbsp;canBubbleArg,
boolean&nbsp;cancelableArg,
boolean&nbsp;ctrlKeyArg,
boolean&nbsp;altKeyArg,
boolean&nbsp;shiftKeyArg,
boolean&nbsp;metaKeyArg,
int&nbsp;keyCodeArg,
int&nbsp;charCodeArg,
<A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/views/AbstractView.html?is-external=true" title="class or interface in org.w3c.dom.views">AbstractView</A>&nbsp;viewArg)</PRE>
<DL>
<DD>Initializes this KeyEvent.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>typeArg</CODE> - Specifies the event type.<DD><CODE>canBubbleArg</CODE> - Specifies whether or not the event can bubble.<DD><CODE>cancelableArg</CODE> - Specifies whether or not the event's default action
can be prevent.<DD><CODE>ctrlKeyArg</CODE> - Specifies whether or not control key was depressed
during the <code>Event</code>.<DD><CODE>altKeyArg</CODE> - Specifies whether or not alt key was depressed during
the <code>Event</code>.<DD><CODE>shiftKeyArg</CODE> - Specifies whether or not shift key was depressed
during the <code>Event</code>.<DD><CODE>metaKeyArg</CODE> - Specifies whether or not meta key was depressed during
the <code>Event</code>.<DD><CODE>keyCodeArg</CODE> - Specifies the <code>Event</code>'s <code>keyCode</code><DD><CODE>charCodeArg</CODE> - Specifies the <code>Event</code>'s
<code>charCode</code><DD><CODE>viewArg</CODE> - Specifies the <code>Event</code>'s
<code>AbstractView</code>.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DOMKeyEvent.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/batik/dom/events/DOMKeyboardEvent.html" title="class in org.apache.batik.dom.events"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/batik/dom/events/DOMMouseEvent.html" title="class in org.apache.batik.dom.events"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/batik/dom/events/DOMKeyEvent.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="DOMKeyEvent.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2017 <a href='http://www.apache.org/'>Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>