public class SingleSourceHelperImpl extends SingleSourceHelper2
| Constructor and Description |
|---|
SingleSourceHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.swt.graphics.Cursor |
createInternalCursor(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.graphics.ImageData imageData,
int width,
int height,
int style) |
protected org.eclipse.swt.graphics.Image |
createInternalVerticalTextImage(java.lang.String text,
org.eclipse.swt.graphics.Font font,
org.eclipse.swt.graphics.RGB color,
boolean upToDown) |
protected java.lang.String |
getInternalImageSavePath() |
protected org.eclipse.swt.graphics.Image |
getInternalXYGraphSnapShot(IXYGraph xyGraph) |
protected org.eclipse.swt.graphics.GC |
internalGetImageGC(org.eclipse.swt.graphics.Image image) |
protected void |
internalSetLineStyle_LINE_SOLID(org.eclipse.draw2d.Graphics graphics) |
createCursor, createVerticalTextImage, getImageGC, getImageSavePath, getXYGraphSnapShot, setLineStyle_LINE_SOLIDprotected org.eclipse.swt.graphics.Cursor createInternalCursor(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.graphics.ImageData imageData,
int width,
int height,
int style)
createInternalCursor in class SingleSourceHelper2protected org.eclipse.swt.graphics.Image createInternalVerticalTextImage(java.lang.String text,
org.eclipse.swt.graphics.Font font,
org.eclipse.swt.graphics.RGB color,
boolean upToDown)
createInternalVerticalTextImage in class SingleSourceHelper2protected org.eclipse.swt.graphics.Image getInternalXYGraphSnapShot(IXYGraph xyGraph)
getInternalXYGraphSnapShot in class SingleSourceHelper2protected java.lang.String getInternalImageSavePath()
getInternalImageSavePath in class SingleSourceHelper2protected org.eclipse.swt.graphics.GC internalGetImageGC(org.eclipse.swt.graphics.Image image)
internalGetImageGC in class SingleSourceHelper2protected void internalSetLineStyle_LINE_SOLID(org.eclipse.draw2d.Graphics graphics)
internalSetLineStyle_LINE_SOLID in class SingleSourceHelper2