Package PamView.paneloverlay.overlaymark
Class OverlayMarkDataInfo
java.lang.Object
PamView.paneloverlay.OverlayDataInfo
PamView.paneloverlay.overlaymark.OverlayMarkDataInfo
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Accept data units which only partially overlap a data mark.Fields inherited from class PamView.paneloverlay.OverlayDataInfo
dataName, select
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEven though this class is a superclass of others, we don't need to explicitly add the fields through the 'getSuperclass' modifier because the fields are all public so will be included when the super class calls autoGenerate on it's own
-
Field Details
-
acceptOverlapping
public boolean acceptOverlappingAccept data units which only partially overlap a data mark.
-
-
Constructor Details
-
OverlayMarkDataInfo
-
-
Method Details
-
getParameterSet
Description copied from class:OverlayDataInfo
Even though this class is a superclass of others, we don't need to explicitly add the fields through the 'getSuperclass' modifier because the fields are all public so will be included when the super class calls autoGenerate on it's own- Specified by:
getParameterSet
in interfaceManagedParameters
- Overrides:
getParameterSet
in classOverlayDataInfo
- Returns:
- description of the parameters in a class.
-