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
FieldsModifier and TypeFieldDescriptionbooleanAccept data units which only partially overlap a data mark.Fields inherited from class PamView.paneloverlay.OverlayDataInfo
dataName, select - 
Constructor Summary
Constructors - 
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:OverlayDataInfoEven 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:
 getParameterSetin interfaceManagedParameters- Overrides:
 getParameterSetin classOverlayDataInfo- Returns:
 - description of the parameters in a class.
 
 
 -