Uses of Class
com.alee.extended.painter.TitlePosition

Packages that use TitlePosition
com.alee.extended.painter   
 

Uses of TitlePosition in com.alee.extended.painter
 

Fields in com.alee.extended.painter declared as TitlePosition
protected  TitlePosition TitledBorderPainter.titlePosition
          Title position relative to border.
 

Methods in com.alee.extended.painter that return TitlePosition
 TitlePosition TitledBorderPainter.getTitlePosition()
           
static TitlePosition TitlePosition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TitlePosition[] TitlePosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.extended.painter with parameters of type TitlePosition
 void TitledBorderPainter.setTitlePosition(TitlePosition titlePosition)