ilog.views.maps.label
Interface IlvMapLabelFactory
public interface IlvMapLabelFactory
IlvMapLabelFactory is an interface for objects that provide
IlvMapLabelingLabel instances for IlvGraphic
components.
This interface is used by IlvMapLabelManager objects attached
to a view to render labels for all IlvGraphic components
visible in the view.
- Since:
- JViews 7.5
getGisLabel
IlvMapLabelingLabel[] getGisLabel(IlvGraphic comp)
- Returns the appropriate
IlvMapLabelingLabel[] for
an IlvGraphic component.
- Parameters:
comp - The IlvGraphic instance whose label is returned.
- Returns:
- An array of
IlvMapLabelingLabel objects. - See Also:
IlvMapDefaultLabeler.createLabels(IlvGraphic, String)
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.