|
| 1 | +/* |
| 2 | + * Copyright (c) 2004-2026 Universidade do Porto - Faculdade de Engenharia |
| 3 | + * Laboratório de Sistemas e Tecnologia Subaquática (LSTS) |
| 4 | + * All rights reserved. |
| 5 | + * Rua Dr. Roberto Frias s/n, sala I203, 4200-465 Porto, Portugal |
| 6 | + * |
| 7 | + * This file is part of Neptus, Command and Control Framework. |
| 8 | + * |
| 9 | + * Commercial Licence Usage |
| 10 | + * Licencees holding valid commercial Neptus licences may use this file |
| 11 | + * in accordance with the commercial licence agreement provided with the |
| 12 | + * Software or, alternatively, in accordance with the terms contained in a |
| 13 | + * written agreement between you and Universidade do Porto. For licensing |
| 14 | + * terms, conditions, and further information contact lsts@fe.up.pt. |
| 15 | + * |
| 16 | + * Modified European Union Public Licence - EUPL v.1.1 Usage |
| 17 | + * Alternatively, this file may be used under the terms of the Modified EUPL, |
| 18 | + * Version 1.1 only (the "Licence"), appearing in the file LICENSE.md |
| 19 | + * included in the packaging of this file. You may not use this work |
| 20 | + * except in compliance with the Licence. Unless required by applicable |
| 21 | + * law or agreed to in writing, software distributed under the Licence is |
| 22 | + * distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF |
| 23 | + * ANY KIND, either express or implied. See the Licence for the specific |
| 24 | + * language governing permissions and limitations at |
| 25 | + * https://github.com/LSTS/neptus/blob/develop/LICENSE.md |
| 26 | + * and http://ec.europa.eu/idabc/eupl.html. |
| 27 | + * |
| 28 | + * For more information please see <http://lsts.fe.up.pt/neptus>. |
| 29 | + * |
| 30 | + * Author: Paulo Dias |
| 31 | + * 2 Fev 2023 |
| 32 | + */ |
1 | 33 | package pt.lsts.neptus.mra.plots; |
2 | 34 |
|
3 | 35 | import java.util.Arrays; |
|
0 commit comments