Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BigDataViewer_Core_Extension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioinformaticDataCompression
BigDataViewer_Core_Extension
Commits
0071b605
Commit
0071b605
authored
5 years ago
by
Tobias Pietzsch
Browse files
Options
Downloads
Patches
Plain Diff
Make ScreenScales and inner classes package-private
parent
454c0384
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/bdv/viewer/render/ScreenScales.java
+3
-5
3 additions, 5 deletions
src/main/java/bdv/viewer/render/ScreenScales.java
with
3 additions
and
5 deletions
src/main/java/bdv/viewer/render/ScreenScales.java
+
3
−
5
View file @
0071b605
...
...
@@ -7,7 +7,7 @@ import net.imglib2.Interval;
import
net.imglib2.realtransform.AffineTransform3D
;
import
net.imglib2.util.Intervals
;
public
class
ScreenScales
class
ScreenScales
{
/**
* Target rendering time in nanoseconds. The rendering time for the coarsest
...
...
@@ -111,7 +111,7 @@ public class ScreenScales
return
new
IntervalRenderData
(
intervalScaleIndex
,
targetScaleIndex
);
}
public
static
class
ScreenScale
static
class
ScreenScale
{
/**
* Scale factor from the viewer coordinates to target image of this screen scale.
...
...
@@ -227,7 +227,7 @@ public class ScreenScales
}
}
public
class
IntervalRenderData
class
IntervalRenderData
{
private
final
int
renderScaleIndex
;
...
...
@@ -310,6 +310,4 @@ public class ScreenScales
return
ty
;
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment