158159160161162163164165166
} EntityCollection entities = info.getOwner().getEntityCollection(); if (entities == null) { return; } XYAnnotationEntity entity = new XYAnnotationEntity(hotspot, rendererIndex, toolTipText, urlText); entities.add(entity); }
155156157158159160161162163
160161162163164165166167168
147148149150151152153154155156
} EntityCollection entities = info.getOwner().getEntityCollection(); if (entities == null) { return; } XYAnnotationEntity entity = new XYAnnotationEntity( hotspot, rendererIndex, toolTipText, urlText ); entities.add(entity); }