package com.smartgwt.client.docs;
/**
* The baseLine is StretchImg that is placed along the edge of the TabBar that borders on the pane, occluding the pane's
* actual border but matching it exactly. The selected tab is in front of the baseLine, and the rest are behind it.
* @see com.smartgwt.client.tab.TabBar#getBaseLineThickness
* @see com.smartgwt.client.tab.TabBar#getBaseLineSrc
* @see com.smartgwt.client.tab.TabBar#getBaseLineCapSize
*/
public interface BaseLine {
}