SingleSourceHelperImpl
public abstract class SingleSourceHelper2
extends java.lang.Object
SingleSourceHelper
Constructor | Description |
---|---|
SingleSourceHelper2() |
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) |
|
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() |
|
static org.eclipse.swt.graphics.Image |
getXYGraphSnapShot(IXYGraph xyGraph) |
|
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)