SimpleClockIcon¶
Overview¶
Scenery node that represents a simple, non-interactive clock. It is intended for use in situations where an icon representing time is needed.
@author John Blanco
Class SimpleClockIcon¶
Constructor¶
new SimpleClockIcon( radius : number, providedOptions? : SimpleClockIconOptions )¶
Instance Methods¶
Type SimpleClockIconOptions¶
- fill?: TPaint
- stroke?: TPaint
- lineWidth?: number
- & NodeOptions
Source Code¶
See the source for SimpleClockIcon.ts in the scenery-phet repository.