Searched defs:titleJustification (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DBorderFactory.java448 createTitledBorder(Border border, String title, int titleJustification, int titlePosition) argument
488 createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument
529 createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/border/
H A DTitledBorder.java91 protected int titleJustification; field in class:TitledBorder
195 TitledBorder(Border border, String title, int titleJustification, int titlePosition) argument
213 TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument
235 TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
527 setTitleJustification(int titleJustification) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/
H A DBorderUIResource.java364 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition) argument
379 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont) argument
397 TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) argument
[all...]

Completed in 102 milliseconds