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
-
DebugGlyph()
-
-
DebugGlyph(Glyph)
-
-
allocate(Allocation)
-
-
append(Glyph)
-
-
body()
-
-
draw(Painter)
-
-
needRedraw()
- This calls up the parent chain which leads to redrawing
all the glyphs under the Viewer.
-
needRedraw(Area)
- This calls up the parent chain which leads to redrawing
the area.
-
needSize()
-
-
pick(Picker)
-
-
prepend(Glyph)
-
-
replace(int, Glyph)
-
-
requirements()
- Ask for the glyph's geometry requirements.
-
setBody(Glyph)
-
DebugGlyph
public DebugGlyph()
DebugGlyph
public DebugGlyph(Glyph body)
requirements
public Requirements requirements()
- Ask for the glyph's geometry requirements.
- Overrides:
- requirements in class MonoGlyph
allocate
public void allocate(Allocation allocation)
- Overrides:
- allocate in class MonoGlyph
pick
public void pick(Picker pick)
- Overrides:
- pick in class MonoGlyph
body
public Glyph body()
- Overrides:
- body in class GlyphImpl
setBody
public void setBody(Glyph body)
- Overrides:
- setBody in class GlyphImpl
append
public void append(Glyph glyph)
- Overrides:
- append in class MonoGlyph
prepend
public void prepend(Glyph glyph)
- Overrides:
- prepend in class MonoGlyph
replace
public void replace(int position,
Glyph glyph)
- Overrides:
- replace in class MonoGlyph
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
needRedraw
public void needRedraw(Area area)
- This calls up the parent chain which leads to redrawing
the area.
- Overrides:
- needRedraw in class GlyphImpl
needSize
public void needSize()
draw
public void draw(Painter painter)
- Overrides:
- draw in class MonoGlyph
All Packages Class Hierarchy This Package Previous Next Index