Package com.luciad.lucy.util.context
Class TLcyLayerContext
java.lang.Object
com.luciad.lucy.util.context.TLcyLayerContext
This context object defines everything related to a layer, more specifically the
ILcdView
in which it is displayed.
This class if for example used by the Layer Properties action.
This action creates instances of this class, and creates a customizer panel for it using the
factories available as service
.-
Constructor Summary
ConstructorDescriptionTLcyLayerContext
(ILcdLayer aLayer, ILcdView aView) Creates a new context object. -
Method Summary
-
Constructor Details
-
TLcyLayerContext
Creates a new context object.- Parameters:
aLayer
- TheILcdLayer
for which this object provides context.aView
- TheILcdView
in whichaLayer
is displayed. This may benull
if this information is not available.
-
-
Method Details
-
getLayer
Returns theILcdLayer
for which this object provides the context.- Returns:
- The
ILcdLayer
for which this object provides the context. This will never benull
.
-
getView
Returns theILcdView
in which this layer is displayed.- Returns:
- The
ILcdView
in which this layer is displayed. This may benull
.
-
toString
-
equals
-
hashCode
public int hashCode()
-