KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > TabStop

javax.swing.text
Class TabStop

java.lang.Object
  extended by javax.swing.text.TabStop
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, XMLEncoder

public static final int ALIGN_BAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ALIGN_CENTER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ALIGN_DECIMAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ALIGN_LEFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ALIGN_RIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object other)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getAlignment()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getLeader()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getPosition()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LEAD_DOTS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LEAD_EQUALS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LEAD_HYPHENS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LEAD_NONE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LEAD_THICKLINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LEAD_UNDERLINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TabStop(float pos)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TabStop(float pos,
               int align,
               int leader)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags