swingwt.awt.font
Class GlyphJustificationInfo

java.lang.Object
  extended byswingwt.awt.font.GlyphJustificationInfo

public class GlyphJustificationInfo
extends java.lang.Object


Field Summary
 boolean growAbsorb
           
 float growLeftLimit
           
 int growPriority
           
 float growRightLimit
           
static int PRIORITY_INTERCHAR
           
static int PRIORITY_KASHIDA
           
static int PRIORITY_NONE
           
static int PRIORITY_WHITESPACE
           
 boolean shrinkAbsorb
           
 float shrinkLeftLimit
           
 int shrinkPriority
           
 float shrinkRightLimit
           
 float weight
           
 
Constructor Summary
GlyphJustificationInfo(float weight, boolean growAbsorb, int growPriority, float growLeftLimit, float growRightLimit, boolean shrinkAbsorb, int shrinkPriority, float shrinkLeftLimit, float shrinkRightLimit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIORITY_KASHIDA

public static final int PRIORITY_KASHIDA
See Also:
Constant Field Values

PRIORITY_WHITESPACE

public static final int PRIORITY_WHITESPACE
See Also:
Constant Field Values

PRIORITY_INTERCHAR

public static final int PRIORITY_INTERCHAR
See Also:
Constant Field Values

PRIORITY_NONE

public static final int PRIORITY_NONE
See Also:
Constant Field Values

weight

public float weight

growPriority

public int growPriority

growAbsorb

public boolean growAbsorb

growLeftLimit

public float growLeftLimit

growRightLimit

public float growRightLimit

shrinkPriority

public int shrinkPriority

shrinkAbsorb

public boolean shrinkAbsorb

shrinkLeftLimit

public float shrinkLeftLimit

shrinkRightLimit

public float shrinkRightLimit
Constructor Detail

GlyphJustificationInfo

public GlyphJustificationInfo(float weight,
                              boolean growAbsorb,
                              int growPriority,
                              float growLeftLimit,
                              float growRightLimit,
                              boolean shrinkAbsorb,
                              int shrinkPriority,
                              float shrinkLeftLimit,
                              float shrinkRightLimit)