WatchMorph
category: Morphic-Demo
superclass: EllipseMorph
subclasses: PDAClockMorph
This class is a representation of a watch.
The labels' font is changeble. Labels' font size increase or decrease when resizing me.
WatchMorph new openInWorld
(WatchMorph fontName: 'ComicPlain') openInWorld " transparent "
(WatchMorph fontName: 'ComicBold' bgColor: Color white centerColor: Color black) openInWorld
Structure:
fontName String -- the labels' font name
cColor Color -- center color
handsColor Color
romanNumerals Boolean
antialias Boolean




|