com.isti.util.gui
Class TimeRangeTitledBorder

java.lang.Object
  extended byjavax.swing.border.AbstractBorder
      extended byjavax.swing.border.TitledBorder
          extended bycom.isti.util.gui.TimeRangeTitledBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable

class TimeRangeTitledBorder
extends javax.swing.border.TitledBorder

Time Range Titled Border.


Field Summary
 
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
(package private) TimeRangeTitledBorder(javax.swing.border.Border border, java.lang.String title, int titleJustification, int titlePosition, java.awt.Font titleFont, java.awt.Color titleColor)
          Constructs a Time Range Titled Border.
(package private) TimeRangeTitledBorder(java.lang.String title)
          Constructs a Time Range Titled Border.
 
Methods inherited from class javax.swing.border.TitledBorder
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
 

Constructor Detail

TimeRangeTitledBorder

TimeRangeTitledBorder(java.lang.String title)
Constructs a Time Range Titled Border.

Parameters:
title - the title the border should display

TimeRangeTitledBorder

TimeRangeTitledBorder(javax.swing.border.Border border,
                      java.lang.String title,
                      int titleJustification,
                      int titlePosition,
                      java.awt.Font titleFont,
                      java.awt.Color titleColor)
Constructs a Time Range Titled Border.

Parameters:
border - the border
title - the title the border should display
titleJustification - the justification for the title
titlePosition - the position for the title
titleFont - the font of the title
titleColor - the color of the title