Source Code Cross Referenced for plplotjavacConstants.java in  » Science » jmatlab » test » plplot » core » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Science » jmatlab » test.plplot.core 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        package test.plplot.core;
002:
003:        /* ----------------------------------------------------------------------------
004:         * This file was automatically generated by SWIG (http://www.swig.org).
005:         * Version: 1.3.21
006:         *
007:         * Do not make changes to this file unless you know what you are doing--modify
008:         * the SWIG interface file instead.
009:         * ----------------------------------------------------------------------------- */
010:
011:        public interface plplotjavacConstants {
012:            // enums and constants
013:            public final static String jPLFLTArray = plplotjavacJNI
014:                    .get_jPLFLTArray();
015:            public final static String jPLFLTbracket = plplotjavacJNI
016:                    .get_jPLFLTbracket();
017:            public final static String jPLFLTbracket2 = plplotjavacJNI
018:                    .get_jPLFLTbracket2();
019:            public final static int PLESC_SET_RGB = plplotjavacJNI
020:                    .get_PLESC_SET_RGB();
021:            public final static int PLESC_ALLOC_NCOL = plplotjavacJNI
022:                    .get_PLESC_ALLOC_NCOL();
023:            public final static int PLESC_SET_LPB = plplotjavacJNI
024:                    .get_PLESC_SET_LPB();
025:            public final static int PLESC_EXPOSE = plplotjavacJNI
026:                    .get_PLESC_EXPOSE();
027:            public final static int PLESC_RESIZE = plplotjavacJNI
028:                    .get_PLESC_RESIZE();
029:            public final static int PLESC_REDRAW = plplotjavacJNI
030:                    .get_PLESC_REDRAW();
031:            public final static int PLESC_TEXT = plplotjavacJNI
032:                    .get_PLESC_TEXT();
033:            public final static int PLESC_GRAPH = plplotjavacJNI
034:                    .get_PLESC_GRAPH();
035:            public final static int PLESC_FILL = plplotjavacJNI
036:                    .get_PLESC_FILL();
037:            public final static int PLESC_DI = plplotjavacJNI.get_PLESC_DI();
038:            public final static int PLESC_FLUSH = plplotjavacJNI
039:                    .get_PLESC_FLUSH();
040:            public final static int PLESC_EH = plplotjavacJNI.get_PLESC_EH();
041:            public final static int PLESC_GETC = plplotjavacJNI
042:                    .get_PLESC_GETC();
043:            public final static int PLESC_SWIN = plplotjavacJNI
044:                    .get_PLESC_SWIN();
045:            public final static int PLESC_PLFLTBUFFERING = plplotjavacJNI
046:                    .get_PLESC_PLFLTBUFFERING();
047:            public final static int PLESC_XORMOD = plplotjavacJNI
048:                    .get_PLESC_XORMOD();
049:            public final static int PLESC_SET_COMPRESSION = plplotjavacJNI
050:                    .get_PLESC_SET_COMPRESSION();
051:            public final static int PLESC_CLEAR = plplotjavacJNI
052:                    .get_PLESC_CLEAR();
053:            public final static int PLESC_DASH = plplotjavacJNI
054:                    .get_PLESC_DASH();
055:            public final static int PLESC_HAS_TEXT = plplotjavacJNI
056:                    .get_PLESC_HAS_TEXT();
057:            public final static int PLESC_IMAGE = plplotjavacJNI
058:                    .get_PLESC_IMAGE();
059:            public final static int PLESC_IMAGEOPS = plplotjavacJNI
060:                    .get_PLESC_IMAGEOPS();
061:            public final static int DRAW_LINEX = plplotjavacJNI
062:                    .get_DRAW_LINEX();
063:            public final static int DRAW_LINEY = plplotjavacJNI
064:                    .get_DRAW_LINEY();
065:            public final static int DRAW_LINEXY = plplotjavacJNI
066:                    .get_DRAW_LINEXY();
067:            public final static int MAG_COLOR = plplotjavacJNI.get_MAG_COLOR();
068:            public final static int BASE_CONT = plplotjavacJNI.get_BASE_CONT();
069:            public final static int TOP_CONT = plplotjavacJNI.get_TOP_CONT();
070:            public final static int SURF_CONT = plplotjavacJNI.get_SURF_CONT();
071:            public final static int DRAW_SIDES = plplotjavacJNI
072:                    .get_DRAW_SIDES();
073:            public final static int FACETED = plplotjavacJNI.get_FACETED();
074:            public final static int MESH = plplotjavacJNI.get_MESH();
075:            public final static int PLSWIN_DEVICE = plplotjavacJNI
076:                    .get_PLSWIN_DEVICE();
077:            public final static int PLSWIN_WORLD = plplotjavacJNI
078:                    .get_PLSWIN_WORLD();
079:            public final static int PL_OPT_ENABLED = plplotjavacJNI
080:                    .get_PL_OPT_ENABLED();
081:            public final static int PL_OPT_ARG = plplotjavacJNI
082:                    .get_PL_OPT_ARG();
083:            public final static int PL_OPT_NODELETE = plplotjavacJNI
084:                    .get_PL_OPT_NODELETE();
085:            public final static int PL_OPT_INVISIBLE = plplotjavacJNI
086:                    .get_PL_OPT_INVISIBLE();
087:            public final static int PL_OPT_DISABLED = plplotjavacJNI
088:                    .get_PL_OPT_DISABLED();
089:            public final static int PL_OPT_FUNC = plplotjavacJNI
090:                    .get_PL_OPT_FUNC();
091:            public final static int PL_OPT_BOOL = plplotjavacJNI
092:                    .get_PL_OPT_BOOL();
093:            public final static int PL_OPT_INT = plplotjavacJNI
094:                    .get_PL_OPT_INT();
095:            public final static int PL_OPT_FLOAT = plplotjavacJNI
096:                    .get_PL_OPT_FLOAT();
097:            public final static int PL_OPT_STRING = plplotjavacJNI
098:                    .get_PL_OPT_STRING();
099:            public final static int PL_PARSE_PARTIAL = plplotjavacJNI
100:                    .get_PL_PARSE_PARTIAL();
101:            public final static int PL_PARSE_FULL = plplotjavacJNI
102:                    .get_PL_PARSE_FULL();
103:            public final static int PL_PARSE_QUIET = plplotjavacJNI
104:                    .get_PL_PARSE_QUIET();
105:            public final static int PL_PARSE_NODELETE = plplotjavacJNI
106:                    .get_PL_PARSE_NODELETE();
107:            public final static int PL_PARSE_SHOWALL = plplotjavacJNI
108:                    .get_PL_PARSE_SHOWALL();
109:            public final static int PL_PARSE_OVERRIDE = plplotjavacJNI
110:                    .get_PL_PARSE_OVERRIDE();
111:            public final static int PL_PARSE_NOPROGRAM = plplotjavacJNI
112:                    .get_PL_PARSE_NOPROGRAM();
113:            public final static int PL_PARSE_NODASH = plplotjavacJNI
114:                    .get_PL_PARSE_NODASH();
115:            public final static int PL_PARSE_SKIP = plplotjavacJNI
116:                    .get_PL_PARSE_SKIP();
117:            public final static int PL_MAXKEY = plplotjavacJNI.get_PL_MAXKEY();
118:            public final static int PL_MAXWINDOWS = plplotjavacJNI
119:                    .get_PL_MAXWINDOWS();
120:            public final static int PL_NOTSET = plplotjavacJNI.get_PL_NOTSET();
121:            public final static int PLESPLFLTBUFFERING_ENABLE = plplotjavacJNI
122:                    .get_PLESPLFLTBUFFERING_ENABLE();
123:            public final static int PLESPLFLTBUFFERING_DISABLE = plplotjavacJNI
124:                    .get_PLESPLFLTBUFFERING_DISABLE();
125:            public final static int PLESPLFLTBUFFERING_QUERY = plplotjavacJNI
126:                    .get_PLESPLFLTBUFFERING_QUERY();
127:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.