public abstract class SingleSourceHelper2
extends java.lang.Object
SingleSourceHelper| Constructor and Description |
|---|
SingleSourceHelper2() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.swt.graphics.Cursor |
createCursor(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.graphics.ImageData imageData,
int width,
int height,
int backUpSWTCursorStyle) |
protected abstract org.eclipse.swt.graphics.Cursor |
createInternalCursor(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.graphics.ImageData imageData,
int width,
int height,
int backUpSWTCursorStyle) |
protected abstract org.eclipse.swt.graphics.Image |
createInternalVerticalTextImage(java.lang.String text,
org.eclipse.swt.graphics.Font font,
org.eclipse.swt.graphics.RGB color,
boolean upToDown) |
static org.eclipse.swt.graphics.Image |
createVerticalTextImage(java.lang.String text,
org.eclipse.swt.graphics.Font font,
org.eclipse.swt.graphics.RGB color,
boolean upToDown) |
static org.eclipse.swt.graphics.GC |
getImageGC(org.eclipse.swt.graphics.Image image) |
static java.lang.String |
getImageSavePath() |
protected abstract java.lang.String |
getInternalImageSavePath() |
protected abstract org.eclipse.swt.graphics.Image |
getInternalXYGraphSnapShot(IXYGraph xyGraph) |
static org.eclipse.swt.graphics.Image |
getXYGraphSnapShot(IXYGraph xyGraph) |
protected abstract org.eclipse.swt.graphics.GC |
internalGetImageGC(org.eclipse.swt.graphics.Image image) |
protected abstract void |
internalSetLineStyle_LINE_SOLID(org.eclipse.draw2d.Graphics graphics) |
static void |
setLineStyle_LINE_SOLID(org.eclipse.draw2d.Graphics graphics) |
public static org.eclipse.swt.graphics.Cursor createCursor(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.graphics.ImageData imageData,
int width,
int height,
int backUpSWTCursorStyle)
display - imageData - width - height - backUpSWTCursorStyle - public static org.eclipse.swt.graphics.Image createVerticalTextImage(java.lang.String text,
org.eclipse.swt.graphics.Font font,
org.eclipse.swt.graphics.RGB color,
boolean upToDown)
public static org.eclipse.swt.graphics.Image getXYGraphSnapShot(IXYGraph xyGraph)
public static java.lang.String getImageSavePath()
public static org.eclipse.swt.graphics.GC getImageGC(org.eclipse.swt.graphics.Image image)
public static void setLineStyle_LINE_SOLID(org.eclipse.draw2d.Graphics graphics)
protected abstract java.lang.String getInternalImageSavePath()
protected abstract org.eclipse.swt.graphics.GC internalGetImageGC(org.eclipse.swt.graphics.Image image)
protected abstract org.eclipse.swt.graphics.Cursor createInternalCursor(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.graphics.ImageData imageData,
int width,
int height,
int backUpSWTCursorStyle)
protected abstract 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 abstract org.eclipse.swt.graphics.Image getInternalXYGraphSnapShot(IXYGraph xyGraph)
protected abstract void internalSetLineStyle_LINE_SOLID(org.eclipse.draw2d.Graphics graphics)