Details
-
Type: New Feature
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.0
-
Fix Version/s: 6.4
-
Component/s: API, Core/Parsing, Viewer RI
-
Labels:None
-
Environment:None
Description
Implement image selection via mouse and keyboard commands and corresponding clipboard interaction.
This will likely be a four part implementations.
- Image selected state painting
- Addition of mouse listeners for image selection
- Addition of key listeners for image selection
- Integration with clipboard.
This will likely be a four part implementations.
- Image selected state painting
- Addition of mouse listeners for image selection
- Addition of key listeners for image selection
- Integration with clipboard.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
This is an oldie but a goody. I was working on this forum support case, http://www.icesoft.org/JForum/posts/list/22559.page and as a result I had a chance to work through the what is needed to normalize the image's bounding box to page space. With this new information it should be pretty easy for us to capture image coordinate data in the page object much like we already do for PageText. And finally a new image selection handler could be created for picking up on image selection and copying to the clipboard. One thing to keep in mind is that we would want to scale the image to the bounding box as that is the relatively sized the image was draw at.