-
Notifications
You must be signed in to change notification settings - Fork 2
Feature clicking issue #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dchen116
wants to merge
40
commits into
JaneliaSciComp:janelia/janelia_work
Choose a base branch
from
dchen116:FeatureClickingIssue
base: janelia/janelia_work
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
5841fd7
To fix the clicking accuracy issues, the old version(2022) of MIPAV for
dchen116 3636593
To fix the clicking accuracy issues, the old version(2022) of MIPAV for
dchen116 d75f20f
Switched the mis-named variables.
dchen116 e816823
Switch between 2 modes(Accurate vs 3-color mode)
dchen116 caf1a7d
An accurateModeButton added for switch modes between accurate clicking
dchen116 6709dd2
An accurateModeButton added for switch the mode between accurate mode vs
dchen116 b5fc4a2
An keyBoard "M" added for switch the mode between accurate mode vs 3
dchen116 c014917
An AccurateModeListener interface was made for responding to the
dchen116 18d9831
Changed the tabbedPan name into "Selection"
dchen116 39c46e3
Restore VolumeImage.java
mkitti 9c6ec52
Added updateSelectionPanel to fix the issue of clicking accurateMode
dchen116 830f328
Merge branch 'janelia/janelia_work' into FeatureClickingIssue
dchen116 fd0980b
Added block comments
dchen116 ffc8804
Created a plot corresponding to each clicking reflects the maximum
dchen116 2d62e12
Add a valueMarker for highlight the maximum value in the plot
dchen116 ede406b
Added the ValueMarker with mouseDragged function
dchen116 92b79ef
removed the EXIT_ON_CLOSE line
dchen116 bf35175
updated removed all the EXIT_ON_CLOSE
dchen116 c69c82a
post code review, removed unused variables, comments, and added a dialog
dchen116 3df941b
Added chartPanel and features to move the marker along with the mouse
dchen116 96a934d
added function to be able to move the marker in the plot to move the 3D
dchen116 79286d2
Fixed the first 3D marker so that it would move along with mouseDrag
dchen116 5fb7f7a
ValueOutput class is deleted due to no longer needed
dchen116 7fde24f
comment added to explain adding updateSelected for fix the first 3D
dchen116 00996d7
added comments and documentations as well as deleted elements used for
dchen116 1f44094
changed setPlot into more specific name: notifyPlotListeners
dchen116 6a44a83
changed PlotListener into more specific name as PlotDataUpdateListener
dchen116 8bf198b
moved the variables to the top of the class
dchen116 81db712
removed all the unnecessary println
dchen116 6bcea59
changed mkdir into mkdirs to fix the annotation failed to save issue
dchen116 3408bbc
fixed the mkdir if statement to consider the case when !dir.mkdirs()
dchen116 61c775c
created CustomChartPanel to separate the chartPanel related methods from
dchen116 6726926
fixed the zoomed in issue by created a new method setChart()
dchen116 27eedea
Created a fakePanel to split the panel into desired layout and fixed the
dchen116 4933d9d
changed the plot settings like color and size for the marker and the
dchen116 1d18102
Renamed the CustomChartPanel into SelectionChartPanel.
dchen116 2b3fa3b
Deleted unused import and renamed to "Selection Chart"
dchen116 86b646d
Added a JToolTip to the button to give a hint that there is a keyboard
dchen116 96a518a
added comments to explain the plot size changes once it was removed
dchen116 2783fcb
changed the plot title from 'Chart' into 'Selection Chart'
dchen116 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,8 @@ | ||
| /bin/ | ||
| /export/ | ||
| /null/ | ||
| classes | ||
| classes | ||
| *.csv | ||
| *.png | ||
| /output/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.