Class sgraphics.DebugGlyph
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sgraphics.DebugGlyph

java.lang.Object
   |
   +----sgraphics.GlyphImpl
           |
           +----sgraphics.MonoGlyph
                   |
                   +----sgraphics.DebugGlyph

public class DebugGlyph
extends MonoGlyph

Constructor Index

 o DebugGlyph()
 o DebugGlyph(Glyph)

Method Index

 o allocate(Allocation)
 o append(Glyph)
 o body()
 o draw(Painter)
 o needRedraw()
This calls up the parent chain which leads to redrawing all the glyphs under the Viewer.
 o needRedraw(Area)
This calls up the parent chain which leads to redrawing the area.
 o needSize()
 o pick(Picker)
 o prepend(Glyph)
 o replace(int, Glyph)
 o requirements()
Ask for the glyph's geometry requirements.
 o setBody(Glyph)

Constructors

 o DebugGlyph
  public DebugGlyph()
 o DebugGlyph
  public DebugGlyph(Glyph body)

Methods

 o requirements
  public Requirements requirements()
Ask for the glyph's geometry requirements.
Overrides:
requirements in class MonoGlyph
 o allocate
  public void allocate(Allocation allocation)
Overrides:
allocate in class MonoGlyph
 o pick
  public void pick(Picker pick)
Overrides:
pick in class MonoGlyph
 o body
  public Glyph body()
Overrides:
body in class GlyphImpl
 o setBody
  public void setBody(Glyph body)
Overrides:
setBody in class GlyphImpl
 o append
  public void append(Glyph glyph)
Overrides:
append in class MonoGlyph
 o prepend
  public void prepend(Glyph glyph)
Overrides:
prepend in class MonoGlyph
 o replace
  public void replace(int position,
                      Glyph glyph)
Overrides:
replace in class MonoGlyph
 o needRedraw
  public void needRedraw()
This calls up the parent chain which leads to redrawing all the glyphs under the Viewer.
Overrides:
needRedraw in class GlyphImpl
 o needRedraw
  public void needRedraw(Area area)
This calls up the parent chain which leads to redrawing the area.
Overrides:
needRedraw in class GlyphImpl
 o needSize
  public void needSize()
 o draw
  public void draw(Painter painter)
Overrides:
draw in class MonoGlyph

All Packages  Class Hierarchy  This Package  Previous  Next  Index