This repository has been archived by the owner on May 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from FrederikWolter/GUI
GUI in Main
- Loading branch information
Showing
72 changed files
with
2,791 additions
and
2,610 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
This file contains 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Diagram> | ||
<ID>JAVA</ID> | ||
<OriginalElement>C:/Users/Bernt/OneDrive/04_Semester_4_SoSe/01_SoftwareEngin2/SecurePic/src/com/dhbw/secure_pic/coder</OriginalElement> | ||
<nodes> | ||
<node x="94.5" y="-15.0">com.dhbw.secure_pic.coder.Coder</node> | ||
<node x="112.0" y="324.0">com.dhbw.secure_pic.coder.utility.BitFetcher</node> | ||
<node x="-86.0" y="324.0">com.dhbw.secure_pic.coder.utility.BitAssembler</node> | ||
<node x="-86.0" y="157.0">com.dhbw.secure_pic.coder.PlusMinusOne</node> | ||
<node x="275.0" y="157.0">com.dhbw.secure_pic.coder.LeastSignificantBit</node> | ||
</nodes> | ||
<notes /> | ||
<edges> | ||
<edge source="com.dhbw.secure_pic.coder.LeastSignificantBit" target="com.dhbw.secure_pic.coder.Coder" relationship="GENERALIZATION"> | ||
<point x="0.0" y="-61.0" /> | ||
<point x="445.5" y="132.0" /> | ||
<point x="265.0" y="132.0" /> | ||
<point x="0.0" y="61.0" /> | ||
</edge> | ||
<edge source="com.dhbw.secure_pic.coder.PlusMinusOne" target="com.dhbw.secure_pic.coder.Coder" relationship="GENERALIZATION"> | ||
<point x="0.0" y="-61.0" /> | ||
<point x="84.5" y="132.0" /> | ||
<point x="265.0" y="132.0" /> | ||
<point x="0.0" y="61.0" /> | ||
</edge> | ||
</edges> | ||
<settings layout="Hierarchic" zoom="1.5" showDependencies="false" x="275.0" y="248.0" /> | ||
<SelectedNodes /> | ||
<Categories> | ||
<Category>Constructors</Category> | ||
<Category>Fields</Category> | ||
<Category>Inner Classes</Category> | ||
<Category>Methods</Category> | ||
<Category>Properties</Category> | ||
</Categories> | ||
<SCOPE>All</SCOPE> | ||
<VISIBILITY>private</VISIBILITY> | ||
</Diagram> | ||
|
This file contains 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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Diagram> | ||
<ID>JAVA</ID> | ||
<OriginalElement>C:/Users/Bernt/OneDrive/04_Semester_4_SoSe/01_SoftwareEngin2/SecurePic/src/com/dhbw/secure_pic/crypter</OriginalElement> | ||
<nodes> | ||
<node x="252.0" y="-50.0">com.dhbw.secure_pic.crypter.Crypter</node> | ||
<node x="592.0" y="177.0">com.dhbw.secure_pic.crypter.AES</node> | ||
<node x="252.0" y="188.0">com.dhbw.secure_pic.crypter.EmptyCrypter</node> | ||
<node x="-88.0" y="99.0">com.dhbw.secure_pic.crypter.RSA</node> | ||
<node x="-16.0" y="426.0">com.dhbw.secure_pic.crypter.RSA.keyType</node> | ||
</nodes> | ||
<notes /> | ||
<edges> | ||
<edge source="com.dhbw.secure_pic.crypter.AES" target="com.dhbw.secure_pic.crypter.Crypter" relationship="GENERALIZATION"> | ||
<point x="0.0" y="-60.5" /> | ||
<point x="752.0" y="74.0" /> | ||
<point x="412.0" y="74.0" /> | ||
<point x="0.0" y="49.5" /> | ||
</edge> | ||
<edge source="com.dhbw.secure_pic.crypter.RSA.keyType" target="com.dhbw.secure_pic.crypter.RSA" relationship="INNER_CLASS"> | ||
<point x="0.0" y="-49.5" /> | ||
<point x="0.0" y="138.5" /> | ||
</edge> | ||
<edge source="com.dhbw.secure_pic.crypter.RSA" target="com.dhbw.secure_pic.crypter.Crypter" relationship="GENERALIZATION"> | ||
<point x="0.0" y="-138.5" /> | ||
<point x="72.0" y="74.0" /> | ||
<point x="412.0" y="74.0" /> | ||
<point x="0.0" y="49.5" /> | ||
</edge> | ||
<edge source="com.dhbw.secure_pic.crypter.EmptyCrypter" target="com.dhbw.secure_pic.crypter.Crypter" relationship="GENERALIZATION"> | ||
<point x="0.0" y="-49.5" /> | ||
<point x="0.0" y="49.5" /> | ||
</edge> | ||
</edges> | ||
<settings layout="Hierarchic" zoom="1.4705882352941178" showDependencies="false" x="422.0" y="247.5" /> | ||
<SelectedNodes /> | ||
<Categories> | ||
<Category>Constructors</Category> | ||
<Category>Fields</Category> | ||
<Category>Inner Classes</Category> | ||
<Category>Methods</Category> | ||
<Category>Properties</Category> | ||
</Categories> | ||
<SCOPE>All</SCOPE> | ||
<VISIBILITY>private</VISIBILITY> | ||
</Diagram> | ||
|
Oops, something went wrong.