Class BorderUIResource.TitledBorderUIResource

java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.TitledBorder
javax.swing.plaf.BorderUIResource.TitledBorderUIResource
All Implemented Interfaces:
Serializable, Border, UIResource
Enclosing class:
BorderUIResource
public static class BorderUIResource.TitledBorderUIResource extends TitledBorder implements UIResource
A titled border UI resource.

Field Summary

Constructor Summary

Constructor Description
TitledBorderUIResource(String title)
Constructs a TitledBorderUIResource.
TitledBorderUIResource(Border border)
Constructs a TitledBorderUIResource.
TitledBorderUIResource(Border border, String title)
Constructs a TitledBorderUIResource.
TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition)
Constructs a TitledBorderUIResource.
TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont)
Constructs a TitledBorderUIResource.
TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor)
Constructs a TitledBorderUIResource.

Method Summary

Methods declared in class javax.swing.border.AbstractBorder

getBorderInsets, getInteriorRectangle, getInteriorRectangle

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

TitledBorderUIResource

public TitledBorderUIResource(String title)
Constructs a TitledBorderUIResource.
Parameters:
title - the title the border should display

TitledBorderUIResource

public TitledBorderUIResource(Border border)
Constructs a TitledBorderUIResource.
Parameters:
border - the border

TitledBorderUIResource

public TitledBorderUIResource(Border border, String title)
Constructs a TitledBorderUIResource.
Parameters:
border - the border
title - the title the border should display

TitledBorderUIResource

public TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition)
Constructs a TitledBorderUIResource.
Parameters:
border - the border
title - the title the border should display
titleJustification - the justification fro the title
titlePosition - the position for the title

TitledBorderUIResource

public TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont)
Constructs a TitledBorderUIResource.
Parameters:
border - the border
title - the title the border should display
titleJustification - the justification fro the title
titlePosition - the position for the title
titleFont - the font for rendering the title

TitledBorderUIResource

@ConstructorProperties({"border","title","titleJustification","titlePosition","titleFont","titleColor"}) public TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor)
Constructs a TitledBorderUIResource.
Parameters:
border - the border
title - the title the border should display
titleJustification - the justification fro the title
titlePosition - the position for the title
titleFont - the font for rendering the title
titleColor - the color of the title

© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/swing/plaf/BorderUIResource.TitledBorderUIResource.html