Annotation Type Cue.VerticalType
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface Cue.VerticalType
The type of vertical layout for this cue, which may be unset (i.e. horizontal). One ofCue.TYPE_UNSET
,Cue.VERTICAL_TYPE_RL
orCue.VERTICAL_TYPE_LR
.