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
↓ 1 callers
Method
arrangeLayout
()
branches/gui-development/CengBall/src/gui/MatchPanel.java:276
↓ 1 callers
Method
arrangeLayout
()
branches/gui-development/CengBall/src/gui/KickOffPanel.java:143
↓ 1 callers
Method
arrangeLayout
()
branches/gui-development/CengBall/src/gui/MenuPanel.java:76
↓ 1 callers
Method
arrangeLayout
()
branches/runtime compiling/CengBall/src/gui/MatchPanel.java:275
↓ 1 callers
Method
arrangeLayout
()
branches/runtime compiling/CengBall/src/gui/MenuPanel.java:76
↓ 1 callers
Method
arrangeLayout
()
trunk/CengBall/src/gui/WatchPanel.java:140
↓ 1 callers
Method
arrangeLayout
()
trunk/CengBall/src/gui/MatchPanel.java:271
↓ 1 callers
Method
arrangeLayout
()
trunk/CengBall/src/gui/KickOffPanel.java:144
↓ 1 callers
Method
arrangeLayout
()
trunk/CengBall/src/gui/MenuPanel.java:104
↓ 1 callers
Method
arrangeLayout
()
trunk/CengBall/src/gui/SettingsPanel.java:128
↓ 1 callers
Method
arrangeLayout
()
trunk/CengBall/src/gui/SplashPanel.java:73
↓ 1 callers
Method
arrangeLayout
()
trunk/CengBall/src/gui/ImportPanel.java:160
↓ 1 callers
Method
arrangeLayout
()
trunk/CengBall/src/gui/SimulationPanel.java:137
↓ 1 callers
Method
backward
()
branches/gui-development/CengBall/src/visualizer/Visualizer.java:257
↓ 1 callers
Method
backward
()
branches/runtime compiling/CengBall/src/visualizer/Visualizer.java:257
↓ 1 callers
Method
backward
()
trunk/CengBall/src/visualizer/Visualizer.java:252
↓ 1 callers
Method
calculateRatio
(int windowWidth, int windowHeight)
branches/gui-development/CengBall/src/utils/Pitch.java:40
↓ 1 callers
Method
calculateRatio
(int windowWidth, int windowHeight)
branches/runtime compiling/CengBall/src/utils/Pitch.java:40
↓ 1 callers
Method
calculateRatio
Calculates the ratio that the pitch extents should be multiplied to fit the screen. @param windowWidth the width of the window. @param windowHeight th
trunk/CengBall/src/rare/Pitch.java:86
↓ 1 callers
Method
checkTeams
(Team team1, Team team2)
trunk/CengBall/src/simulator/Simulator.java:477
↓ 1 callers
Method
clone
Clones this MatchAssets object according to the given callerTeamID. The skills of opponent players are hidden from the caller team. @param callerTeamI
trunk/CengBall/src/common/MatchAssets.java:240
↓ 1 callers
Method
clone
()
trunk/CengBall/src/common/Player.java:141
↓ 1 callers
Method
compile
compile your files by JavaCompiler
trunk/CengBall/src/imports/DynamicCompiler.java:83
↓ 1 callers
Method
createId
Creates id for the player. @return the id that is created.
trunk/CengBall/src/common/Player.java:379
↓ 1 callers
Method
createRandomBallSequence
()
branches/gui-development/CengBall/src/gui/MatchPanel.java:304
↓ 1 callers
Method
createRandomBallSequence
()
branches/runtime compiling/CengBall/src/gui/MatchPanel.java:297
↓ 1 callers
Method
createSmoothSequence
(ArrayList<Percept> percepts, int matchLength, int fps)
branches/gui-development/CengBall/src/visualizer/Visualizer.java:196
↓ 1 callers
Method
createSmoothSequence
(ArrayList<Percept> percepts, int matchLength, int fps)
branches/runtime compiling/CengBall/src/visualizer/Visualizer.java:196
↓ 1 callers
Method
decideTactic
()
trunk/CengBall/src/imports/XFactor.java:472
↓ 1 callers
Method
decideTactic
()
trunk/CengBall/src/imports/Alternate.java:458
↓ 1 callers
Method
distance3D
(float[] point1, float[] point2)
trunk/CengBall/src/utils/Utils.java:63
↓ 1 callers
Method
drawBall
(Graphics2D g2d, Ball ball)
branches/gui-development/CengBall/src/visualizer/Visualizer.java:164
↓ 1 callers
Method
drawBall
(Graphics2D g2d, Ball ball)
branches/runtime compiling/CengBall/src/visualizer/Visualizer.java:164
↓ 1 callers
Method
drawBall
(Graphics2D g2d, Ball ball)
trunk/CengBall/src/visualizer/Visualizer.java:183
↓ 1 callers
Method
drawPitch
(Graphics2D g2d)
branches/gui-development/CengBall/src/visualizer/Visualizer.java:91
↓ 1 callers
Method
drawPitch
(Graphics2D g2d)
branches/runtime compiling/CengBall/src/visualizer/Visualizer.java:91
↓ 1 callers
Method
drawPitch
(Graphics2D g2d)
trunk/CengBall/src/visualizer/Visualizer.java:93
↓ 1 callers
Method
drawPlayer
(Graphics2D g2d, PlayerInfo playerInfo, Color playerColor, int kitNumber, String name)
branches/gui-development/CengBall/src/visualizer/Visualizer.java:154
↓ 1 callers
Method
drawPlayer
(Graphics2D g2d, PlayerInfo playerInfo, Color playerColor, int kitNumber, String name)
branches/runtime compiling/CengBall/src/visualizer/Visualizer.java:154
↓ 1 callers
Method
drawPlayer
(Graphics2D g2d, Player player, Color playerColor1, Color playerColor2, int kitNumber, String name)
trunk/CengBall/src/visualizer/Visualizer.java:172
↓ 1 callers
Method
endMatch
()
branches/gui-development/CengBall/src/visualizer/Visualizer.java:241
↓ 1 callers
Method
endMatch
()
branches/runtime compiling/CengBall/src/visualizer/Visualizer.java:241
↓ 1 callers
Method
endMatch
()
trunk/CengBall/src/visualizer/Visualizer.java:233
↓ 1 callers
Method
findIntersectionPoint
(Ball ball, Player player)
trunk/CengBall/src/imports/XFactor.java:356
↓ 1 callers
Method
findIntersectionPoint
(Ball ball, Player player)
trunk/CengBall/src/imports/Alternate.java:342
↓ 1 callers
Method
formatSaveFiles
(String[] saveFileNames)
trunk/CengBall/src/gui/WatchPanel.java:183
↓ 1 callers
Method
forward
()
branches/gui-development/CengBall/src/visualizer/Visualizer.java:248
↓ 1 callers
Method
forward
()
branches/runtime compiling/CengBall/src/visualizer/Visualizer.java:248
↓ 1 callers
Method
forward
()
trunk/CengBall/src/visualizer/Visualizer.java:241
↓ 1 callers
Method
generateFileName
Returns a string containing current date and time with supplied extension @param fileExtension extension of the output file @return name string with
branches/gui-development/CengBall/src/utils/FileUtils.java:32
↓ 1 callers
Method
generateFileName
Returns a string containing current date and time with supplied extension @param fileExtension extension of the output file @return name string with
branches/runtime compiling/CengBall/src/utils/FileUtils.java:25
↓ 1 callers
Method
getFromFile
(String filePath)
branches/gui-development/CengBall/src/common/SaveFile.java:64
↓ 1 callers
Method
getFromFile
(String filePath)
branches/runtime compiling/CengBall/src/common/SaveFile.java:64
↓ 1 callers
Method
getH
()
branches/gui-development/CengBall/src/common/Coord.java:16
↓ 1 callers
Method
getH
()
branches/runtime compiling/CengBall/src/common/Coord.java:16
↓ 1 callers
Method
getId
()
branches/gui-development/CengBall/src/common/TeamInfo.java:33
↓ 1 callers
Method
getId
()
branches/runtime compiling/CengBall/src/common/TeamInfo.java:33
↓ 1 callers
Method
getInstance
()
branches/gui-development/CengBall/src/gui/MenuPanel.java:62
↓ 1 callers
Method
getInstance
()
branches/gui-development/CengBall/src/gui/SplashPanel.java:57
↓ 1 callers
Method
getInstance
()
branches/runtime compiling/CengBall/src/gui/MenuPanel.java:72
↓ 1 callers
Method
getInstance
()
trunk/CengBall/src/gui/MatchStatsPanel.java:225
↓ 1 callers
Method
getInstance
()
trunk/CengBall/src/gui/SplashPanel.java:65
↓ 1 callers
Method
getKickOffPosition
Gets the kickoff position of a team. @param teamID id of the team. @return kickoff position of the team with the given id.
trunk/CengBall/src/rare/Pitch.java:143
↓ 1 callers
Method
getKitNumber
()
branches/gui-development/CengBall/src/common/PlayerInfo_.java:45
↓ 1 callers
Method
getKitNumber
()
branches/runtime compiling/CengBall/src/common/PlayerInfo_.java:45
↓ 1 callers
Method
getLastDistance
(int playerID)
trunk/CengBall/src/rare/Statistic.java:218
↓ 1 callers
Method
getLogsDirectory
()
trunk/CengBall/src/utils/FileUtils.java:193
↓ 1 callers
Method
getMatchLength
Gets match length. @return match length (turnwise)
trunk/CengBall/src/rare/Metadata.java:115
↓ 1 callers
Method
getMetadata
()
branches/gui-development/CengBall/src/common/SaveFile.java:81
↓ 1 callers
Method
getMetadata
()
branches/runtime compiling/CengBall/src/common/SaveFile.java:81
↓ 1 callers
Method
getPassControl
(int playerID)
trunk/CengBall/src/rare/Statistic.java:162
↓ 1 callers
Method
getPerceptList
()
branches/gui-development/CengBall/src/common/SaveFile.java:34
↓ 1 callers
Method
getPerceptList
()
branches/runtime compiling/CengBall/src/common/SaveFile.java:34
↓ 1 callers
Method
getPlayerPosition
(int playerID)
trunk/CengBall/src/rare/Statistic.java:206
↓ 1 callers
Method
getPlayerToPass
()
trunk/CengBall/src/imports/Agent1.java:121
↓ 1 callers
Method
getPlayerType
(Player p)
trunk/CengBall/src/imports/XFactor.java:486
↓ 1 callers
Method
getPlayerType
(Player p)
trunk/CengBall/src/imports/Alternate.java:472
↓ 1 callers
Method
getSaveFilePath
()
branches/gui-development/CengBall/src/common/SaveFile.java:38
↓ 1 callers
Method
getSaveFilePath
()
branches/runtime compiling/CengBall/src/common/SaveFile.java:38
↓ 1 callers
Method
getSaveFilePath
()
trunk/CengBall/src/utils/FileUtils.java:203
↓ 1 callers
Method
getSaveFiles
()
trunk/CengBall/src/utils/FileUtils.java:213
↓ 1 callers
Method
getShooter
()
trunk/CengBall/src/imports/Agent1.java:142
↓ 1 callers
Method
getStopper
(MatchAssets newAssets)
trunk/CengBall/src/imports/XFactor.java:385
↓ 1 callers
Method
getStopper
(MovingObject target, MatchAssets newAssets)
trunk/CengBall/src/imports/Agent1.java:153
↓ 1 callers
Method
getStopper
(MovingObject target, MatchAssets newAssets)
trunk/CengBall/src/imports/Agent2.java:82
↓ 1 callers
Method
getStopper
(MatchAssets newAssets)
trunk/CengBall/src/imports/Alternate.java:371
↓ 1 callers
Method
getTeam1
()
branches/gui-development/CengBall/src/common/Metadata.java:71
↓ 1 callers
Method
getTeam1
()
branches/runtime compiling/CengBall/src/common/Metadata.java:71
↓ 1 callers
Method
getTeam2
()
branches/gui-development/CengBall/src/common/Metadata.java:75
↓ 1 callers
Method
getTeam2
()
branches/runtime compiling/CengBall/src/common/Metadata.java:75
↓ 1 callers
Method
getType
Gets the type of the action. @return type of the action.
trunk/CengBall/src/rare/PlayerAction.java:50
↓ 1 callers
Method
getW
()
branches/gui-development/CengBall/src/common/Coord.java:12
↓ 1 callers
Method
getW
()
branches/runtime compiling/CengBall/src/common/Coord.java:12
↓ 1 callers
Method
incHasBall
These inc_ functions increase given player's statistics. @param playerID id of the player.
trunk/CengBall/src/rare/Statistic.java:118
↓ 1 callers
Method
incPassSuccess
These inc_ functions increase given player's statistics. @param playerID id of the player.
trunk/CengBall/src/rare/Statistic.java:86
↓ 1 callers
Method
incPassTry
These inc_ functions increase given player's statistics. @param playerID id of the player.
trunk/CengBall/src/rare/Statistic.java:78
↓ 1 callers
Method
incShootTry
These inc_ functions increase given player's statistics. @param playerID id of the player.
trunk/CengBall/src/rare/Statistic.java:102
↓ 1 callers
Method
incTotalDistance
These inc_ functions increase given player's statistics. @param playerID id of the player. @param playerPosition
trunk/CengBall/src/rare/Statistic.java:127
↓ 1 callers
Method
incTrapTry
These inc_ functions increase given player's statistics. @param playerID id of the player.
trunk/CengBall/src/rare/Statistic.java:110
↓ 1 callers
Method
init
Initialize all players statistics to zero. @param playerIDs @param positionDatas @return
trunk/CengBall/src/rare/Statistic.java:58
← previous
next →
301–400 of 788, ranked by callers