edu.sc.seis.fissuresUtil.display.borders
Interface TitleProvider

All Known Subinterfaces:
SelfDrawableTitleProvider
All Known Implementing Classes:
AbstractUnitRangeBorder, AmpBorder, DistanceBorder, TimeBorder, TimeElapsedBorder, UnchangingTitleProvider, UnitRangeBorder

public interface TitleProvider


Method Summary
 java.lang.String getTitle()
           
 java.awt.Color getTitleColor()
          To use the color of the Border, it return null
 java.awt.Font getTitleFont()
           
 void setTitleColor(java.awt.Color c)
           
 void setTitleFont(java.awt.Font f)
           
 

Method Detail

getTitle

java.lang.String getTitle()

getTitleFont

java.awt.Font getTitleFont()

setTitleFont

void setTitleFont(java.awt.Font f)

getTitleColor

java.awt.Color getTitleColor()
To use the color of the Border, it return null

Returns:
the color to draw the title with

setTitleColor

void setTitleColor(java.awt.Color c)