Class sgraphics.layout.DebugLayout
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sgraphics.layout.DebugLayout

java.lang.Object
   |
   +----sgraphics.layout.LayoutManager
           |
           +----sgraphics.layout.DebugLayout

public class DebugLayout
extends LayoutManager
DebugLayout is used for debugging layouts.

Constructor Index

 o DebugLayout(LayoutManager)

Method Index

 o allocate(Glyph[], Allocation)
Allocate for a list of glyphs.
 o allocations(Glyph[], Allocation)
Calculate the allocations for the list.
 o requirements(Glyph[], Requirements)
Take a list of glyphs and make a single requirement.

Constructors

 o DebugLayout
  public DebugLayout(LayoutManager layout)

Methods

 o requirements
  public void requirements(Glyph list[],
                           Requirements requirements)
Take a list of glyphs and make a single requirement.
Overrides:
requirements in class LayoutManager
 o allocate
  public void allocate(Glyph list[],
                       Allocation allocation)
Allocate for a list of glyphs.
Overrides:
allocate in class LayoutManager
 o allocations
  public Allocation[] allocations(Glyph list[],
                                  Allocation allocation)
Calculate the allocations for the list.
Overrides:
allocations in class LayoutManager

All Packages  Class Hierarchy  This Package  Previous  Next  Index