Ticket #105 (closed enhancement: fixed)
Opened 2007-04-10T16:41:45-05:00
Last modified 2007-04-23T13:09:58-05:00
Add rotation buttons to DisplayControls for 2D displays
Reported by: | sorber | Owned by: | sorber |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | visbio | Severity: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Add two buttons to DisplayControls for 2D displays to permit clockwise and counterclockwise rotation of the display.
- Button icons should be the same or similar to those used in the 3D display controls.
- Rotation increments should be 22.5 degrees, 4 clicks to a quarter turn.
Currently, Shift + Left/Right Arrow produces a similar effect (except with 5 degree increments).
Change History
comment:2 Changed 2007-04-23T13:09:58-05:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
Added in r2657. Used 15 degrees instead, as it seems to work well (can be adjusted with ROTATION_AMOUNT constant in source:trunk/loci/visbio/view/ViewHandler.java).