Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eckucukoglu/cengball
/ functions
Functions
788 in github.com/eckucukoglu/cengball
⨍
Functions
788
◇
Types & classes
120
Method
MainPanel
()
branches/gui-development/CengBall/src/gui/MainPanel.java:18
Method
MainPanel
Create the panel.
branches/runtime compiling/CengBall/src/gui/MainPanel.java:14
Method
MainPanel
()
trunk/CengBall/src/gui/MainPanel.java:23
Method
MatchAssets
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
Method
MatchPanel
Create the panel.
branches/gui-development/CengBall/src/gui/MatchPanel.java:54
Method
MatchPanel
Create the panel.
branches/runtime compiling/CengBall/src/gui/MatchPanel.java:53
Method
MatchPanel
Create the panel.
trunk/CengBall/src/gui/MatchPanel.java:51
Method
MatchStatsPanel
()
trunk/CengBall/src/gui/MatchStatsPanel.java:43
Method
MenuPanel
Create the panel.
branches/gui-development/CengBall/src/gui/MenuPanel.java:27
Method
MenuPanel
Create the panel.
branches/runtime compiling/CengBall/src/gui/MenuPanel.java:22
Method
MenuPanel
Create the panel.
trunk/CengBall/src/gui/MenuPanel.java:30
Method
Metadata
()
branches/gui-development/CengBall/src/common/Metadata.java:22
Method
Metadata
()
branches/runtime compiling/CengBall/src/common/Metadata.java:22
Method
Metadata
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
Method
MovingObject
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
Method
MyTeam
()
trunk/CengBall/src/imports/MyTeam.java:16
Method
Percept
()
branches/gui-development/CengBall/src/common/Percept.java:16
Method
Percept
()
branches/runtime compiling/CengBall/src/common/Percept.java:16
Method
Percept
()
trunk/CengBall/src/rare/Percept.java:17
Method
PerceptParser
(String filename)
branches/gui-development/CengBall/src/common/PerceptParser.java:24
Method
PerceptParser
(String filename)
branches/runtime compiling/CengBall/src/common/PerceptParser.java:24
Method
PerceptWriter
(ArrayList<Percept> perceptList, String outputFile)
branches/gui-development/CengBall/src/common/PerceptWriter.java:16
Method
PerceptWriter
(ArrayList<Percept> perceptList, String outputFile)
branches/runtime compiling/CengBall/src/common/PerceptWriter.java:16
Method
Pitch
()
branches/gui-development/CengBall/src/utils/Pitch.java:21
Method
Pitch
()
branches/runtime compiling/CengBall/src/utils/Pitch.java:21
Method
Pitch
Default constructor for the Pitch class. Dimensions are of Santiago Bernabeu.
trunk/CengBall/src/rare/Pitch.java:38
Method
Player
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
Method
PlayerAction
()
branches/gui-development/CengBall/src/common/PlayerAction.java:9
Method
PlayerAction
()
branches/runtime compiling/CengBall/src/common/PlayerAction.java:9
Method
PlayerAction
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
Method
PlayerInfo
(int id, Position position)
branches/gui-development/CengBall/src/simulator/PlayerInfo.java:9
Method
PlayerInfo
(int id, Position position)
branches/runtime compiling/CengBall/src/simulator/PlayerInfo.java:9
Method
PlayerInfo_
()
branches/gui-development/CengBall/src/common/PlayerInfo_.java:13
Method
PlayerInfo_
()
branches/runtime compiling/CengBall/src/common/PlayerInfo_.java:13
Method
Position
(double x, double y)
branches/gui-development/CengBall/src/common/Position.java:15
Method
Position
(double x, double y)
branches/runtime compiling/CengBall/src/common/Position.java:15
Method
Resources
(MainPanel parentPanel)
branches/gui-development/CengBall/src/gui/Resources.java:14
Method
SaveFile
(String saveFilePath)
branches/gui-development/CengBall/src/common/SaveFile.java:23
Method
SaveFile
(String saveFilePath)
branches/runtime compiling/CengBall/src/common/SaveFile.java:23
Method
SaveFile
Constructor for the SaveFile class with an empty percept list. @param saveFilePath path of the file.
trunk/CengBall/src/rare/SaveFile.java:35
Method
Selector
(ArrayList<String> items)
branches/gui-development/CengBall/src/gui/Selector.java:25
Method
Selector
(String[] items)
trunk/CengBall/src/gui/Selector.java:29
Method
SettingsPanel
()
trunk/CengBall/src/gui/SettingsPanel.java:34
Method
SimulationPanel
()
trunk/CengBall/src/gui/SimulationPanel.java:47
Method
Simulator
(Team a, Team b, Pitch pitch, String logFilePath)
branches/gui-development/CengBall/src/simulator/Simulator.java:21
Method
Simulator
(Team a, Team b, Pitch pitch, String logFilePath)
branches/runtime compiling/CengBall/src/simulator/Simulator.java:21
Method
Simulator
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
Method
SplashPanel
()
branches/gui-development/CengBall/src/gui/SplashPanel.java:21
Method
SplashPanel
()
trunk/CengBall/src/gui/SplashPanel.java:27
Method
Statistic
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
Method
Team
(String name, int color)
branches/gui-development/CengBall/src/simulator/Team.java:21
Method
Team
(String name, int color)
branches/runtime compiling/CengBall/src/simulator/Team.java:21
Method
Team
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
Method
TeamInfo
()
branches/gui-development/CengBall/src/common/TeamInfo.java:12
Method
TeamInfo
()
branches/runtime compiling/CengBall/src/common/TeamInfo.java:12
Method
TeamInfo
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
Method
TeamRunner
(Team team)
trunk/CengBall/src/simulator/TeamRunner.java:17
Method
TeamSelector
(String[] items)
trunk/CengBall/src/gui/TeamSelector.java:43
Method
Visualizer
(SaveFile saveFile, Metadata metadata, int matchLength, int fps)
branches/gui-development/CengBall/src/visualizer/Visualizer.java:58
Method
Visualizer
(SaveFile saveFile, Metadata metadata, int matchLength, int fps)
branches/runtime compiling/CengBall/src/visualizer/Visualizer.java:58
Method
Visualizer
(int matchLength, int fps)
trunk/CengBall/src/visualizer/Visualizer.java:64
Method
WatchPanel
()
trunk/CengBall/src/gui/WatchPanel.java:45
Method
XFactor
()
trunk/CengBall/src/imports/XFactor.java:36
Method
accept
(File dir, String name)
branches/gui-development/CengBall/src/utils/FileUtils.java:59
Method
accept
(File dir, String name)
branches/runtime compiling/CengBall/src/utils/FileUtils.java:52
Method
accept
(File dir, String name)
trunk/CengBall/src/utils/FileUtils.java:86
Method
actionPerformed
(ActionEvent e)
branches/gui-development/CengBall/src/gui/MatchPanel.java:68
Method
actionPerformed
(ActionEvent e)
branches/gui-development/CengBall/src/gui/KickOffPanel.java:121
Method
actionPerformed
(ActionEvent e)
branches/gui-development/CengBall/src/gui/MenuPanel.java:33
Method
actionPerformed
(ActionEvent e)
branches/gui-development/CengBall/src/gui/SplashPanel.java:35
Method
actionPerformed
(ActionEvent e)
branches/gui-development/CengBall/src/gui/Selector.java:36
Method
actionPerformed
(ActionEvent e)
branches/runtime compiling/CengBall/src/gui/MatchPanel.java:67
Method
actionPerformed
(ActionEvent e)
branches/runtime compiling/CengBall/src/gui/MenuPanel.java:28
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/WatchPanel.java:64
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/MatchPanel.java:64
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/MatchStatsPanel.java:60
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/TeamSelector.java:80
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/KickOffPanel.java:107
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/MenuPanel.java:38
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/SettingsPanel.java:85
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/SplashPanel.java:43
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/MainFrame.java:115
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/ImportPanel.java:67
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/SimulationPanel.java:72
Method
actionPerformed
(ActionEvent e)
trunk/CengBall/src/gui/Selector.java:41
Method
assembleTeam
(int numberOfPlayers, Rectangle2D.Double halfCourt)
trunk/CengBall/src/imports/XFactor.java:42
Method
assembleTeam
(int numberOfPlayers, Rectangle2D.Double halfCourt)
trunk/CengBall/src/imports/Agent1.java:236
Method
assembleTeam
(int numberOfPlayers, Rectangle2D.Double halfCourt)
trunk/CengBall/src/imports/Agent2.java:164
Method
assembleTeam
(int numberOfPlayers, Rectangle2D.Double halfCourt)
trunk/CengBall/src/imports/MyTeam.java:21
Method
assembleTeam
(int numberOfPlayers, Rectangle2D.Double halfCourt)
trunk/CengBall/src/imports/Alternate.java:42
Method
centralize
(int x, int y)
branches/gui-development/CengBall/src/gui/DefaultButton.java:57
Method
centralize
(int x, int y)
branches/runtime compiling/CengBall/src/gui/DefaultButton.java:57
Method
centralize
(int x, int y)
trunk/CengBall/src/gui/DefaultButton.java:63
Method
clearSettings
()
trunk/CengBall/src/utils/UserSettings.java:42
Method
clone
()
trunk/CengBall/src/rare/PlayerAction.java:34
Method
clone
()
trunk/CengBall/src/rare/Pitch.java:134
Method
clone
()
trunk/CengBall/src/rare/vector2D.java:69
Method
compare
(String o1, String o2)
trunk/CengBall/src/utils/Utils.java:87
Method
distribute
()
branches/gui-development/CengBall/src/simulator/Team.java:27
Method
distribute
()
branches/runtime compiling/CengBall/src/simulator/Team.java:27
← previous
next →
501–600 of 788, ranked by callers