MCPcopy Create free account

hub / github.com/eckucukoglu/cengball / functions

Functions788 in github.com/eckucukoglu/cengball

MethodMainPanel
()
branches/gui-development/CengBall/src/gui/MainPanel.java:18
MethodMainPanel
Create the panel.
branches/runtime compiling/CengBall/src/gui/MainPanel.java:14
MethodMainPanel
()
trunk/CengBall/src/gui/MainPanel.java:23
MethodMatchAssets
Constructor for MatchAssets specifying the ball and the pitch objects. @param ball the ball object to be set. @param pitch the pitch object to be set.
trunk/CengBall/src/common/MatchAssets.java:32
MethodMatchPanel
Create the panel.
branches/gui-development/CengBall/src/gui/MatchPanel.java:54
MethodMatchPanel
Create the panel.
branches/runtime compiling/CengBall/src/gui/MatchPanel.java:53
MethodMatchPanel
Create the panel.
trunk/CengBall/src/gui/MatchPanel.java:51
MethodMatchStatsPanel
()
trunk/CengBall/src/gui/MatchStatsPanel.java:43
MethodMenuPanel
Create the panel.
branches/gui-development/CengBall/src/gui/MenuPanel.java:27
MethodMenuPanel
Create the panel.
branches/runtime compiling/CengBall/src/gui/MenuPanel.java:22
MethodMenuPanel
Create the panel.
trunk/CengBall/src/gui/MenuPanel.java:30
MethodMetadata
()
branches/gui-development/CengBall/src/common/Metadata.java:22
MethodMetadata
()
branches/runtime compiling/CengBall/src/common/Metadata.java:22
MethodMetadata
Constructor of the Metadata class. @param team1 one of the team objects in a match. @param team2 one of the team objects in a match. @param pitch the
trunk/CengBall/src/rare/Metadata.java:33
MethodMovingObject
Constructor of MovingObject class specifiying the position, speed, radius and the type @param position position of the moving object. @param speed sp
trunk/CengBall/src/common/MovingObject.java:23
MethodMyTeam
()
trunk/CengBall/src/imports/MyTeam.java:16
MethodPercept
()
branches/gui-development/CengBall/src/common/Percept.java:16
MethodPercept
()
branches/runtime compiling/CengBall/src/common/Percept.java:16
MethodPercept
()
trunk/CengBall/src/rare/Percept.java:17
MethodPerceptParser
(String filename)
branches/gui-development/CengBall/src/common/PerceptParser.java:24
MethodPerceptParser
(String filename)
branches/runtime compiling/CengBall/src/common/PerceptParser.java:24
MethodPerceptWriter
(ArrayList<Percept> perceptList, String outputFile)
branches/gui-development/CengBall/src/common/PerceptWriter.java:16
MethodPerceptWriter
(ArrayList<Percept> perceptList, String outputFile)
branches/runtime compiling/CengBall/src/common/PerceptWriter.java:16
MethodPitch
()
branches/gui-development/CengBall/src/utils/Pitch.java:21
MethodPitch
()
branches/runtime compiling/CengBall/src/utils/Pitch.java:21
MethodPitch
Default constructor for the Pitch class. Dimensions are of Santiago Bernabeu.
trunk/CengBall/src/rare/Pitch.java:38
MethodPlayer
Constructor for Player class. @param name the name of the player @param kitnumber the kit number of the player @param teamid the team ID of the team t
trunk/CengBall/src/common/Player.java:48
MethodPlayerAction
()
branches/gui-development/CengBall/src/common/PlayerAction.java:9
MethodPlayerAction
()
branches/runtime compiling/CengBall/src/common/PlayerAction.java:9
MethodPlayerAction
Constructor for the PlayerAction class. @param type type of the action performed by a player. @param where place where the action is to be performed.
trunk/CengBall/src/rare/PlayerAction.java:18
MethodPlayerInfo
(int id, Position position)
branches/gui-development/CengBall/src/simulator/PlayerInfo.java:9
MethodPlayerInfo
(int id, Position position)
branches/runtime compiling/CengBall/src/simulator/PlayerInfo.java:9
MethodPlayerInfo_
()
branches/gui-development/CengBall/src/common/PlayerInfo_.java:13
MethodPlayerInfo_
()
branches/runtime compiling/CengBall/src/common/PlayerInfo_.java:13
MethodPosition
(double x, double y)
branches/gui-development/CengBall/src/common/Position.java:15
MethodPosition
(double x, double y)
branches/runtime compiling/CengBall/src/common/Position.java:15
MethodResources
(MainPanel parentPanel)
branches/gui-development/CengBall/src/gui/Resources.java:14
MethodSaveFile
(String saveFilePath)
branches/gui-development/CengBall/src/common/SaveFile.java:23
MethodSaveFile
(String saveFilePath)
branches/runtime compiling/CengBall/src/common/SaveFile.java:23
MethodSaveFile
Constructor for the SaveFile class with an empty percept list. @param saveFilePath path of the file.
trunk/CengBall/src/rare/SaveFile.java:35
MethodSelector
(ArrayList<String> items)
branches/gui-development/CengBall/src/gui/Selector.java:25
MethodSelector
(String[] items)
trunk/CengBall/src/gui/Selector.java:29
MethodSettingsPanel
()
trunk/CengBall/src/gui/SettingsPanel.java:34
MethodSimulationPanel
()
trunk/CengBall/src/gui/SimulationPanel.java:47
MethodSimulator
(Team a, Team b, Pitch pitch, String logFilePath)
branches/gui-development/CengBall/src/simulator/Simulator.java:21
MethodSimulator
(Team a, Team b, Pitch pitch, String logFilePath)
branches/runtime compiling/CengBall/src/simulator/Simulator.java:21
MethodSimulator
Constructor of the simulator class. @param caller the caller GUI component. @param a the first team. @param b the second team. @param pitch the p
trunk/CengBall/src/simulator/Simulator.java:66
MethodSplashPanel
()
branches/gui-development/CengBall/src/gui/SplashPanel.java:21
MethodSplashPanel
()
trunk/CengBall/src/gui/SplashPanel.java:27
MethodStatistic
Constructor for class. Each hash map use player's ID as a key, and his statistics as a value.
trunk/CengBall/src/rare/Statistic.java:39
MethodTeam
(String name, int color)
branches/gui-development/CengBall/src/simulator/Team.java:21
MethodTeam
(String name, int color)
branches/runtime compiling/CengBall/src/simulator/Team.java:21
MethodTeam
Constructor of the Team class @param name name of the team. @param color1 color of the kit. @param color2 color of the kit.
trunk/CengBall/src/common/Team.java:28
MethodTeamInfo
()
branches/gui-development/CengBall/src/common/TeamInfo.java:12
MethodTeamInfo
()
branches/runtime compiling/CengBall/src/common/TeamInfo.java:12
MethodTeamInfo
Constructor for the TeamInfo class. @param id id of the team. @param name name of the team. @param teamColor1 color of the team. @param teamColor2 col
trunk/CengBall/src/rare/TeamInfo.java:22
MethodTeamRunner
(Team team)
trunk/CengBall/src/simulator/TeamRunner.java:17
MethodTeamSelector
(String[] items)
trunk/CengBall/src/gui/TeamSelector.java:43
MethodVisualizer
(SaveFile saveFile, Metadata metadata, int matchLength, int fps)
branches/gui-development/CengBall/src/visualizer/Visualizer.java:58
MethodVisualizer
(SaveFile saveFile, Metadata metadata, int matchLength, int fps)
branches/runtime compiling/CengBall/src/visualizer/Visualizer.java:58
MethodVisualizer
(int matchLength, int fps)
trunk/CengBall/src/visualizer/Visualizer.java:64
MethodWatchPanel
()
trunk/CengBall/src/gui/WatchPanel.java:45
MethodXFactor
()
trunk/CengBall/src/imports/XFactor.java:36
Methodaccept
(File dir, String name)
branches/gui-development/CengBall/src/utils/FileUtils.java:59
Methodaccept
(File dir, String name)
branches/runtime compiling/CengBall/src/utils/FileUtils.java:52
Methodaccept
(File dir, String name)
trunk/CengBall/src/utils/FileUtils.java:86
MethodactionPerformed
(ActionEvent e)
branches/gui-development/CengBall/src/gui/MatchPanel.java:68
MethodactionPerformed
(ActionEvent e)
branches/gui-development/CengBall/src/gui/KickOffPanel.java:121
MethodactionPerformed
(ActionEvent e)
branches/gui-development/CengBall/src/gui/MenuPanel.java:33
MethodactionPerformed
(ActionEvent e)
branches/gui-development/CengBall/src/gui/SplashPanel.java:35
MethodactionPerformed
(ActionEvent e)
branches/gui-development/CengBall/src/gui/Selector.java:36
MethodactionPerformed
(ActionEvent e)
branches/runtime compiling/CengBall/src/gui/MatchPanel.java:67
MethodactionPerformed
(ActionEvent e)
branches/runtime compiling/CengBall/src/gui/MenuPanel.java:28
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/WatchPanel.java:64
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/MatchPanel.java:64
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/MatchStatsPanel.java:60
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/TeamSelector.java:80
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/KickOffPanel.java:107
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/MenuPanel.java:38
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/SettingsPanel.java:85
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/SplashPanel.java:43
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/MainFrame.java:115
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/ImportPanel.java:67
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/SimulationPanel.java:72
MethodactionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/Selector.java:41
MethodassembleTeam
(int numberOfPlayers, Rectangle2D.Double halfCourt)
trunk/CengBall/src/imports/XFactor.java:42
MethodassembleTeam
(int numberOfPlayers, Rectangle2D.Double halfCourt)
trunk/CengBall/src/imports/Agent1.java:236
MethodassembleTeam
(int numberOfPlayers, Rectangle2D.Double halfCourt)
trunk/CengBall/src/imports/Agent2.java:164
MethodassembleTeam
(int numberOfPlayers, Rectangle2D.Double halfCourt)
trunk/CengBall/src/imports/MyTeam.java:21
MethodassembleTeam
(int numberOfPlayers, Rectangle2D.Double halfCourt)
trunk/CengBall/src/imports/Alternate.java:42
Methodcentralize
(int x, int y)
branches/gui-development/CengBall/src/gui/DefaultButton.java:57
Methodcentralize
(int x, int y)
branches/runtime compiling/CengBall/src/gui/DefaultButton.java:57
Methodcentralize
(int x, int y)
trunk/CengBall/src/gui/DefaultButton.java:63
MethodclearSettings
()
trunk/CengBall/src/utils/UserSettings.java:42
Methodclone
()
trunk/CengBall/src/rare/PlayerAction.java:34
Methodclone
()
trunk/CengBall/src/rare/Pitch.java:134
Methodclone
()
trunk/CengBall/src/rare/vector2D.java:69
Methodcompare
(String o1, String o2)
trunk/CengBall/src/utils/Utils.java:87
Methoddistribute
()
branches/gui-development/CengBall/src/simulator/Team.java:27
Methoddistribute
()
branches/runtime compiling/CengBall/src/simulator/Team.java:27
← previousnext →501–600 of 788, ranked by callers