Class sgraphics.MonoGlyph
All Packages Class Hierarchy This Package Previous Next Index
Class sgraphics.MonoGlyph
java.lang.Object
|
+----sgraphics.GlyphImpl
|
+----sgraphics.MonoGlyph
- public class MonoGlyph
- extends GlyphImpl
The MonoGlyph class is a Proxy class for another Glyph or child of
a Glyph. It may be used to add functionality to a Glyph or change its
behavior. For example: a frame glyph around a text editor
glyph.
-
MonoGlyph()
-
-
MonoGlyph(Glyph)
-
-
allocate(Allocation)
-
-
append(Glyph)
-
-
count()
-
-
draw(Painter)
-
-
empty()
-
-
getChild(int)
-
-
pick(Picker)
-
-
prepend(Glyph)
-
-
replace(int, Glyph)
-
-
requirements()
- Ask for the glyph's geometry requirements.
MonoGlyph
public MonoGlyph()
MonoGlyph
public MonoGlyph(Glyph body)
requirements
public Requirements requirements()
- Ask for the glyph's geometry requirements.
- Overrides:
- requirements in class GlyphImpl
allocate
public void allocate(Allocation allocation)
- Overrides:
- allocate in class GlyphImpl
pick
public void pick(Picker pick)
- Overrides:
- pick in class GlyphImpl
draw
public void draw(Painter painter)
- Overrides:
- draw in class GlyphImpl
append
public void append(Glyph glyph)
- Overrides:
- append in class GlyphImpl
prepend
public void prepend(Glyph glyph)
- Overrides:
- prepend in class GlyphImpl
replace
public void replace(int position,
Glyph glyph)
- Overrides:
- replace in class GlyphImpl
getChild
public Glyph getChild(int pos)
- Overrides:
- getChild in class GlyphImpl
empty
public void empty()
- Overrides:
- empty in class GlyphImpl
count
public int count()
- Overrides:
- count in class GlyphImpl
All Packages Class Hierarchy This Package Previous Next Index