Uses of Interface
com.snowbound.common.transport.AnnotationWrapper
-
Packages that use AnnotationWrapper Package Description com.snowbound.common.transport Classes that may be used to transport data to and from VirtualViewer. -
-
Uses of AnnotationWrapper in com.snowbound.common.transport
Classes in com.snowbound.common.transport that implement AnnotationWrapper Modifier and Type Class Description class
VirtualViewerSnowAnn
Methods in com.snowbound.common.transport with parameters of type AnnotationWrapper Modifier and Type Method Description void
AnnotationWrapper. merge(AnnotationWrapper toMerge)
Merge the annotations in another layer with this layer.void
VirtualViewerSnowAnn. merge(AnnotationWrapper sourceAnnWrapper)
The destination of the merge is *this* object itself.
-