Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FPTG Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
GraPA
Java
FPTG Library
Commits
66a75ada
Verified
Commit
66a75ada
authored
2 years ago
by
Enna Gerhard
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo
parent
da3e11a7
No related branches found
Branches containing commit
No related tags found
1 merge request
!26
Feature/flow
Pipeline
#201488
passed
2 years ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/uni/bremen/grapa/library/gui/CustomGraphJPanel.java
+4
-4
4 additions, 4 deletions
...va/de/uni/bremen/grapa/library/gui/CustomGraphJPanel.java
with
4 additions
and
4 deletions
src/main/java/de/uni/bremen/grapa/library/gui/CustomGraphJPanel.java
+
4
−
4
View file @
66a75ada
...
...
@@ -44,9 +44,9 @@ public abstract class CustomGraphJPanel extends JPanel implements Runnable, Mous
* Create a Graphpanel to visualize a graph.
*
* @param graphVisualizer the parent frame
* @param graph
the graph that should be visualized
* @param animator
the animator can be null, if there is no animation
* @param title
the title of the frame
* @param graph the graph that should be visualized
* @param animator the animator can be null, if there is no animation
* @param title the title of the frame
*/
public
CustomGraphJPanel
(
final
GraphVisualizer
graphVisualizer
,
final
PositionGraph
<?,
?>
graph
,
final
Animator
animator
,
String
title
)
{
...
...
@@ -67,7 +67,7 @@ public abstract class CustomGraphJPanel extends JPanel implements Runnable, Mous
/**
* add all Edges to the display.
*
* @param g
the grahics
* @param g the gra
p
hics
* @param graphics2D the 2dGraphic
*/
protected
abstract
void
addEdges
(
Graphics
g
,
Graphics2D
graphics2D
);
...
...
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