* @param startXPx pixel coordinates of the X position on the graph.
*/
public void paint(Element iconContainer, Canvas c, double startX,
double startY, double graphHeightCoords, int startXPx) {
if (interactiveComponent == null) {
interactiveComponent = new MarkerIcon(new DefaultContainerImpl(
iconContainer), this, markerIconType);
}
protectedPaint(c, startX, startY, interactiveComponent, graphHeightCoords,
startXPx);
}