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.
-
DebugLayout(LayoutManager)
-
-
allocate(Glyph[], Allocation)
- Allocate for a list of glyphs.
-
allocations(Glyph[], Allocation)
- Calculate the allocations for the list.
-
requirements(Glyph[], Requirements)
- Take a list of glyphs and make a single requirement.
DebugLayout
public DebugLayout(LayoutManager layout)
requirements
public void requirements(Glyph list[],
Requirements requirements)
- Take a list of glyphs and make a single requirement.
- Overrides:
- requirements in class LayoutManager
allocate
public void allocate(Glyph list[],
Allocation allocation)
- Allocate for a list of glyphs.
- Overrides:
- allocate in class LayoutManager
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