Commit f4559a45 authored by Björn Richerzhagen's avatar Björn Richerzhagen
Browse files

initialized clean Simonstrator-PeerfactSim.KOM-repository to FINALLY get rid...

initialized clean Simonstrator-PeerfactSim.KOM-repository to FINALLY get rid of huge blob objects and ancient history that is not relevant to the simonstrator-branch of PeerfactSim.KOM
parents
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/simonstrator-api"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="test">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
lib/
bin/
logging/*
guiCfg/*
outputs/
target/
*~
cache/*
data/*
/.DS_Store
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PeerfactSim.KOM-Main</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
#Tue May 29 20:57:25 CEST 2007
eclipse.preferences.version=1
org.eclipse.jdt.apt.aptEnabled=false
org.eclipse.jdt.apt.genSrcDir=.apt_generated
This diff is collapsed.
eclipse.preferences.version=1
formatter_profile=_PeerfactSim.KOM-Profile
formatter_settings_version=11
internal.default.compliance=default
org.eclipse.jdt.ui.exception.name=e
org.eclipse.jdt.ui.gettersetter.use.is=true
org.eclipse.jdt.ui.ignorelowercasenames=true
org.eclipse.jdt.ui.importorder=java;javax;org;com;
org.eclipse.jdt.ui.javadoc=false
org.eclipse.jdt.ui.keywordthis=false
org.eclipse.jdt.ui.ondemandthreshold=99
org.eclipse.jdt.ui.overrideannotation=true
org.eclipse.jdt.ui.staticondemandthreshold=99
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\r\n * @return the ${bare_field_name}\r\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\r\n * @param ${param} the ${bare_field_name} to set\r\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\r\n * \r\n */</template><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author ${user}\r\n * @version 1.0, ${date}\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Javadoc)\r\n * ${see_to_overridden}\r\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\r\n * ${tags}\r\n * ${see_to_target}\r\n */</template><template autoinsert\="false" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">/*\r\n * Copyright (c) 2005-2010 KOM \u2013 Multimedia Communications Lab\r\n *\r\n * This file is part of PeerfactSim.KOM.\r\n * \r\n * PeerfactSim.KOM is free software\: you can redistribute it and/or modify\r\n * it under the terms of the GNU General Public License as published by\r\n * the Free Software Foundation, either version 3 of the License, or\r\n * any later version.\r\n * \r\n * PeerfactSim.KOM is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n * GNU General Public License for more details.\r\n * \r\n * You should have received a copy of the GNU General Public License\r\n * along with PeerfactSim.KOM. If not, see &lt;http\://www.gnu.org/licenses/&gt;.\r\n *\r\n */\r\n\r\n${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\r\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\r\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\r\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\r\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\r\n * @return the ${bare_field_name}\r\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\r\n * @param ${param} the ${bare_field_name} to set\r\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created JavaScript files" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author ${user}\r\n *\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for vars" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding functions" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Jsdoc)\r\n * ${see_to_overridden}\r\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate functions" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\r\n * ${tags}\r\n * ${see_to_target}\r\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.classbody" name\="classbody">\r\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\r\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created function stubs" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated function stub\r\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\r\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
#Thu May 24 12:02:52 CEST 2007
eclipse.preferences.version=1
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
This diff is collapsed.
This file contains information about the utilized libraries in PeerfactSim.KOM.
Library: commons-math-1.1.jar
Authors: The Apache Software Foundation
Homepage: http://www.apache.org/
Library: dom4j-1.6.1.jar
Authors: http://dom4j.sourceforge.net/team-list.html
Homepage: http://www.dom4j.org
Library: log4j.jar
Authors: http://logging.apache.org/team-list.html
Homepage: http://logging.apache.org/log4j/index.html
Library: slf4j-log4j12-1.6.1.jar
Authors: http://www.slf4j.org/index.html
Homepage: http://www.slf4j.org/index.html
License: MIT License
Library: ssj.jar
Author: Richard Simard
Homepage: http://www.iro.umontreal.ca/~simardr/ssj/indexe.html
Library: jcommon-1.0.10.jar
Authors: http://www.jfree.org/jcommon/
Homepage: http://www.jfree.org/jcommon/
Library: jfreechart-1.0.6.jar
Authors: http://www.jfree.org/jfreechart/
Homepage: http://www.jfree.org/jfreechart/
Library: stax-utils.jar
Authors: http://java.net/projects/stax-utils/members
Homepage: http://java.net/projects/stax-utils/
Library: mysql-connector-java-5.1.14-bin.jar
Authors: http://www.mysql.de/downloads/connector/j/
Homepage: http://www.mysql.de/downloads/connector/j/
License: GNU GPL v2
Library: hibernate3.jar
Authors: http://www.hibernate.org/
Homepage: http://www.hibernate.org/
License: LGPL v2.1
Library: hibernate-jpa-2.0-api-1.0.0.Final.jar (Java Persistence API v2.0)
Authors: http://www.oracle.com/technetwork/java/javaee/tech/persistence-jsp-140049.html
Homepage: http://www.oracle.com/technetwork/java/javaee/tech/persistence-jsp-140049.html
License: ???
########## Libraries which are used by Hibernate: ##########
Library: antlr-2.7.6.jar
Authors: http://www.antlr.org/credits.html
Homepage: http://www.antlr.org/
License: The BSD License
Library: commons-collections-3.1.jar
Authors: http://commons.apache.org/collections
Homepage: http://commons.apache.org/collections
License: The Apache Software License, Version 2.0
Library: javassist-3.12.0.GA.jar
Authors: http://www.javassist.org/
Homepage: http://www.javassist.org/
License: LGPL 2.1
Library: jta-1.1.jar
Authors: http://www.oracle.com/technetwork/java/javaee/jta/index.html
Homepage: http://www.oracle.com/technetwork/java/javaee/jta/index.html
License: ???
Library: slf4j-api-1.6.1.jar
Authors: http://www.slf4j.org
Homepage: http://www.slf4j.org
License: MIT License
Classes:
PeerfactSim.KOM-Main/trunk/src/de/tud/kom/p2psim/impl/network/gnp/geoip/LookupService.java
PeerfactSim.KOM-Main/trunk/src/de/tud/kom/p2psim/impl/network/gnp/geoip/Location.java
PeerfactSim.KOM-Main/trunk/src/de/tud/kom/p2psim/impl/network/gnp/geoip/DatabaseInfo.java
Copyright: MaxMind LLC
License: GPLv2 and later versions
Classes:
PeerfactSim.KOM-Main/trunk/src/de/tud/kom/p2psim/impl/overlay/ido/von/voronoi/Point2d.java
PeerfactSim.KOM-Main/trunk/src/de/tud/kom/p2psim/impl/overlay/ido/von/voronoi/Voronoi.java
PeerfactSim.KOM-Main/trunk/src/de/tud/kom/p2psim/impl/overlay/ido/von/voronoi/Line2d.java
PeerfactSim.KOM-Main/trunk/src/de/tud/kom/p2psim/impl/overlay/ido/von/voronoi/Segment.java
Copyright: Shun-Yun Hu
License: LGPL v2
License of dom4j:
Copyright 2001-2010 (C) MetaStuff, Ltd. All Rights Reserved.
Redistribution and use of this software and associated documentation
("Software"), with or without modification, are permitted provided
that the following conditions are met:
1. Redistributions of source code must retain copyright
statements and notices. Redistributions must also contain a
copy of this document.
2. Redistributions in binary form must reproduce the
above copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other
materials provided with the distribution.
3. The name "DOM4J" must not be used to endorse or promote
products derived from this Software without prior written
permission of MetaStuff, Ltd. For written permission,
please contact dom4j-info@metastuff.com.
4. Products derived from this Software may not be called "DOM4J"
nor may "DOM4J" appear in their names without prior written
permission of MetaStuff, Ltd. DOM4J is a registered
trademark of MetaStuff, Ltd.
5. Due credit should be given to the DOM4J Project -
http://dom4j.sourceforge.net
THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
METASTUFF, LTD. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="64"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45.1"
version="1.0"
sodipodi:docbase="P:\Eclipse-Workspace\[BP] GUI-Experimente\Vektorgrafiken\Buttons"
sodipodi:docname="CloseApplicationButton.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs4">
<linearGradient
id="linearGradient8014">
<stop
style="stop-color:#f20000;stop-opacity:1;"
offset="0"
id="stop8016" />
<stop
style="stop-color:#f2f2f2;stop-opacity:0;"
offset="1"
id="stop8018" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient5095">
<stop
style="stop-color:#545453;stop-opacity:1;"
offset="0"
id="stop5097" />
<stop
style="stop-color:#545453;stop-opacity:0;"
offset="1"
id="stop5099" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5095"
id="linearGradient5101"
x1="43.392857"
y1="12.928573"
x2="18.035713"
y2="27.571428"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.8783446,0,0,0.8464931,3.3372741,-1.2286803)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8014"
id="linearGradient8020"
x1="55.571426"
y1="35.915302"
x2="13.038995"
y2="9.6653023"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(5.7724829,7.8645766)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="37.245976"
inkscape:cy="41.934249"
inkscape:document-units="px"
inkscape:current-layer="layer1"
width="64px"
height="64px"
inkscape:window-width="924"
inkscape:window-height="683"
inkscape:window-x="154"
inkscape:window-y="20"
showguides="true"
inkscape:guide-bbox="true" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="opacity:1;fill:url(#linearGradient5101);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.86227179;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2182"
width="29.957825"
height="42.173496"
x="17.610373"
y="5.1804814" />
<path
style="opacity:1;color:#000000;fill:url(#linearGradient8020);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 57.303481,47.180569 C 51.583939,42.295686 46.129625,29.72172 46.129625,29.72172 L 52.915339,26.507434 L 38.629625,22.757434 L 35.415339,33.828863 C 35.415339,33.828863 41.129625,31.150291 41.308196,31.686005 C 43.146698,37.201523 45.714153,47.097056 52.270665,51.632164 C 52.599059,51.859312 57.808557,47.35914 57.303481,47.180569 z "
id="path6074"
sodipodi:nodetypes="cccccssc" />
<rect
style="opacity:1;fill:#f2f2f2;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.72778928;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect5093"
width="21.260664"
height="42.334656"
x="22.18874"
y="-8.3771324"
transform="matrix(0.7922741,0.6101654,0,1,0,0)" />
<path
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.86227179px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 31.996871,36.759501 C 29.80101,37.968778 26.664065,34.49211 26.664065,34.49211"
id="path6072" />
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="64"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45.1"
version="1.0"
sodipodi:docbase="/home/leo/eclipse-workspace/p2p_vis/images/icons"
sodipodi:docname="ConfigButton.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs4">
<linearGradient
id="linearGradient8035">
<stop
style="stop-color:#f47e34;stop-opacity:1;"
offset="0"
id="stop8037" />
<stop
style="stop-color:#adadad;stop-opacity:1;"
offset="1"
id="stop8039" />
</linearGradient>
<linearGradient
id="linearGradient5095">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop5097" />
<stop
style="stop-color:#9f9f9f;stop-opacity:1;"
offset="1"
id="stop5099" />
</linearGradient>
<linearGradient
id="linearGradient4098">
<stop
style="stop-color:#daca7c;stop-opacity:1;"
offset="0"
id="stop4100" />
<stop
style="stop-color:#e5e1ca;stop-opacity:1;"
offset="1"
id="stop4102" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4098"
id="linearGradient6083"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1641819,0,0,1.1263806,-1.1194823,-0.7627596)"
x1="23.999998"
y1="52.392857"
x2="30.285715"
y2="6.2142854" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8035"
id="linearGradient8047"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.8886521,0,0,1.0008919,-6.2887064,-3.681721e-2)"
x1="-41.798416"
y1="46.30238"
x2="-27.813244"
y2="46.30238" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-109.97222"
inkscape:cy="-38.496108"
inkscape:document-units="px"
inkscape:current-layer="layer1"
width="64px"
height="64px"
inkscape:window-width="924"
inkscape:window-height="683"
inkscape:window-x="253"
inkscape:window-y="136" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g6072"
transform="matrix(0.7286609,0.5654866,-0.3790361,0.4503712,22.018206,4.9284012)"
inkscape:transform-center-y="-7.2656173"
inkscape:transform-center-x="2.9667825">
<rect
y="7.1986432"
x="7.6496177"
height="48.602715"
width="48.986481"
id="rect2162"
style="opacity:1;fill:url(#linearGradient6083);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.95551383;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
transform="matrix(1.1641819,0,0,1.1263806,-1.1194823,-0.7627596)"
d="M 15.892857 14.267858 A 0.71428573 0.98214287 0 1 1 14.464286,14.267858 A 0.71428573 0.98214287 0 1 1 15.892857 14.267858 z"
sodipodi:ry="0.98214287"
sodipodi:rx="0.71428573"
sodipodi:cy="14.267858"
sodipodi:cx="15.178572"
id="path4106"
style="opacity:1;fill:#000000;fill-opacity:0.20588235;stroke:#000000;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<path
transform="matrix(1.1641819,0,0,1.1263806,-8.0034236e-2,0.2429375)"
d="M 15.357143 22.928572 A 0.98214287 1.0714285 0 1 1 13.392857,22.928572 A 0.98214287 1.0714285 0 1 1 15.357143 22.928572 z"
sodipodi:ry="1.0714285"
sodipodi:rx="0.98214287"
sodipodi:cy="22.928572"
sodipodi:cx="14.375"
id="path4108"
style="opacity:1;fill:#000000;fill-opacity:0.20588235;stroke:#000000;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<path
transform="matrix(1.1641819,0,0,1.1263806,-1.1194823,-2.5730142)"
d="M 16.964286 34.535713 A 1.1607143 1.0714285 0 1 1 14.642857,34.535713 A 1.1607143 1.0714285 0 1 1 16.964286 34.535713 z"
sodipodi:ry="1.0714285"
sodipodi:rx="1.1607143"
sodipodi:cy="34.535713"
sodipodi:cx="15.803572"
id="path4110"
style="opacity:1;fill:#000000;fill-opacity:0.20588235;stroke:#000000;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<path
transform="matrix(1.1641819,0,0,1.1263806,-1.1194823,-0.7627596)"
d="M 17.857143 42.392857 A 1.4285715 1.25 0 1 1 15,42.392857 A 1.4285715 1.25 0 1 1 17.857143 42.392857 z"
sodipodi:ry="1.25"
sodipodi:rx="1.4285715"
sodipodi:cy="42.392857"
sodipodi:cx="16.428572"
id="path4112"
style="opacity:1;fill:#000000;fill-opacity:0.20588235;stroke:#000000;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<path
id="path4114"
d="M 26.114058,14.60429 C 34.637533,12.391757 49.397696,14.60429 49.397696,14.60429"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.14512527px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path4116"
d="M 27.361396,24.661261 C 33.598085,24.258982 49.397696,24.258982 49.397696,24.258982"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.14512527px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path4118"
d="M 27.153506,35.925067 C 33.598085,37.131903 48.774027,34.919369 48.774027,34.919369"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.14512527px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path4120"
d="M 27.361396,46.585454 C 32.974415,44.574061 49.605586,47.188873 49.605586,47.188873"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.14512527px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
id="g8043"
transform="matrix(0.7849422,0.2786625,-0.2993479,0.8432093,82.705452,10.785636)">
<path
sodipodi:nodetypes="csscsscc"
id="path6085"
d="M -55.211947,8.1595585 C -51.172413,8.4123219 -41.297998,8.6650853 -39.053813,8.6650853 C -36.809628,8.6650853 -33.892186,9.9289021 -31.648,10.434429 C -29.403815,10.939955 -19.606717,19.398308 -17.916047,24.726963 C -22.071192,22.545132 -26.56271,17.231241 -32.096838,18.270093 C -36.136371,19.028383 -36.585208,19.028384 -39.951486,19.281147 C -43.317764,19.53391 -51.396832,20.039437 -55.660784,19.533911 C -57.231714,14.478644 -55.211947,7.9067951 -55.211947,8.1595585 z "
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.94310373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path6087"
d="M -42.167244,18.317385 C -43.506064,25.357212 -43.282927,69.942787 -40.382152,72.289396 C -37.481376,74.636004 -35.026872,75.222657 -32.349233,72.876047 C -29.671593,70.529438 -34.134326,15.970776 -33.241779,18.317385 C -32.349233,20.663994 -41.72097,18.317385 -42.167244,18.317385 z "
style="fill:url(#linearGradient8047);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:1.01305687px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="64"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45.1"
version="1.0"
sodipodi:docbase="P:\Eclipse-Workspace\[BP]p2p_vis\Vektorgrafiken\Buttons"
sodipodi:docname="ForwardButton.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs4">
<linearGradient
id="linearGradient3141">
<stop
style="stop-color:#ffee31;stop-opacity:1;"
offset="0"
id="stop3143" />
<stop
style="stop-color:#bc4a00;stop-opacity:1;"
offset="1"
id="stop3145" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3141"
id="linearGradient3147"
x1="19.464285"
y1="19.535711"
x2="9.0228319"
y2="48.379971"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3141"
id="linearGradient3159"
gradientUnits="userSpaceOnUse"
x1="19.464285"
y1="19.535711"
x2="9.0228319"
y2="48.379971"
gradientTransform="translate(27.5,0.1785717)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="21.97354"
inkscape:cy="34.616657"
inkscape:document-units="px"
inkscape:current-layer="layer1"
width="64px"
height="64px"
inkscape:window-width="924"
inkscape:window-height="683"
inkscape:window-x="119"
inkscape:window-y="364" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1">
<path
style="fill:url(#linearGradient3147);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.16862583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 5.798598,13.191456 C 16.316397,23.872457 33.129973,30.381511 33.129973,30.381511 L 5.967692,48.379972 L 5.798598,13.191456 z "
id="path2166"
sodipodi:nodetypes="cccc" />
<path
style="fill:url(#linearGradient3159);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.16862583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 33.298598,13.370028 C 43.816397,24.051028 60.629973,30.560082 60.629973,30.560082 L 33.467692,48.558543 L 33.298598,13.370028 z "
id="path3157"
sodipodi:nodetypes="cccc" />
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="64"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45.1"
version="1.0"
sodipodi:docbase="/home/leo/eclipse-workspace/p2p_vis/images/icons"
sodipodi:docname="GnuplotButton.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
inkscape:export-filename="/home/leo/eclipse-workspace/p2p_vis/images/icons/GnuplotButton.png"
inkscape:export-xdpi="22.5"
inkscape:export-ydpi="22.5">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient2307">
<stop
style="stop-color:#ff0000;stop-opacity:1;"
offset="0"
id="stop2309" />
<stop
style="stop-color:#ff0000;stop-opacity:0;"
offset="1"
id="stop2311" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2307"
id="linearGradient2313"
x1="55"
y1="61.142857"
x2="45.714287"
y2="37.214287"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0993297,0,0,1.4355857,-6.3196661,-26.841842)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="-18.726182"
inkscape:cy="48.401686"
inkscape:document-units="px"
inkscape:current-layer="layer1"
width="64px"
height="64px"
inkscape:window-width="1347"
inkscape:window-height="918"
inkscape:window-x="139"
inkscape:window-y="41" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1">
<path
style="fill:url(#linearGradient2313);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="M 3.8396447,60.669448 L 18.563593,42.200263 L 28.21596,52.213676 L 38.195525,33.967013 L 48.502289,35.079614 L 61.590244,3.0366908 L 61.917443,61.11449 L 3.8396447,60.669448 z "
id="path2301" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.43798804px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 32.03885,8.1555278 C 50.036095,8.1555278 50.036095,8.1555278 50.036095,8.1555278"
id="path3306" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.43798804px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 31.039003,18.179608 C 48.786286,17.652025 48.786286,17.652025 48.786286,17.652025"
id="path3310" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.43798804px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 32.03885,27.676106 C 47.78644,26.620941 47.78644,26.620941 47.78644,26.620941"
id="path3314" />
<text
xml:space="preserve"
style="font-size:12px;font-style:normal;font-weight:normal;fill:#000080;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="0.17857136"
y="34"
id="text3316"><tspan
sodipodi:role="line"
id="tspan3318"
x="0.17857136"
y="34"
style="font-size:40px;fill:#000080">G</tspan></text>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="64"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45.1"
version="1.0"
sodipodi:docbase="/home/leo/eclipse-ws/[BP]p2p_vis/images/icons"
sodipodi:docname="InfoButton.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
inkscape:export-filename="/home/leo/eclipse-ws/[BP]p2p_vis/images/icons/InfoButton.png"
inkscape:export-xdpi="22.5"
inkscape:export-ydpi="22.5">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient7144">
<stop
style="stop-color:#ffd5d5;stop-opacity:1;"
offset="0"
id="stop7146" />
<stop
style="stop-color:#ffd5d5;stop-opacity:0;"
offset="1"
id="stop7148" />
</linearGradient>
<linearGradient
id="linearGradient2163">
<stop
style="stop-color:#000080;stop-opacity:1;"
offset="0"
id="stop2165" />
<stop
style="stop-color:#c0c880;stop-opacity:1;"
offset="1"
id="stop2167" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient7144"
id="linearGradient7150"
x1="87.511681"
y1="39.34251"
x2="72.09182"
y2="27.532511"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="41.99518"
inkscape:cy="29.382862"
inkscape:document-units="px"
inkscape:current-layer="layer1"
width="64px"
height="64px"
inkscape:window-width="924"
inkscape:window-height="683"
inkscape:window-x="154"
inkscape:window-y="20" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1">
<path
sodipodi:type="arc"
style="fill:url(#linearGradient7150);fill-opacity:1;stroke:#000000;stroke-width:0.82042712;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3144"
sodipodi:cx="78.53936"
sodipodi:cy="33.947964"
sodipodi:rx="10.859139"
sodipodi:ry="13.637059"
d="M 89.398499 33.947964 A 10.859139 13.637059 0 1 1 67.680221,33.947964 A 10.859139 13.637059 0 1 1 89.398499 33.947964 z"
transform="matrix(2.8232456,0,0,2.2283054,-189.87911,-43.669096)" />
<path
style="font-size:15.2192688px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
d="M 36.1477,23.442873 L 21.09991,24.21148 L 21.09991,27.21603 L 25.182023,27.21603 C 28.143553,27.21603 28.623805,27.705146 28.623805,30.709694 L 28.623805,47.409405 L 28.623805,50.204337 C 28.623805,52.999263 27.743344,53.48838 22.620697,53.48838 L 22.060408,53.48838 L 22.060408,56.003817 L 42.791139,56.003817 L 42.791139,53.48838 L 42.230848,53.48838 C 37.02816,53.48838 36.1477,52.999263 36.1477,50.204337 L 36.1477,47.409405 L 36.1477,23.442873 M 32.385753,6.0444297 C 29.82443,6.0444297 27.74335,7.8611366 27.74335,10.097079 C 27.74335,12.263148 29.82443,14.149729 32.305712,14.149729 C 34.947076,14.149729 37.028156,12.333022 37.028156,10.097079 C 37.028156,7.8611366 34.947076,6.0444297 32.385753,6.0444297"
id="text2158" />
</g>
</svg>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment