KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > font > NumericShaper

java.awt.font
Class NumericShaper

java.lang.Object
  extended by java.awt.font.NumericShaper
All Implemented Interfaces:
Serializable
See Also:
Source Code, NUMERIC_SHAPING

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


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


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


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


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


public boolean equals(Object o)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public static NumericShaper getContextualShaper(int ranges)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static NumericShaper getContextualShaper(int ranges,
                                                int defaultContext)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static NumericShaper getShaper(int singleRange)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


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


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


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


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


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


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


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


public void shape(char[] text,
                  int start,
                  int count)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void shape(char[] text,
                  int start,
                  int count,
                  int context)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


public static final int TIBETAN
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