Interface IChartSubType
-
public interface IChartSubType
- Author:
- Actuate Corporation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getDisplayName()
Returns the display name of the chart subType.org.eclipse.swt.graphics.Image
getImage()
java.lang.String
getName()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getImage
org.eclipse.swt.graphics.Image getImage()
-
getDescription
java.lang.String getDescription()
-
getDisplayName
java.lang.String getDisplayName()
Returns the display name of the chart subType.- Returns:
- Chart subType display name.
- Since:
- Version 2.1
-
-