org.xulux.guilayer.swing.extensions
Class NyxTitledBorder
java.lang.Object
  
javax.swing.border.AbstractBorder
      
javax.swing.border.TitledBorder
          
org.xulux.guilayer.swing.extensions.NyxTitledBorder
- All Implemented Interfaces: 
 - java.io.Serializable, javax.swing.border.Border
 
public class NyxTitledBorder
- extends javax.swing.border.TitledBorder
 
- Version:
 
  - $Id: NyxTitledBorder.java,v 1.1 2005/12/18 12:58:18 mvdb Exp $
 
- Author:
 
  - Martin van den Bemt
 
- See Also:
 - Serialized Form
 
 
| Fields inherited from class javax.swing.border.TitledBorder | 
ABOVE_BOTTOM, ABOVE_TOP, BELOW_BOTTOM, BELOW_TOP, border, BOTTOM, CENTER, DEFAULT_JUSTIFICATION, DEFAULT_POSITION, EDGE_SPACING, LEADING, LEFT, RIGHT, TEXT_INSET_H, TEXT_SPACING, title, titleColor, titleFont, titleJustification, titlePosition, TOP, TRAILING | 
 
| 
Constructor Summary | 
NyxTitledBorder(javax.swing.border.Border border)
 
            | 
NyxTitledBorder(javax.swing.border.Border border,
                java.lang.String title)
 
            | 
NyxTitledBorder(javax.swing.border.Border border,
                java.lang.String title,
                int titleJustification,
                int titlePosition)
 
            | 
NyxTitledBorder(javax.swing.border.Border border,
                java.lang.String title,
                int titleJustification,
                int titlePosition,
                java.awt.Font titleFont)
 
            | 
NyxTitledBorder(javax.swing.border.Border border,
                java.lang.String title,
                int titleJustification,
                int titlePosition,
                java.awt.Font titleFont,
                java.awt.Color titleColor)
 
            | 
NyxTitledBorder(java.lang.String title)
 
            | 
 
 
| Methods inherited from class javax.swing.border.TitledBorder | 
getBaseline, getBaselineResizeBehavior, getBorder, getBorderInsets, getBorderInsets, getFont, getMinimumSize, getTitle, getTitleColor, getTitleFont, getTitleJustification, getTitlePosition, isBorderOpaque, paintBorder, setBorder, setTitle, setTitleColor, setTitleFont, setTitleJustification, setTitlePosition | 
 
| Methods inherited from class javax.swing.border.AbstractBorder | 
getInteriorRectangle, getInteriorRectangle | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NyxTitledBorder
public NyxTitledBorder(java.lang.String title)
- Parameters:
 title - 
NyxTitledBorder
public NyxTitledBorder(javax.swing.border.Border border)
- Parameters:
 border - 
NyxTitledBorder
public NyxTitledBorder(javax.swing.border.Border border,
                       java.lang.String title)
- Parameters:
 border - title - 
NyxTitledBorder
public NyxTitledBorder(javax.swing.border.Border border,
                       java.lang.String title,
                       int titleJustification,
                       int titlePosition)
- Parameters:
 border - title - titleJustification - titlePosition - 
NyxTitledBorder
public NyxTitledBorder(javax.swing.border.Border border,
                       java.lang.String title,
                       int titleJustification,
                       int titlePosition,
                       java.awt.Font titleFont)
- Parameters:
 border - title - titleJustification - titlePosition - titleFont - 
NyxTitledBorder
public NyxTitledBorder(javax.swing.border.Border border,
                       java.lang.String title,
                       int titleJustification,
                       int titlePosition,
                       java.awt.Font titleFont,
                       java.awt.Color titleColor)
- Parameters:
 border - title - titleJustification - titlePosition - titleFont - titleColor - 
Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.