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

Summary: Missing ImageWidget.renderingType property
Product: platform Reporter: David Kaspar <dkaspar>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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, ...