PLplot
5.9.9
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
config.java
Go to the documentation of this file.
1
// -*-java-*-
2
//
3
// Copyright (C) 2004 Alan W. Irwin
4
//
5
// This file is part of PLplot.
6
//
7
// PLplot is free software; you can redistribute it and/or modify
8
// it under the terms of the GNU Library General Public License as published
9
// by the Free Software Foundation; either version 2 of the License, or
10
// (at your option) any later version.
11
//
12
// PLplot is distributed in the hope that it will be useful,
13
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
// GNU Library General Public License for more details.
16
//
17
// You should have received a copy of the GNU Library General Public License
18
// along with PLplot; if not, write to the Free Software
19
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
21
package
plplot.core;
22
23
public
class
config
{
24
// Must be installed absolute path name of generated DLL
25
public
final
static
String
libname
=
"plplotjavac_wrap.so"
;
26
public
final
static
String
libdir
=
"/usr/lib/plplot5.9.9"
;
27
}
plplot.core.config.libname
static final String libname
Definition:
config.java:25
plplot.core.config.libdir
static final String libdir
Definition:
config.java:26
plplot.core.config
Definition:
config.java:23
bindings
java
config.java
Generated on Wed Jan 29 2014 10:20:41 for PLplot by
1.8.6