Implement a ScalePane
---------------------
Key: PIVOT-710
URL: https://issues.apache.org/jira/browse/PIVOT-710
Project: Pivot
Issue Type: New Feature
Components: wtk
Reporter: Bill van Melle
I would like a container, call it ScalePane, that scales its child to the
actual size of the container. Unlike containers that merely provide more or
less space to their children according to how big the container is, a ScalePane
would also scale fonts and any other fixed-size attributes (padding, stroke
widths, fixed row/column widths, etc). This would allow you to design
components at a fixed size and have a chance of them looking good when the user
resizes the window.
(In the WPF framework, every UI element can have a "LayoutTransform" property
that can rotate, translate, skew or scale it. Some of Pivot's Decorators are
like that (ScaleDecorator is a bit like WPF's ScaleTransform), but they don't
translate mouse hits properly.)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira