This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 122385 - Missing ImageWidget.renderingType property
Summary: Missing ImageWidget.renderingType property
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-20 14:13 UTC by David Kaspar
Modified: 2007-11-20 14:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2007-11-20 14:13:22 UTC
ImageWidget renders an image without any scaling - resizing the ImageWidget means "clipping".
Therefore there should be additional ImageWidget.renderingType property added. It should be an enum which following
common values:
ORIGINAL, SCALED, CENTERED, TILED, MAXPECT, CENTERED_MAXPECT, SCALE_AND_CROP, ...