Uses of Class
com.snowbound.common.transport.AnnotationLayer
-
Packages that use AnnotationLayer Package Description com.snowbound.contenthandler Interfaces and classes that are required for the content handler. -
-
Uses of AnnotationLayer in com.snowbound.contenthandler
Methods in com.snowbound.contenthandler that return AnnotationLayer Modifier and Type Method Description AnnotationLayer[]
ContentHandlerInput. getAnnotationLayers()
Shortcut to getContentHandlerInput.KEY_ANNOTATION_LAYERS
's value.Methods in com.snowbound.contenthandler with parameters of type AnnotationLayer Modifier and Type Method Description void
ContentHandlerInput. setAnnotationLayers(AnnotationLayer[] layers)
Shortcut to setContentHandlerInput.KEY_ANNOTATION_LAYERS
's value.
-