Fabian Prasser 52a2d8e55c Feat/masking (#187) | 6 éve | |
---|---|---|
.. | ||
README.html | 6 éve | |
org.swtchart.ext_0.10.0.v20160212.jar | 6 éve | |
org.swtchart_0.10.0.v20160212.jar | 6 éve |
SWTChart is a chart component distributed under Eclipse Public License v1.0.
org.swtchart_0.10.0/plugins/org.swtchart_0.10.0.v20160212.jar
|
- SWTChart |
org.swtchart_0.10.0/EXAMPLES/org.swtchart.examples/*
|
- SWTChart examples (Eclipse Java Project) |
The jar file org.swtchart_0.10.0.v20160212.jar
can be used as Eclipse plug-in e.g. by placing it at dropins
folder.
Add the jar file org.swtchart_0.10.0.v20160212.jar
to classpath.
1. Import the project org.swtchart.examples
into Eclipse workspace.
2. Copy the required jar files at following location in Eclipse workspace.
org.swtchart.examples/lib/org.swtchart_0.10.0.v20160212.jar
org.swtchart.examples/lib/swt.jar
3. Run *Example
or RunAllExamples
as Java application.
SWTChart Extension is an extension of SWTChart, which is distributed under Eclipse Public License v1.0.
org.swtchart_0.10.0/plugins/org.swtchart.ext_0.10.0.v20160212.jar
|
- SWTChart Extension |
org.swtchart_0.10.0/EXAMPLES/org.swtchart.examples.ext/*
|
- SWTChart Extension examples (Eclipse Plug-in Project) |
Please note that SWTChart Extension requires not only SWT but also JFace.
The jar file org.swtchart_0.10.0.v20160212.jar
can be used as Eclipse plug-in e.g. by placing it at dropins
folder.
1. Copy the jar files org.swtchart_0.10.0.v20160212.jar
and org.swtchart.ext_0.10.0.v20160212.jar
at dropins
folder.
2. Launch Eclipse, and import the project org.swtchart.examples.ext
into Eclipse workspace.
3. Create a run configuration for Eclipse application, and start it.
4. Open a view 'SWT Chart Sample View' on Eclipse runtime workbench.