Class SingleSourceHelper
- java.lang.Object
-
- org.eclipse.nebula.visualization.xygraph.util.SingleSourceHelper
-
@Deprecated public abstract class SingleSourceHelper extends java.lang.Object
Deprecated.UseSingleSourceHelper2
instead
-
-
Field Summary
Fields Modifier and Type Field Description private static SingleSourceHelper
IMPL
Deprecated.
-
Constructor Summary
Constructors Constructor Description SingleSourceHelper()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods 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.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.
-
-
-
Field Detail
-
IMPL
private static final SingleSourceHelper IMPL
Deprecated.
-
-
Method Detail
-
createCursor
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)
Deprecated.- Parameters:
display
-imageData
-width
-height
-backUpSWTCursorStyle
-- Returns:
- a cursor. The cursor will be automatically disposed when display disposed, so please don't dispose it externally.
-
createVerticalTextImage
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)
Deprecated.
-
getXYGraphSnapShot
public static org.eclipse.swt.graphics.Image getXYGraphSnapShot(XYGraph xyGraph)
Deprecated.
-
getImageSavePath
public static java.lang.String getImageSavePath()
Deprecated.
-
getImageGC
public static org.eclipse.swt.graphics.GC getImageGC(org.eclipse.swt.graphics.Image image)
Deprecated.
-
internalGetImageGC
protected abstract org.eclipse.swt.graphics.GC internalGetImageGC(org.eclipse.swt.graphics.Image image)
Deprecated.
-
getInternalImageSavePath
protected abstract java.lang.String getInternalImageSavePath()
Deprecated.
-
createInternalCursor
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.
-
createInternalVerticalTextImage
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.
-
getInternalXYGraphSnapShot
protected abstract org.eclipse.swt.graphics.Image getInternalXYGraphSnapShot(XYGraph xyGraph)
Deprecated.
-
-