Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BraillePlot
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Georg Graßnick
BraillePlot
Commits
48b0f635
Commit
48b0f635
authored
5 years ago
by
Leonard Kupper
Browse files
Options
Downloads
Patches
Plain Diff
Remove unnecessary changes.
parent
eb24b202
No related branches found
Branches containing commit
No related tags found
1 merge request
!42
Legend rasterizer column views
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/tudresden/inf/mci/brailleplot/rendering/Legend.java
+3
-2
3 additions, 2 deletions
...va/de/tudresden/inf/mci/brailleplot/rendering/Legend.java
with
3 additions
and
2 deletions
src/main/java/de/tudresden/inf/mci/brailleplot/rendering/Legend.java
+
3
−
2
View file @
48b0f635
package
de.tudresden.inf.mci.brailleplot.rendering
;
import
de.tudresden.inf.mci.brailleplot.rendering.language.BrailleLanguage
;
import
java.util.LinkedHashMap
;
import
java.util.Map
;
import
java.util.Objects
;
...
...
@@ -16,7 +17,8 @@ public class Legend implements Renderable {
private
BrailleLanguage
.
Language
mLanguage
;
private
Map
<
String
,
Map
<
String
,
String
>>
mStringExplanationLists
=
new
LinkedHashMap
<>();
private
Map
<
String
,
Map
<
Texture
<
Boolean
>,
String
>>
mTextureExplanationLists
=
new
LinkedHashMap
<>();
private
String
mColumnViewTitle
;
//
private
String
mColumnViewTitle
;
private
Map
<
String
,
Map
<
String
,
String
>>
mColumnView
=
new
LinkedHashMap
<>();
private
int
mTextureExampleWidthCells
=
1
;
private
int
mTextureExampleHeightCells
=
1
;
...
...
@@ -183,5 +185,4 @@ public class Legend implements Renderable {
final
int
getTextureExampleHeightCells
()
{
return
mTextureExampleHeightCells
;
}
}
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