Class SingleSourceHelperImpl
- java.lang.Object
-
- org.eclipse.nebula.visualization.xygraph.util.SingleSourceHelper2
-
- org.eclipse.nebula.visualization.xygraph.util.SingleSourceHelperImpl
-
public class SingleSourceHelperImpl extends SingleSourceHelper2
-
-
Constructor Summary
Constructors Constructor Description SingleSourceHelperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.swt.graphics.CursorcreateInternalCursor(org.eclipse.swt.widgets.Display display, org.eclipse.swt.graphics.ImageData imageData, int width, int height, int style)protected org.eclipse.swt.graphics.ImagecreateInternalVerticalTextImage(java.lang.String text, org.eclipse.swt.graphics.Font font, org.eclipse.swt.graphics.RGB color, boolean upToDown)protected java.lang.StringgetInternalImageSavePath()protected org.eclipse.swt.graphics.ImagegetInternalXYGraphSnapShot(IXYGraph xyGraph)protected org.eclipse.swt.graphics.GCinternalGetImageGC(org.eclipse.swt.graphics.Image image)protected voidinternalSetLineStyle_LINE_SOLID(org.eclipse.draw2d.Graphics graphics)-
Methods inherited from class org.eclipse.nebula.visualization.xygraph.util.SingleSourceHelper2
createCursor, createVerticalTextImage, getImageGC, getImageSavePath, getXYGraphSnapShot, setLineStyle_LINE_SOLID
-
-
-
-
Method Detail
-
createInternalCursor
protected org.eclipse.swt.graphics.Cursor createInternalCursor(org.eclipse.swt.widgets.Display display, org.eclipse.swt.graphics.ImageData imageData, int width, int height, int style)- Specified by:
createInternalCursorin classSingleSourceHelper2
-
createInternalVerticalTextImage
protected org.eclipse.swt.graphics.Image createInternalVerticalTextImage(java.lang.String text, org.eclipse.swt.graphics.Font font, org.eclipse.swt.graphics.RGB color, boolean upToDown)- Specified by:
createInternalVerticalTextImagein classSingleSourceHelper2
-
getInternalXYGraphSnapShot
protected org.eclipse.swt.graphics.Image getInternalXYGraphSnapShot(IXYGraph xyGraph)
- Specified by:
getInternalXYGraphSnapShotin classSingleSourceHelper2
-
getInternalImageSavePath
protected java.lang.String getInternalImageSavePath()
- Specified by:
getInternalImageSavePathin classSingleSourceHelper2
-
internalGetImageGC
protected org.eclipse.swt.graphics.GC internalGetImageGC(org.eclipse.swt.graphics.Image image)
- Specified by:
internalGetImageGCin classSingleSourceHelper2
-
internalSetLineStyle_LINE_SOLID
protected void internalSetLineStyle_LINE_SOLID(org.eclipse.draw2d.Graphics graphics)
- Specified by:
internalSetLineStyle_LINE_SOLIDin classSingleSourceHelper2
-
-