blob: 5e351059af53542b0a7fd8f64c443fa4ea9126b0 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (19) -->
<title>MapMenu (Apache SIS 1.3 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.sis.gui.map, class: MapMenu">
<meta name="generator" content="javadoc/ClassWriterImpl">
<meta name="keywords" content="org.apache.sis.gui.map.MapMenu class">
<meta name="keywords" content="addReferenceSystems()">
<meta name="keywords" content="addCopyOptions()">
<meta name="keywords" content="selectedReferenceSystem()">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../sis.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/MapMenu.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html#class">Help</a></li>
</ul>
<ul class="sub-nav-list-small">
<li>
<p>Summary:</p>
<ul>
<li><a href="#nested-class-summary">Nested</a></li>
<li><a href="#field-summary">Field</a></li>
<li><a href="#constructor-summary">Constr</a></li>
<li><a href="#method-summary">Method</a></li>
</ul>
</li>
<li>
<p>Detail:</p>
<ul>
<li>Field</li>
<li><a href="#constructor-detail">Constr</a></li>
<li><a href="#method-detail">Method</a></li>
</ul>
</li>
</ul>
</div>
<div class="sub-nav">
<div id="navbar-sub-list">
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li><a href="#nested-class-summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field-summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor-summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor-detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method-detail">Method</a></li>
</ul>
</div>
<div class="nav-list-search"><a href="../../../../../search.html">SEARCH</a>
<input type="text" id="search-input" disabled placeholder="Search">
<input type="reset" id="reset-button" disabled value="reset">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.apache.sis.gui.map</a></div>
<h1 title="Class MapMenu" class="title">Class MapMenu</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>
<div class="inheritance">Window
<div class="inheritance">PopupWindow
<div class="inheritance">PopupControl
<div class="inheritance">ContextMenu
<div class="inheritance">MapMenu</div>
</div>
</div>
</div>
</div>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Implemented Interfaces:</dt>
<dd><code>Styleable</code>, <code>Event­Target</code>, <code>Skinnable</code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public class </span><span class="element-name type-name-label">MapMenu</span>
<span class="extends-implements">extends ContextMenu</span></div>
<div class="block">A <code>Context­Menu</code> that can be shown in a <a href="MapCanvas.html" title="class in org.apache.sis.gui.map"><code>Map­Canvas</code></a>.
On construction, this menu is initially empty.
Items can be added by the following method calls:
<ul>
<li><a href="#addReferenceSystems(org.apache.sis.gui.referencing.RecentReferenceSystems)"><code>add­Reference­Systems(Recent­Reference­Systems)</code></a>:<ul>
<li><cite>Reference system</cite> with some items from EPSG database.</li>
<li><cite>Centered projection</cite> with the list of <a href="../referencing/PositionableProjection.html" title="class in org.apache.sis.gui.referencing"><code>Positionable­Projection</code></a> items.</li>
</ul></li>
</ul>
More choices may be added in a future versions.
In current implementation, there is no mechanism for removing menu items.</div>
<dl class="notes">
<dt>Since:</dt>
<dd>1.1</dd>
<p><font size="-1">Defined in the <code>sis-javafx</code> module</font></p>
</dl>
</section>
<section class="summary">
<ul class="summary-list">
<!-- =========== PROPERTY SUMMARY =========== -->
<li>
<section class="property-summary" id="property-summary">
<h2>Property Summary</h2>
<div class="inherited-list">
<h3 id="properties-inherited-from-class-ContextMenu">Properties inherited from class&nbsp;ContextMenu</h3>
<code>on­Action</code></div>
<div class="inherited-list">
<h3 id="properties-inherited-from-class-PopupControl">Properties inherited from class&nbsp;PopupControl</h3>
<code>id, max­Height, max­Width, min­Height, min­Width, pref­Height, pref­Width, skin, style</code></div>
<div class="inherited-list">
<h3 id="properties-inherited-from-class-PopupWindow">Properties inherited from class&nbsp;PopupWindow</h3>
<code>anchor­Location, anchor­X, anchor­Y, auto­Fix, auto­Hide, consume­Auto­Hiding­Events, hide­On­Escape, on­Auto­Hide, owner­Node, owner­Window</code></div>
<div class="inherited-list">
<h3 id="properties-inherited-from-class-Window">Properties inherited from class&nbsp;Window</h3>
<code>event­Dispatcher, focused, force­Integer­Render­Scale, height, on­Close­Request, on­Hidden, on­Hiding, on­Showing, on­Shown, opacity, output­Scale­X, output­Scale­Y, render­Scale­X, render­Scale­Y, scene, showing, width, x, y</code></div>
</section>
</li>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<li>
<section class="nested-class-summary" id="nested-class-summary">
<h2>Nested Class Summary</h2>
<div class="inherited-list">
<h2 id="nested-classes-inherited-from-class-javafx.scene.control.PopupControl">Nested classes/interfaces inherited from class&nbsp;PopupControl</h2>
<code>Popup­Control​.CSSBridge</code></div>
<div class="inherited-list">
<h2 id="nested-classes-inherited-from-class-javafx.stage.PopupWindow">Nested classes/interfaces inherited from class&nbsp;PopupWindow</h2>
<code>Popup­Window​.Anchor­Location</code></div>
</section>
</li>
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="inherited-list">
<h3 id="fields-inherited-from-class-PopupControl">Fields inherited from class&nbsp;PopupControl</h3>
<code>bridge, USE_COMPUTED_SIZE, USE_PREF_SIZE</code></div>
</section>
</li>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li>
<section class="constructor-summary" id="constructor-summary">
<h2>Constructor Summary</h2>
<div class="caption"><span>Constructors</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(org.apache.sis.gui.map.MapCanvas)" class="member-name-link">Map­Menu</a><wbr>(<a href="MapCanvas.html" title="class in org.apache.sis.gui.map">Map­Canvas</a>&nbsp;canvas)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates an initially empty menu for the given canvas.</div>
</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#addCopyOptions(org.apache.sis.gui.map.StatusBar)" class="member-name-link">add­Copy­Options</a><wbr>(<a href="StatusBar.html" title="class in org.apache.sis.gui.map">Status­Bar</a>&nbsp;format)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Adds a menu item for copying coordinates at the mouse position where right click occurred.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#addReferenceSystems(org.apache.sis.gui.referencing.RecentReferenceSystems)" class="member-name-link">add­Reference­Systems</a><wbr>(<a href="../referencing/RecentReferenceSystems.html" title="class in org.apache.sis.gui.referencing">Recent­Reference­Systems</a>&nbsp;preferences)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Adds menu items for CRS selection.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/util/Optional.html" title="class or interface in java.util" class="external-link">Optional</a>&lt;Observable­Object­Value&lt;<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#selectedReferenceSystem()" class="member-name-link">selected­Reference­System</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Returns an observable value for showing the currently selected CRS as a text.</div>
</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-ContextMenu">Methods inherited from class&nbsp;ContextMenu</h3>
<code>create­Default­Skin, get­Items, get­On­Action, hide, on­Action­Property, set­On­Action, show, show</code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-PopupControl">Methods inherited from class&nbsp;PopupControl</h3>
<code>get­Class­Css­Meta­Data, get­Css­Meta­Data, get­Id, get­Max­Height, get­Max­Width, get­Min­Height, get­Min­Width, get­Pref­Height, get­Pref­Width, get­Pseudo­Class­States, get­Skin, get­Style, get­Styleable­Node, get­Styleable­Parent, get­Style­Class, get­Type­Selector, id­Property, max­Height, max­Height­Property, max­Width, max­Width­Property, min­Height, min­Height­Property, min­Width, min­Width­Property, pref­Height, pref­Height­Property, pref­Width, pref­Width­Property, pseudo­Class­State­Changed, set­Id, set­Max­Height, set­Max­Size, set­Max­Width, set­Min­Height, set­Min­Size, set­Min­Width, set­Pref­Height, set­Pref­Size, set­Pref­Width, set­Skin, set­Style, skin­Property, style­Property</code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-PopupWindow">Methods inherited from class&nbsp;PopupWindow</h3>
<code>anchor­Location­Property, anchor­XProperty, anchor­YProperty, auto­Fix­Property, auto­Hide­Property, consume­Auto­Hiding­Events­Property, get­Anchor­Location, get­Anchor­X, get­Anchor­Y, get­Consume­Auto­Hiding­Events, get­On­Auto­Hide, get­Owner­Node, get­Owner­Window, hide­On­Escape­Property, is­Auto­Fix, is­Auto­Hide, is­Hide­On­Escape, on­Auto­Hide­Property, owner­Node­Property, owner­Window­Property, set­Anchor­Location, set­Anchor­X, set­Anchor­Y, set­Auto­Fix, set­Auto­Hide, set­Consume­Auto­Hiding­Events, set­Hide­On­Escape, set­On­Auto­Hide, set­Scene, show, show</code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-Window">Methods inherited from class&nbsp;Window</h3>
<code>add­Event­Filter, add­Event­Handler, build­Event­Dispatch­Chain, center­On­Screen, event­Dispatcher­Property, fire­Event, focused­Property, force­Integer­Render­Scale­Property, get­Event­Dispatcher, get­Height, get­On­Close­Request, get­On­Hidden, get­On­Hiding, get­On­Showing, get­On­Shown, get­Opacity, get­Output­Scale­X, get­Output­Scale­Y, get­Properties, get­Render­Scale­X, get­Render­Scale­Y, get­Scene, get­User­Data, get­Width, get­Windows, get­X, get­Y, has­Properties, height­Property, is­Focused, is­Force­Integer­Render­Scale, is­Showing, on­Close­Request­Property, on­Hidden­Property, on­Hiding­Property, on­Showing­Property, on­Shown­Property, opacity­Property, output­Scale­XProperty, output­Scale­YProperty, remove­Event­Filter, remove­Event­Handler, render­Scale­XProperty, render­Scale­YProperty, request­Focus, scene­Property, set­Event­Dispatcher, set­Event­Handler, set­Force­Integer­Render­Scale, set­Height, set­On­Close­Request, set­On­Hidden, set­On­Hiding, set­On­Showing, set­On­Shown, set­Opacity, set­Render­Scale­X, set­Render­Scale­Y, set­User­Data, set­Width, set­X, set­Y, show, showing­Property, size­To­Scene, width­Property, x­Property, y­Property</code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-Object">Methods inherited from class&nbsp;<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">get­Class</a>, <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hash­Code</a>, <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notify­All</a>, <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">to­String</a>, <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;(org.apache.sis.gui.map.MapCanvas)">
<h3>MapMenu</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">MapMenu</span><wbr><span class="parameters">(<a href="MapCanvas.html" title="class in org.apache.sis.gui.map">MapCanvas</a>&nbsp;canvas)</span></div>
<div class="block">Creates an initially empty menu for the given canvas.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>canvas</code> - the canvas for which to create menus.</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="addReferenceSystems(org.apache.sis.gui.referencing.RecentReferenceSystems)">
<h3>addReferenceSystems</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">addReferenceSystems</span><wbr><span class="parameters">(<a href="../referencing/RecentReferenceSystems.html" title="class in org.apache.sis.gui.referencing">RecentReferenceSystems</a>&nbsp;preferences)</span></div>
<div class="block">Adds menu items for CRS selection. The menu items are in two groups:
<ul>
<li><cite>Reference system</cite> with some items from EPSG database.</li>
<li><cite>Centered projection</cite> with the list of <a href="../referencing/PositionableProjection.html" title="class in org.apache.sis.gui.referencing"><code>Positionable­Projection</code></a> items.</li>
</ul>
This method can be invoked at most once.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>preferences</code> - handler of menu items for selecting a CRS from a list of EPSG codes.
Often <a href="../referencing/RecentReferenceSystems.html#addUserPreferences()">built from user preferences</a>.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/IllegalStateException.html" title="class or interface in java.lang" class="external-link">Illegal­State­Exception</a></code> - if this method has already been invoked.</dd>
<dt>See Also:</dt>
<dd>
<ul class="see-list">
<li><a href="#selectedReferenceSystem()"><code>selected­Reference­System()</code></a></li>
</ul>
</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addCopyOptions(org.apache.sis.gui.map.StatusBar)">
<h3>addCopyOptions</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">addCopyOptions</span><wbr><span class="parameters">(<a href="StatusBar.html" title="class in org.apache.sis.gui.map">StatusBar</a>&nbsp;format)</span></div>
<div class="block">Adds a menu item for copying coordinates at the mouse position where right click occurred.
The coordinate reference system is determined by the status bar; it is not necessarily the
coordinate reference system of the map.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>format</code> - status bar determining the CRS and format to use for coordinate values.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="selectedReferenceSystem()">
<h3>selectedReferenceSystem</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/util/Optional.html" title="class or interface in java.util" class="external-link">Optional</a>&lt;ObservableObjectValue&lt;<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&gt;</span>&nbsp;<span class="element-name">selectedReferenceSystem</span>()</div>
<div class="block">Returns an observable value for showing the currently selected CRS as a text.
The value is absent if <a href="#addReferenceSystems(org.apache.sis.gui.referencing.RecentReferenceSystems)"><code>add­Reference­Systems(Recent­Reference­Systems)</code></a> has never been invoked.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the currently selected CRS as a text.</dd>
<dt>See Also:</dt>
<dd>
<ul class="see-list-long">
<li><a href="#addReferenceSystems(org.apache.sis.gui.referencing.RecentReferenceSystems)"><code>add­Reference­Systems(Recent­Reference­Systems)</code></a></li>
</ul>
</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2010&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>