public class TabSettings extends Object
| Modifier and Type | Field and Description | 
|---|---|
static float |  
           DEFAULT_TAB_INTERVAL  |  
          
| Constructor and Description | 
|---|
TabSettings()  |  
          
TabSettings(float tabInterval)  |  
          
TabSettings(List<TabStop> tabStops)  |  
          
TabSettings(List<TabStop> tabStops, float tabInterval)  |  
          
| Modifier and Type | Method and Description | 
|---|---|
float |  
           getTabInterval()  |  
          
TabStop |  
           getTabStopNewInstance(float currentPosition)  |  
          
static TabStop |  
           getTabStopNewInstance(float currentPosition, TabSettings tabSettings)  |  
          
List<TabStop> |  
           getTabStops()  |  
          
void |  
           setTabInterval(float tabInterval)  |  
          
void |  
           setTabStops(List<TabStop> tabStops)  |  
          
public static final float DEFAULT_TAB_INTERVAL
public TabSettings()
public TabSettings(float tabInterval)
public static TabStop getTabStopNewInstance(float currentPosition, TabSettings tabSettings)
public float getTabInterval()
public void setTabInterval(float tabInterval)
public TabStop getTabStopNewInstance(float currentPosition)
Copyright © 1998–2019. All rights reserved.