Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.desktop - Package : javax.swing
Version documentée : Java SE 17

Classe « BorderFactory »

Informations générales

Héritage

java.lang.Object
    javax.swing.BorderFactory

Définition

public class BorderFactory extends java.lang.Object

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public static Border createBevelBorder( int type )
public static Border createBevelBorder( int type, Color highlight, Color shadow )
public static Border createBevelBorder( int type, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner )
public static CompoundBorder createCompoundBorder( Border outsideBorder, Border insideBorder )
public static CompoundBorder createCompoundBorder()
public static Border createDashedBorder( Paint paint, float thickness, float length, float spacing, boolean rounded )
public static Border createDashedBorder( Paint paint, float length, float spacing )
public static Border createDashedBorder( Paint paint )
public static Border createEmptyBorder( int top, int left, int bottom, int right )
public static Border createEmptyBorder()
public static Border createEtchedBorder( int type, Color highlight, Color shadow )
public static Border createEtchedBorder( Color highlight, Color shadow )
public static Border createEtchedBorder()
public static Border createEtchedBorder( int type )
public static Border createLineBorder( Color color )
public static Border createLineBorder( Color color, int thickness, boolean rounded )
public static Border createLineBorder( Color color, int thickness )
public static Border createLoweredBevelBorder()
public static Border createLoweredSoftBevelBorder()
public static MatteBorder createMatteBorder( int top, int left, int bottom, int right, Color color )
public static MatteBorder createMatteBorder( int top, int left, int bottom, int right, Icon tileIcon )
public static Border createRaisedBevelBorder()
public static Border createRaisedSoftBevelBorder()
public static Border createSoftBevelBorder( int type )
public static Border createSoftBevelBorder( int type, Color highlight, Color shadow )
public static Border createSoftBevelBorder( int type, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner )
public static Border createStrokeBorder( BasicStroke stroke )
public static Border createStrokeBorder( BasicStroke stroke, Paint paint )
public static TitledBorder createTitledBorder( Border border )
public static TitledBorder createTitledBorder( Border border, String title )
public static TitledBorder createTitledBorder( String title )
public static TitledBorder createTitledBorder( Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor )
public static TitledBorder createTitledBorder( Border border, String title, int titleJustification, int titlePosition, Font titleFont )
public static TitledBorder createTitledBorder( Border border, String title, int titleJustification, int titlePosition )

Méthodes héritées de la classe java.lang.Object

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