blob: 275fffda25cd72f57f66ec952eee4f8ab6eeb2ff [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>
Transcoder (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="Transcoder (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/Transcoder.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/transcoder/ToSVGAbstractTranscoder.html" title="class in org.apache.batik.transcoder"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/batik/transcoder/TranscoderException.html" title="class in org.apache.batik.transcoder"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/batik/transcoder/Transcoder.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Transcoder.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;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&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.transcoder</FONT>
<BR>
Interface Transcoder</H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/batik/transcoder/AbstractTranscoder.html" title="class in org.apache.batik.transcoder">AbstractTranscoder</A>, <A HREF="../../../../org/apache/batik/transcoder/image/ImageTranscoder.html" title="class in org.apache.batik.transcoder.image">ImageTranscoder</A>, <A HREF="../../../../org/apache/batik/transcoder/image/JPEGTranscoder.html" title="class in org.apache.batik.transcoder.image">JPEGTranscoder</A>, <A HREF="../../../../org/apache/batik/transcoder/image/PNGTranscoder.html" title="class in org.apache.batik.transcoder.image">PNGTranscoder</A>, <A HREF="../../../../org/apache/batik/transcoder/print/PrintTranscoder.html" title="class in org.apache.batik.transcoder.print">PrintTranscoder</A>, <A HREF="../../../../org/apache/batik/transcoder/SVGAbstractTranscoder.html" title="class in org.apache.batik.transcoder">SVGAbstractTranscoder</A>, <A HREF="../../../../org/apache/batik/transcoder/svg2svg/SVGTranscoder.html" title="class in org.apache.batik.transcoder.svg2svg">SVGTranscoder</A>, <A HREF="../../../../org/apache/batik/transcoder/image/TIFFTranscoder.html" title="class in org.apache.batik.transcoder.image">TIFFTranscoder</A>, <A HREF="../../../../org/apache/batik/transcoder/ToSVGAbstractTranscoder.html" title="class in org.apache.batik.transcoder">ToSVGAbstractTranscoder</A>, <A HREF="../../../../org/apache/batik/transcoder/wmf/tosvg/WMFTranscoder.html" title="class in org.apache.batik.transcoder.wmf.tosvg">WMFTranscoder</A>, <A HREF="../../../../org/apache/batik/transcoder/XMLAbstractTranscoder.html" title="class in org.apache.batik.transcoder">XMLAbstractTranscoder</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>Transcoder</B></DL>
</PRE>
<P>
This class defines an API for transcoding.
<P>
<P>
<HR>
<P>
<!-- ========== 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;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/batik/transcoder/Transcoder.html#addTranscodingHint(org.apache.batik.transcoder.TranscodingHints.Key, java.lang.Object)">addTranscodingHint</A></B>(<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A>&nbsp;key,
<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>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of a single preference for the transcoding process.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/batik/transcoder/ErrorHandler.html" title="interface in org.apache.batik.transcoder">ErrorHandler</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/batik/transcoder/Transcoder.html#getErrorHandler()">getErrorHandler</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the error handler this transcoder uses to report
warnings and errors, or null if any.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.html" title="class in org.apache.batik.transcoder">TranscodingHints</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/batik/transcoder/Transcoder.html#getTranscodingHints()">getTranscodingHints</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the transcoding hints of this transcoder.</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/transcoder/Transcoder.html#removeTranscodingHint(org.apache.batik.transcoder.TranscodingHints.Key)">removeTranscodingHint</A></B>(<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A>&nbsp;key)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the value of a single preference for the transcoding process.</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/transcoder/Transcoder.html#setErrorHandler(org.apache.batik.transcoder.ErrorHandler)">setErrorHandler</A></B>(<A HREF="../../../../org/apache/batik/transcoder/ErrorHandler.html" title="interface in org.apache.batik.transcoder">ErrorHandler</A>&nbsp;handler)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the error handler this transcoder may use to report
warnings and errors.</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/transcoder/Transcoder.html#setTranscodingHints(java.util.Map)">setTranscodingHints</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;hints)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Replaces the values of all preferences for the transcoding algorithms
with the specified hints.</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/transcoder/Transcoder.html#setTranscodingHints(org.apache.batik.transcoder.TranscodingHints)">setTranscodingHints</A></B>(<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.html" title="class in org.apache.batik.transcoder">TranscodingHints</A>&nbsp;hints)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the values of all preferences for the transcoding algorithms
with the specified hints.</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/transcoder/Transcoder.html#transcode(org.apache.batik.transcoder.TranscoderInput, org.apache.batik.transcoder.TranscoderOutput)">transcode</A></B>(<A HREF="../../../../org/apache/batik/transcoder/TranscoderInput.html" title="class in org.apache.batik.transcoder">TranscoderInput</A>&nbsp;input,
<A HREF="../../../../org/apache/batik/transcoder/TranscoderOutput.html" title="class in org.apache.batik.transcoder">TranscoderOutput</A>&nbsp;output)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Transcodes the specified input in the specified output.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ 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="transcode(org.apache.batik.transcoder.TranscoderInput, org.apache.batik.transcoder.TranscoderOutput)"><!-- --></A><H3>
transcode</H3>
<PRE>
void <B>transcode</B>(<A HREF="../../../../org/apache/batik/transcoder/TranscoderInput.html" title="class in org.apache.batik.transcoder">TranscoderInput</A>&nbsp;input,
<A HREF="../../../../org/apache/batik/transcoder/TranscoderOutput.html" title="class in org.apache.batik.transcoder">TranscoderOutput</A>&nbsp;output)
throws <A HREF="../../../../org/apache/batik/transcoder/TranscoderException.html" title="class in org.apache.batik.transcoder">TranscoderException</A></PRE>
<DL>
<DD>Transcodes the specified input in the specified output.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>input</CODE> - the input to transcode<DD><CODE>output</CODE> - the ouput where to transcode
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/apache/batik/transcoder/TranscoderException.html" title="class in org.apache.batik.transcoder">TranscoderException</A></CODE> - if an error occured while transcoding</DL>
</DD>
</DL>
<HR>
<A NAME="getTranscodingHints()"><!-- --></A><H3>
getTranscodingHints</H3>
<PRE>
<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.html" title="class in org.apache.batik.transcoder">TranscodingHints</A> <B>getTranscodingHints</B>()</PRE>
<DL>
<DD>Returns the transcoding hints of this transcoder.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addTranscodingHint(org.apache.batik.transcoder.TranscodingHints.Key, java.lang.Object)"><!-- --></A><H3>
addTranscodingHint</H3>
<PRE>
void <B>addTranscodingHint</B>(<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A>&nbsp;key,
<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>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of a single preference for the transcoding process.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the hint to be set<DD><CODE>value</CODE> - the value indicating preferences for the specified
hint category.</DL>
</DD>
</DL>
<HR>
<A NAME="removeTranscodingHint(org.apache.batik.transcoder.TranscodingHints.Key)"><!-- --></A><H3>
removeTranscodingHint</H3>
<PRE>
void <B>removeTranscodingHint</B>(<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A>&nbsp;key)</PRE>
<DL>
<DD>Removes the value of a single preference for the transcoding process.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the hint to remove</DL>
</DD>
</DL>
<HR>
<A NAME="setTranscodingHints(java.util.Map)"><!-- --></A><H3>
setTranscodingHints</H3>
<PRE>
void <B>setTranscodingHints</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;hints)</PRE>
<DL>
<DD>Replaces the values of all preferences for the transcoding algorithms
with the specified hints.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>hints</CODE> - the rendering hints to be set</DL>
</DD>
</DL>
<HR>
<A NAME="setTranscodingHints(org.apache.batik.transcoder.TranscodingHints)"><!-- --></A><H3>
setTranscodingHints</H3>
<PRE>
void <B>setTranscodingHints</B>(<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.html" title="class in org.apache.batik.transcoder">TranscodingHints</A>&nbsp;hints)</PRE>
<DL>
<DD>Sets the values of all preferences for the transcoding algorithms
with the specified hints.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>hints</CODE> - the rendering hints to be set</DL>
</DD>
</DL>
<HR>
<A NAME="setErrorHandler(org.apache.batik.transcoder.ErrorHandler)"><!-- --></A><H3>
setErrorHandler</H3>
<PRE>
void <B>setErrorHandler</B>(<A HREF="../../../../org/apache/batik/transcoder/ErrorHandler.html" title="interface in org.apache.batik.transcoder">ErrorHandler</A>&nbsp;handler)</PRE>
<DL>
<DD>Sets the error handler this transcoder may use to report
warnings and errors.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>handler</CODE> - to ErrorHandler to use</DL>
</DD>
</DL>
<HR>
<A NAME="getErrorHandler()"><!-- --></A><H3>
getErrorHandler</H3>
<PRE>
<A HREF="../../../../org/apache/batik/transcoder/ErrorHandler.html" title="interface in org.apache.batik.transcoder">ErrorHandler</A> <B>getErrorHandler</B>()</PRE>
<DL>
<DD>Returns the error handler this transcoder uses to report
warnings and errors, or null if any.
<P>
<DD><DL>
</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/Transcoder.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/transcoder/ToSVGAbstractTranscoder.html" title="class in org.apache.batik.transcoder"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/batik/transcoder/TranscoderException.html" title="class in org.apache.batik.transcoder"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/batik/transcoder/Transcoder.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Transcoder.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;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&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>