Bug 38954

Summary: patch: new functionality which allows working with shapes in HSLF
Product: POI Reporter: Yegor Kozlov <yegor>
Component: HSLFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: commit notes
short summary of changes
modified files
patch with changes

Description Yegor Kozlov 2006-03-13 17:08:38 UTC
New functionality which allows working with shapes in HSLF.
 Summary:
 - creating new slides on the fly
 - reading shapes from a ppt slide
 - addning a new shape
 - initial support of Graphics2D in HSLF
Comment 1 Yegor Kozlov 2006-03-13 17:09:16 UTC
Created attachment 17884 [details]
commit notes
Comment 2 Yegor Kozlov 2006-03-13 17:09:43 UTC
Created attachment 17885 [details]
short summary of changes
Comment 3 Yegor Kozlov 2006-03-13 17:10:10 UTC
Created attachment 17886 [details]
modified files
Comment 4 Yegor Kozlov 2006-03-13 17:10:50 UTC
Created attachment 17887 [details]
patch with changes
Comment 5 Nick Burch 2006-03-14 10:39:30 UTC
Thanks for this, it looks great! I'll try to give it a full review+commit on the
weekend.
Comment 6 Nick Burch 2006-03-19 17:56:53 UTC
Thanks for the code Yegor, it looks great :) I've committed it.

I ended up also adding some new records, and methods to RecordContainer. This
allowed me to refactor a few bits of your code, which should hopefully make it
easier to follow. The tests all still pass, so I hope I didn't break anything
with these changes :)

I'll add your example useage stuff to the website in a little bit.