Class AnnotationBinaryHandler<T extends DataAnnotation<?>>

java.lang.Object
annotation.binary.AnnotationBinaryHandler<T>
Type Parameters:
T -
Direct Known Subclasses:
BaseClassificationBinary, BearingAnnotationBinary, BearingLocAnnotationBinary, BFAnnotationBinary, ClickAnnotationBinary, DLAnnotationBinary, DummyBinaryHandler, MatchedClickAnnotationBinary, TMAnnotationBinary, UserFormBinaryHandler

public abstract class AnnotationBinaryHandler<T extends DataAnnotation<?>> extends Object
Functions used by a specific DataAnnotationType to read and write binary data settings and retrieving that information in PamDataUnits.
Author:
Doug Gillespie