Révision 3353
| TXM/trunk/org.txm.textsbalance.core/src/org/txm/textsbalance/core/chartsengine/jfreechart/JFCTextsBalanceSpiderChartCreator.java (revision 3353) | ||
|---|---|---|
| 77 | 77 |
} |
| 78 | 78 |
|
| 79 | 79 |
chart.setTitle("metadata = " + textsBalance.getStructuralUnitProperty() + ", N = " + textsBalance.getValues().size() + ", fmin = " + textsBalance.getFMin() +
|
| 80 |
", fmax = " + textsBalance.getFMax() + ", group by texts = " + textsBalance.groupingByTexts());
|
|
| 80 |
", fmax = " + textsBalance.getFMax() + ", counting " + (textsBalance.groupingByTexts()?"texts":"words"));
|
|
| 81 | 81 |
|
| 82 | 82 |
plot.setMaxValue(textsBalance.getFMax()); |
| 83 | 83 |
|
| TXM/trunk/org.txm.libs.deptreeviz/META-INF/MANIFEST.MF (revision 3353) | ||
|---|---|---|
| 9 | 9 |
deptreeviz-0.3.0.jar, |
| 10 | 10 |
dom4j-1.6.1.jar, |
| 11 | 11 |
log4j-1.2.12.jar |
| 12 |
Export-Package: io.gitlab.nats.deptreeviz, |
|
| 13 |
org.apache.log4j, |
|
| 14 |
org.apache.log4j.chainsaw, |
|
| 15 |
org.apache.log4j.config, |
|
| 16 |
org.apache.log4j.helpers, |
|
| 17 |
org.apache.log4j.jdbc, |
|
| 18 |
org.apache.log4j.jmx, |
|
| 19 |
org.apache.log4j.lf5, |
|
| 20 |
org.apache.log4j.lf5.util, |
|
| 21 |
org.apache.log4j.lf5.viewer, |
|
| 22 |
org.apache.log4j.lf5.viewer.categoryexplorer, |
|
| 23 |
org.apache.log4j.lf5.viewer.configure, |
|
| 24 |
org.apache.log4j.net, |
|
| 25 |
org.apache.log4j.nt, |
|
| 26 |
org.apache.log4j.or, |
|
| 27 |
org.apache.log4j.or.jms, |
|
| 28 |
org.apache.log4j.or.sax, |
|
| 29 |
org.apache.log4j.spi, |
|
| 30 |
org.apache.log4j.varia, |
|
| 31 |
org.apache.log4j.xml, |
|
| 32 |
org.dom4j, |
|
| 33 |
org.dom4j.bean, |
|
| 34 |
org.dom4j.datatype, |
|
| 35 |
org.dom4j.dom, |
|
| 36 |
org.dom4j.dtd, |
|
| 37 |
org.dom4j.io, |
|
| 38 |
org.dom4j.jaxb, |
|
| 39 |
org.dom4j.rule, |
|
| 40 |
org.dom4j.rule.pattern, |
|
| 41 |
org.dom4j.swing, |
|
| 42 |
org.dom4j.tree, |
|
| 43 |
org.dom4j.util, |
|
| 44 |
org.dom4j.xpath, |
|
| 45 |
org.dom4j.xpp, |
|
| 46 |
org.txm.libs.deptreeviz |
|
| 47 |
Require-Bundle: org.txm.libs.batik;bundle-version="0.0.0";visibility:=reexport |
|
| 12 |
Export-Package: org.txm.libs.deptreeviz |
|
| 13 |
Require-Bundle: org.txm.libs.batik;bundle-version="0.0.0" |
|
| TXM/trunk/org.txm.backtomedia.rcp/src/org/txm/backtomedia/editors/player/HTMLPlayer.java (revision 3353) | ||
|---|---|---|
| 46 | 46 |
|
| 47 | 47 |
browser = new Browser(this, SWT.NONE); |
| 48 | 48 |
browser.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, true)); |
| 49 |
browser.setText("<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"><html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"></head><body><video id=\"video\" width=\"100%\" height=\"100%\" controls></video></body></html>");
|
|
| 49 |
browser.setText("<!DOCTYPE html><html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"></head><body><video id=\"video\" width=\"100%\" height=\"100%\" controls></video></body></html>");
|
|
| 50 | 50 |
//browser.setText("<video id=\"video\" width=\"100%\" height=\"100%\" controls><source id=\"source\" src=\"\"></source></video>");
|
| 51 | 51 |
|
| 52 | 52 |
browser.addProgressListener(new ProgressListener() {
|
Formats disponibles : Unified diff