@Deprecated
public abstract class SingleSourceHelper
extends java.lang.Object
SingleSourceHelper2
insteadConstructor and Description |
---|
SingleSourceHelper()
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
static org.eclipse.swt.graphics.GC |
getImageGC(org.eclipse.swt.graphics.Image image)
Deprecated.
|
static java.lang.String |
getImageSavePath()
Deprecated.
|
protected abstract java.lang.String |
getInternalImageSavePath()
Deprecated.
|
protected abstract org.eclipse.swt.graphics.Image |
getInternalXYGraphSnapShot(XYGraph xyGraph)
Deprecated.
|
static org.eclipse.swt.graphics.Image |
getXYGraphSnapShot(XYGraph xyGraph)
Deprecated.
|
protected abstract org.eclipse.swt.graphics.GC |
internalGetImageGC(org.eclipse.swt.graphics.Image image)
Deprecated.
|
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(XYGraph xyGraph)
public static java.lang.String getImageSavePath()
public static org.eclipse.swt.graphics.GC getImageGC(org.eclipse.swt.graphics.Image image)
protected abstract org.eclipse.swt.graphics.GC internalGetImageGC(org.eclipse.swt.graphics.Image image)
protected abstract java.lang.String getInternalImageSavePath()
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(XYGraph xyGraph)