Mercurial > hg > ugly-duckling
log
age | author | description |
---|---|---|
Thu, 01 Jun 2017 10:04:41 +0100 | Lucas Thompson | Introduce interface VerticallyBounded, which describes a component with a vertical range and the ability to render a scale on itself. VerticallyBoundedWavesComponent partially implements this interface, in that it adds a ScaleLayer to itself - derived instances provide the means of obtaining the scale. |
Thu, 01 Jun 2017 10:02:37 +0100 | Lucas Thompson | Introduce vertical-scale component which is a polymorphic container, the child components know how to render their own scales. |