Design Patterns : Elements of Reusable Object-Oriented Software


Design Patterns: Elements of Reusable Object-Oriented Software



Download 4,06 Mb.
Pdf ko'rish
bet157/288
Sana07.04.2022
Hajmi4,06 Mb.
#535140
1   ...   153   154   155   156   157   158   159   160   ...   288
Bog'liq
GOF Design Patterns

Design Patterns: Elements of Reusable Object-Oriented Software 
227 
Interior nodes define ranges of glyph indices. BTree is updated in response to 
font changes and whenever glyphs are added to or removed from the glyph structure. 
For example, assuming we're at index 102 in the traversal, the following code 
sets the font of each character in the word "expect" to that of the surrounding 
text (that is, times12, an instance of Font for 12-point Times Roman): 
GlyphContext gc; 
Font* times12 = new Font("Times-Roman-12"); 
Font* timesItalic12 = new Font("Times-Italic-12"); 
// ... 
gc.SetFont(times12, 6); 
The new BTree structure (with changes shown in black) looks like 


Design Patterns: Elements of Reusable Object-Oriented Software 
228 
Suppose we add the word "don't " (including a trailing space) in 12-point Times 
Italic before "expect." The following code informs the gc of this event, assuming 
it is still at index 102: 
gc.Insert(6); 
gc.SetFont(timesItalic12, 6); 
The BTree structure becomes 


Design Patterns: Elements of Reusable Object-Oriented Software 
229 
When the GlyphContext is queried for the font of the current glyph, it descends 
the BTree, adding up indices as it goes until it finds the font for the current 
index. Because the frequency of font changes is relatively low, the tree stays 
small relative to the size of the glyph structure. This keeps storage costs down 
without an inordinate increase in look-up time.
3
The last object we need is a FlyweightFactory that creates glyphs and ensures 
they're shared properly. Class GlyphFactory instantiates Character and other kinds 
of glyphs. We only share Character objects; composite glyphs are far less plentiful, 
and their important state (i.e., their children) is intrinsic anyway. 
const int NCHARCODES = 128; 
class GlyphFactory { 
public: 
GlyphFactory(); 
virtual ~GlyphFactory(); 
virtual Character* CreateCharacter(char); 
virtual Row* CreateRow(); 
virtual Column* CreateColumn(); 
// ... 
private: 
Character* _character[NCHARCODES]; 



Download 4,06 Mb.

Do'stlaringiz bilan baham:
1   ...   153   154   155   156   157   158   159   160   ...   288




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish