Class ALspLabelLocations.LocationInfo
java.lang.Object
com.luciad.view.lightspeed.label.location.ALspLabelLocations.LocationInfo
- Enclosing class:
ALspLabelLocations
Encapsulates a label and its location and visibility.
- Since:
- 2012.0
-
Constructor Summary
ConstructorDescriptionLocationInfo
(TLspLabelID aLabel, ALspLabelLocation aLocation, boolean aVisible) Default constructor -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Get the label to which the information appliesGet its location, can benull
boolean
Indicates whether the label should visible
-
Constructor Details
-
LocationInfo
Default constructor- Parameters:
aLabel
- The labelaLocation
- Its location, possiblynull
aVisible
- Its visibility
-
-
Method Details
-
getLabel
Get the label to which the information applies- Returns:
- The label
-
getLocation
Get its location, can benull
- Returns:
- The location, can be
null
-
isVisible
public boolean isVisible()Indicates whether the label should visible- Returns:
- The visibility
-