Package com._1c.g5.v8.dt.chart.common
Class ChartImageProvider.ChartImagePart
- java.lang.Object
-
- com._1c.g5.v8.dt.chart.common.ChartImageProvider.ChartImagePart
-
- Enclosing class:
- ChartImageProvider
public static class ChartImageProvider.ChartImagePart extends Object
Special class contains three image parts of diagram: main part, legend part and title part
-
-
Constructor Summary
Constructors Constructor Description ChartImagePart(org.eclipse.swt.graphics.ImageData mainPartImage, org.eclipse.swt.graphics.ImageData titlePartImage, org.eclipse.swt.graphics.ImageData legendPartImage)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.swt.graphics.ImageDatagetLegendPartImage()Gets legend part of diagram imageorg.eclipse.swt.graphics.ImageDatagetMainPartImage()Gets main part of diagram imageorg.eclipse.swt.graphics.ImageDatagetTitlePartImage()Gets title part of diagram image
-
-
-
Constructor Detail
-
ChartImagePart
public ChartImagePart(org.eclipse.swt.graphics.ImageData mainPartImage, org.eclipse.swt.graphics.ImageData titlePartImage, org.eclipse.swt.graphics.ImageData legendPartImage)Constructor- Parameters:
mainPartImage- main part of diagram image, can't benulltitlePartImage- title part of diagram image, can't benulllegendPartImage- legend part pf diagram image, can't benull
-
-
Method Detail
-
getMainPartImage
public org.eclipse.swt.graphics.ImageData getMainPartImage()
Gets main part of diagram image- Returns:
- main part of diagram image, never
null
-
getTitlePartImage
public org.eclipse.swt.graphics.ImageData getTitlePartImage()
Gets title part of diagram image- Returns:
- title part of diagram image, never
null
-
getLegendPartImage
public org.eclipse.swt.graphics.ImageData getLegendPartImage()
Gets legend part of diagram image- Returns:
- legend part of diagram image, never
null
-
-