Class SingleSourceHelper
java.lang.Object
org.eclipse.nebula.visualization.xygraph.util.SingleSourceHelper
@Deprecated
public abstract class SingleSourceHelper
extends java.lang.Object
Deprecated.
Use
SingleSourceHelper2 instead-
Constructor Summary
Constructors Constructor Description SingleSourceHelper()Deprecated. -
Method Summary
Modifier and Type Method Description static org.eclipse.swt.graphics.CursorcreateCursor(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.CursorcreateInternalCursor(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.ImagecreateInternalVerticalTextImage(java.lang.String text, org.eclipse.swt.graphics.Font font, org.eclipse.swt.graphics.RGB color, boolean upToDown)Deprecated.static org.eclipse.swt.graphics.ImagecreateVerticalTextImage(java.lang.String text, org.eclipse.swt.graphics.Font font, org.eclipse.swt.graphics.RGB color, boolean upToDown)Deprecated.static org.eclipse.swt.graphics.GCgetImageGC(org.eclipse.swt.graphics.Image image)Deprecated.static java.lang.StringgetImageSavePath()Deprecated.protected abstract java.lang.StringgetInternalImageSavePath()Deprecated.protected abstract org.eclipse.swt.graphics.ImagegetInternalXYGraphSnapShot(XYGraph xyGraph)Deprecated.static org.eclipse.swt.graphics.ImagegetXYGraphSnapShot(XYGraph xyGraph)Deprecated.protected abstract org.eclipse.swt.graphics.GCinternalGetImageGC(org.eclipse.swt.graphics.Image image)Deprecated.
-
Constructor Details
-
SingleSourceHelper
public SingleSourceHelper()Deprecated.
-
-
Method Details
-
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
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
Deprecated.
-