KickJava   Java API By Example, From Geeks To Geeks.

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

java.awt.font
Class GlyphJustificationInfo

java.lang.Object
  extended by java.awt.font.GlyphJustificationInfo
See Also:
Top Examples, Source Code

public GlyphJustificationInfo(float weight,
                              boolean growAbsorb,
                              int growPriority,
                              float growLeftLimit,
                              float growRightLimit,
                              boolean shrinkAbsorb,
                              int shrinkPriority,
                              float shrinkLeftLimit,
                              float shrinkRightLimit)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final boolean growAbsorb
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final float growLeftLimit
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public final float growRightLimit
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


public final boolean shrinkAbsorb
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final float shrinkLeftLimit
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public final float shrinkRightLimit
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final float weight
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags