API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.font. GlyphJustificationInfo View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      GlyphJustificationInfo
Implements
Subclasses
Description
publicfinal class GlyphJustificationInfo
  The GlyphJustificationInfo class represents information about the justification properties of a glyph.
See also:   
Constructors
public GlyphJustificationInfo (float weight, boolean growAbsorb, int growPriority, float growLeftLimit, float growRightLimit, boolean shrinkAbsorb, int shrinkPriority, float shrinkLeftLimit, float shrinkRightLimit)
  Constructs information about the justification properties of a glyph.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinal boolean growAbsorb
If true, this glyph absorbs all extra space at this and lower priority levels when it grows.
publicfinal float growLeftLimit
The maximum amount by which the left side of this glyph can grow.
publicfinal int growPriority
The priority level of this glyph as it is growing.
publicfinal float growRightLimit
The maximum amount by which the right side of this glyph can grow.
publicfinalstatic int PRIORITY_INTERCHAR = "2"
The second lowest justification priority.
publicfinalstatic int PRIORITY_KASHIDA = "0"
The highest justification priority.
publicfinalstatic int PRIORITY_NONE = "3"
The lowest justification priority.
publicfinalstatic int PRIORITY_WHITESPACE = "1"
The second highest justification priority.
publicfinal boolean shrinkAbsorb
If true,this glyph absorbs all remaining shrinkage at this and lower priority levels as it shrinks.
publicfinal float shrinkLeftLimit
The maximum amount by which the left side of this glyph can shrink (a positive number).
publicfinal int shrinkPriority
The priority level of this glyph as it is shrinking.
publicfinal float shrinkRightLimit
The maximum amount by which the right side of this glyph can shrink (a positive number).
publicfinal float weight
The weight of this glyph.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar