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.Modifier and Type | Method and Description |
---|---|
IlvMapLabelingLabel[] |
getGisLabel(IlvGraphic comp)
Returns the appropriate
IlvMapLabelingLabel[] for
an IlvGraphic component. |
IlvMapLabelingLabel[] getGisLabel(IlvGraphic comp)
IlvMapLabelingLabel[]
for
an IlvGraphic
component.comp
- The IlvGraphic
instance whose label is returned.IlvMapLabelingLabel
objects.IlvMapDefaultLabeler.createLabels(IlvGraphic, String)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.