public static class

BorderUIResource.TitledBorderUIResource

extends TitledBorder
implements UIResource
java.lang.Object
   ↳ javax.swing.border.AbstractBorder
     ↳ javax.swing.border.TitledBorder
       ↳ javax.swing.plaf.BorderUIResource.TitledBorderUIResource

Summary

[Expand]
Inherited Constants
From class javax.swing.border.TitledBorder
[Expand]
Inherited Fields
From class javax.swing.border.TitledBorder
Public Constructors
BorderUIResource.TitledBorderUIResource(String title)
BorderUIResource.TitledBorderUIResource(Border border)
BorderUIResource.TitledBorderUIResource(Border border, String title)
BorderUIResource.TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition)
BorderUIResource.TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont)
BorderUIResource.TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor)
[Expand]
Inherited Methods
From class javax.swing.border.TitledBorder
From class javax.swing.border.AbstractBorder
From class java.lang.Object
From interface javax.swing.border.Border

Public Constructors

public BorderUIResource.TitledBorderUIResource (String title)

public BorderUIResource.TitledBorderUIResource (Border border)

public BorderUIResource.TitledBorderUIResource (Border border, String title)

public BorderUIResource.TitledBorderUIResource (Border border, String title, int titleJustification, int titlePosition)

public BorderUIResource.TitledBorderUIResource (Border border, String title, int titleJustification, int titlePosition, Font titleFont)

public BorderUIResource.TitledBorderUIResource (Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor)