Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ISN 2022-ACL project Cyberpac 2077
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
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
RICHARD Florian
ISN 2022-ACL project Cyberpac 2077
Commits
6c3151ba
Commit
6c3151ba
authored
2 years ago
by
Louis MALTERRE
Browse files
Options
Downloads
Patches
Plain Diff
maj UML LM
parent
27763f2a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MAVENProject/PlanUML.puml
+6
-1
6 additions, 1 deletion
MAVENProject/PlanUML.puml
MAVENProject/src/main/java/spotify/MP3.java
+0
-4
0 additions, 4 deletions
MAVENProject/src/main/java/spotify/MP3.java
MAVENProject/src/main/java/start/Main.java
+0
-2
0 additions, 2 deletions
MAVENProject/src/main/java/start/Main.java
with
6 additions
and
7 deletions
MAVENProject/PlanUML.puml
+
6
−
1
View file @
6c3151ba
@startuml
@startuml
PlanUML_CyberPac_2077
title Diagramme UML des Cyberpac 2077
title Diagramme UML des Cyberpac 2077
...
@@ -192,4 +192,9 @@ class environment.Physique{
...
@@ -192,4 +192,9 @@ class environment.Physique{
- double g
- double g
}
}
class spotify.MP3{
- String file path
+ void displayMusic()
}
@enduml
@enduml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
MAVENProject/src/main/java/spotify/MP3.java
+
0
−
4
View file @
6c3151ba
...
@@ -22,10 +22,6 @@ public class MP3 {
...
@@ -22,10 +22,6 @@ public class MP3 {
File
music
=
new
File
(
new
File
(
filePath
).
getAbsolutePath
());
File
music
=
new
File
(
new
File
(
filePath
).
getAbsolutePath
());
try
{
try
{
AudioInputStream
audios
=
AudioSystem
.
getAudioInputStream
(
music
);
AudioInputStream
audios
=
AudioSystem
.
getAudioInputStream
(
music
);
//AudioFormat audioFormat = audios.getFormat();
//DataLine.Info info = new DataLine.Info(SourceDataLine.class, audioFormat);
//Clip clip = (Clip) AudioSystem.getLine(info);
//clip.addLineListener((LineListener) this);
Clip
clip
=
AudioSystem
.
getClip
();
Clip
clip
=
AudioSystem
.
getClip
();
clip
.
open
(
audios
);
clip
.
open
(
audios
);
...
...
This diff is collapsed.
Click to expand it.
MAVENProject/src/main/java/start/Main.java
+
0
−
2
View file @
6c3151ba
...
@@ -3,8 +3,6 @@ package start;
...
@@ -3,8 +3,6 @@ package start;
import
jeu.Painter
;
import
jeu.Painter
;
import
spotify.MP3
;
import
spotify.MP3
;
import
java.net.URL
;
import
engine.GameEngineGraphical
;
import
engine.GameEngineGraphical
;
import
jeu.Controller
;
import
jeu.Controller
;
import
jeu.Jeu
;
import
jeu.Jeu
;
...
...
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