Révision 1751
| tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/adapters/InternalViewAdapterFactory.java (revision 1751) | ||
|---|---|---|
| 1 | 1 |
package org.txm.internalview.rcp.adapters; |
| 2 | 2 |
|
| 3 | 3 |
import org.eclipse.jface.resource.ImageDescriptor; |
| 4 |
import org.eclipse.ui.model.IWorkbenchAdapter; |
|
| 5 | 4 |
import org.eclipse.ui.plugin.AbstractUIPlugin; |
| 6 | 5 |
import org.osgi.framework.FrameworkUtil; |
| 7 | 6 |
import org.txm.internalview.core.functions.InternalView; |
| ... | ... | |
| 19 | 18 |
public static final ImageDescriptor ICON = |
| 20 | 19 |
AbstractUIPlugin.imageDescriptorFromPlugin(FrameworkUtil.getBundle(InternalViewAdapterFactory.class).getSymbolicName(), |
| 21 | 20 |
"platform:/plugin/"+ FrameworkUtil.getBundle(InternalViewAdapterFactory.class).getSymbolicName() + "/icons/application_form_magnify.png"); //$NON-NLS-1$ //$NON-NLS-2$ |
| 22 |
|
|
| 23 | 21 |
|
| 24 | 22 |
@Override |
| 25 | 23 |
public Object getAdapter(Object adaptableObject, Class adapterType) {
|
| ... | ... | |
| 33 | 31 |
} |
| 34 | 32 |
return null; |
| 35 | 33 |
} |
| 36 |
|
|
| 37 | 34 |
} |
| tmp/org.txm.chartsengine.r.core/src/org/txm/chartsengine/r/core/RChartsEngine.java (revision 1751) | ||
|---|---|---|
| 104 | 104 |
//cmd += "par(cex.main = 3.5);\n"; //$NON-NLS-1$ |
| 105 | 105 |
//cex.lab=1.5, cex.axis=1.5, cex.main=1.5, cex.sub=1.5 |
| 106 | 106 |
|
| 107 |
|
|
| 107 |
if (!cmd.endsWith(";")) {
|
|
| 108 |
cmd += ";"; |
|
| 109 |
} |
|
| 108 | 110 |
if(result != null) {
|
| 109 | 111 |
// draw grid |
| 110 | 112 |
if(result.isGridVisible()) {
|
Formats disponibles : Unified diff