Uses of Interface
gov.nasa.worldwind.render.AnnotationLayoutManager
-
Packages that use AnnotationLayoutManager Package Description gov.nasa.worldwind.render -
-
Uses of AnnotationLayoutManager in gov.nasa.worldwind.render
Classes in gov.nasa.worldwind.render that implement AnnotationLayoutManager Modifier and Type Class Description class
AbstractAnnotationLayout
class
AnnotationFlowLayout
class
AnnotationNullLayout
Fields in gov.nasa.worldwind.render declared as AnnotationLayoutManager Modifier and Type Field Description protected AnnotationLayoutManager
AbstractAnnotation. layoutManager
Methods in gov.nasa.worldwind.render that return AnnotationLayoutManager Modifier and Type Method Description AnnotationLayoutManager
AbstractAnnotation. getLayout()
AnnotationLayoutManager
Annotation. getLayout()
Methods in gov.nasa.worldwind.render with parameters of type AnnotationLayoutManager Modifier and Type Method Description void
AbstractAnnotation. setLayout(AnnotationLayoutManager layoutManager)
void
Annotation. setLayout(AnnotationLayoutManager layoutManager)
-