Annotation Type SwingTitleJustification
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(FenumTop.class) public @interface SwingTitleJustification
Vertical orientations for the title text of aTitledBorder
.- See Also:
TitledBorder.DEFAULT_JUSTIFICATION
,TitledBorder.LEFT
,TitledBorder.CENTER
,TitledBorder.RIGHT
,TitledBorder.LEADING
,TitledBorder.TRAILING
- See the Checker Framework Manual:
- Fake Enum Checker