@Deprecated
public abstract class SingleSourceHelper
extends java.lang.Object
SingleSourceHelper2
insteadConstructor | Description |
---|---|
SingleSourceHelper() |
Deprecated.
|
Modifier and Type | Method | 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.
|
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.
|
static org.eclipse.swt.graphics.Image |
getXYGraphSnapShot(XYGraph xyGraph) |
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)