MCPcopy Create free account

hub / github.com/eckucukoglu/cengball / functions

Functions788 in github.com/eckucukoglu/cengball

↓ 1 callersMethodinitialize
Initializes the MatchAssets object. Gets the first two players of the starting team to the kick off position.
trunk/CengBall/src/common/MatchAssets.java:689
↓ 1 callersMethodinitialize
Puts the ball object in the middle of the given pitch. @param pitch the pitch object that the ball is initialized to.
trunk/CengBall/src/common/Ball.java:53
↓ 1 callersMethodinitializePitchDimensions
()
branches/gui-development/CengBall/src/visualizer/Visualizer.java:70
↓ 1 callersMethodinitializePitchDimensions
()
branches/runtime compiling/CengBall/src/visualizer/Visualizer.java:70
↓ 1 callersMethodinitializePitchDimensions
()
trunk/CengBall/src/visualizer/Visualizer.java:72
↓ 1 callersMethodinitializeStats
()
trunk/CengBall/src/simulator/Simulator.java:461
↓ 1 callersMethodinitializeSupportPoints
()
trunk/CengBall/src/imports/XFactor.java:440
↓ 1 callersMethodinitializeSupportPoints
()
trunk/CengBall/src/imports/Alternate.java:426
↓ 1 callersMethodinitializeTeams
(int numberOfPlayers)
trunk/CengBall/src/simulator/Simulator.java:387
↓ 1 callersMethodinitializeVisualizer
(SaveFile saveFile, Metadata metadata)
trunk/CengBall/src/visualizer/Visualizer.java:193
↓ 1 callersMethodisAnimationCompleted
()
branches/gui-development/CengBall/src/gui/SplashPanel.java:61
↓ 1 callersMethodisCompleted
()
trunk/CengBall/src/gui/SplashPanel.java:69
↓ 1 callersMethodisResourcesLoaded
()
branches/gui-development/CengBall/src/gui/Resources.java:37
↓ 1 callersMethodisScored
Checks if a team scored. @param object the object to the be scored. (Usually the ball.) @param teamID the team which scores. @return true if the team
trunk/CengBall/src/rare/Pitch.java:113
↓ 1 callersMethodisSimilar
(Color color1, Color color2)
trunk/CengBall/src/utils/Utils.java:73
↓ 1 callersMethodloadSequenceFromFile
(String filePath)
branches/gui-development/CengBall/src/gui/MatchPanel.java:376
↓ 1 callersMethodloadSequenceFromFile
(String filePath)
branches/runtime compiling/CengBall/src/gui/MatchPanel.java:369
↓ 1 callersMethodloadSequenceFromFile
(String filePath)
trunk/CengBall/src/gui/MatchPanel.java:299
↓ 1 callersMethodmanToManMarking
(MatchAssets nextPercept)
trunk/CengBall/src/imports/XFactor.java:405
↓ 1 callersMethodmanToManMarking
(MatchAssets nextPercept)
trunk/CengBall/src/imports/Agent1.java:208
↓ 1 callersMethodmanToManMarking
(MatchAssets nextPercept)
trunk/CengBall/src/imports/Agent2.java:137
↓ 1 callersMethodminutesToFrames
(int minutes, int fps)
trunk/CengBall/src/utils/Utils.java:39
↓ 1 callersMethodmoveWithBall
(Player owner)
trunk/CengBall/src/imports/XFactor.java:330
↓ 1 callersMethodmoveWithBall
(Player owner)
trunk/CengBall/src/imports/Agent2.java:102
↓ 1 callersMethodmoveWithBall
(Player owner)
trunk/CengBall/src/imports/Alternate.java:316
↓ 1 callersMethodonAnimationCompleted
()
branches/gui-development/CengBall/src/gui/MainPanel.java:52
↓ 1 callersMethodonResourcesLoaded
()
branches/gui-development/CengBall/src/gui/MainPanel.java:44
↓ 1 callersMethodonSimulationFinished
()
trunk/CengBall/src/gui/SimulationPanel.java:158
↓ 1 callersMethodparse
()
branches/gui-development/CengBall/src/common/PerceptParser.java:36
↓ 1 callersMethodreadFile
Reads an entire file and returns a String object corresponding to that file @param path path of the file to be read @param encoding file encoding @re
trunk/CengBall/src/utils/FileUtils.java:108
↓ 1 callersMethodrefresh
()
trunk/CengBall/src/gui/MatchStatsPanel.java:229
↓ 1 callersMethodrefresh
()
trunk/CengBall/src/gui/ImportPanel.java:141
↓ 1 callersMethodreset
()
branches/gui-development/CengBall/src/visualizer/Visualizer.java:235
↓ 1 callersMethodreset
()
branches/runtime compiling/CengBall/src/visualizer/Visualizer.java:235
↓ 1 callersMethodreset
()
trunk/CengBall/src/visualizer/Visualizer.java:225
↓ 1 callersMethodsaveCompressed
This method compresses then writes the data to the file.
trunk/CengBall/src/rare/SaveFile.java:95
↓ 1 callersMethodsaveToFile
()
branches/gui-development/CengBall/src/common/SaveFile.java:42
↓ 1 callersMethodsaveToFile
()
branches/runtime compiling/CengBall/src/common/SaveFile.java:42
↓ 1 callersMethodsendMatchInfo
(String name1, String name2, int matchLength, boolean isFatigueOn, int numOfPlayers)
trunk/CengBall/src/gui/MainPanel.java:71
↓ 1 callersMethodsetBackgrounds
(Image[] images)
trunk/CengBall/src/gui/MainPanel.java:86
↓ 1 callersMethodsetDebugMode
(boolean debugModeOn)
trunk/CengBall/src/utils/UserSettings.java:26
↓ 1 callersMethodsetExceptionType
(ExceptionType exceptionType)
trunk/CengBall/src/utils/CengBallException.java:18
↓ 1 callersMethodsetFatigueOption
(boolean isFatigueOn)
trunk/CengBall/src/gui/SimulationPanel.java:206
↓ 1 callersMethodsetGoalPostIDs
Sets ids of the goal posts. @param left id of the left goal post. @param right id of the right goal post.
trunk/CengBall/src/rare/Pitch.java:210
↓ 1 callersMethodsetHasBall
(HashMap<Integer, Integer> hasBall)
trunk/CengBall/src/rare/Statistic.java:194
↓ 1 callersMethodsetId
Sets the id of the player. @param id the id to be set.
trunk/CengBall/src/common/Player.java:406
↓ 1 callersMethodsetJDKPath
(String JDKPath)
trunk/CengBall/src/utils/UserSettings.java:34
↓ 1 callersMethodsetLastDistance
(HashMap<Integer, Double> lastDistance)
trunk/CengBall/src/rare/Statistic.java:222
↓ 1 callersMethodsetLogger
(Logger logger)
trunk/CengBall/src/utils/FileUtils.java:31
↓ 1 callersMethodsetMetadata
Sets the meta data of the save file. @param metadata the metada object to be set.
trunk/CengBall/src/rare/SaveFile.java:185
↓ 1 callersMethodsetNumberOfPlayers
(int numOfPlayers)
trunk/CengBall/src/gui/SimulationPanel.java:210
↓ 1 callersMethodsetPassSuccess
(HashMap<Integer, Integer> passSuccess)
trunk/CengBall/src/rare/Statistic.java:154
↓ 1 callersMethodsetPassTry
(HashMap<Integer, Integer> passTry)
trunk/CengBall/src/rare/Statistic.java:142
↓ 1 callersMethodsetPerceptLimit
(int perceptLimit)
trunk/CengBall/src/gui/SimulationPanel.java:197
↓ 1 callersMethodsetPerceptList
Sets the percpet list of the save file. @param perceptList the list to be set.
trunk/CengBall/src/rare/SaveFile.java:167
↓ 1 callersMethodsetShootTry
(HashMap<Integer, Integer> shootTry)
trunk/CengBall/src/rare/Statistic.java:178
↓ 1 callersMethodsetStartupPosition
Sets the startup position of the player. Start up position determines where the player will be when the game starts and after each goal. @param startu
trunk/CengBall/src/common/Player.java:397
↓ 1 callersMethodsetStats
(Statistic stats)
trunk/CengBall/src/rare/SaveFile.java:194
↓ 1 callersMethodsetTeamNames
(String name1, String name2)
trunk/CengBall/src/gui/SimulationPanel.java:201
↓ 1 callersMethodsetTeams
Sets the teams and their players to the MatchObjects. @param team1ID team ID of the first team. @param players1 player list of the first team. @param
trunk/CengBall/src/common/MatchAssets.java:586
↓ 1 callersMethodsetTotalDistance
(HashMap<Integer, Double> totalDistance)
trunk/CengBall/src/rare/Statistic.java:202
↓ 1 callersMethodsetTrapSuccess
(HashMap<Integer, Integer> trapSuccess)
trunk/CengBall/src/rare/Statistic.java:158
↓ 1 callersMethodsetTrapTry
(HashMap<Integer, Integer> trapTry)
trunk/CengBall/src/rare/Statistic.java:186
↓ 1 callersMethodsetmRun
(boolean mRun)
trunk/CengBall/src/simulator/Simulator.java:534
↓ 1 callersMethodsetup
()
trunk/CengBall/src/utils/CBLogger.java:38
↓ 1 callersMethodsortDates
(ArrayList<String> dates)
trunk/CengBall/src/utils/Utils.java:84
↓ 1 callersMethodsortFilesAccordingToDate
(String[] saveFileNames)
trunk/CengBall/src/gui/WatchPanel.java:173
↓ 1 callersMethodstopPlayers
Stops all the players in this object.
trunk/CengBall/src/common/MatchAssets.java:659
↓ 1 callersMethodsubmitTeams
Submits the teams to the MatchAssets object. Sets the goal post IDs of the pitch. @param team1ID team ID of the first team. @param team2ID team ID of
trunk/CengBall/src/common/MatchAssets.java:574
↓ 1 callersMethodswapColors
Swaps team's color1 with color2.
trunk/CengBall/src/common/Team.java:143
↓ 1 callersMethodthreadSleep
(int milis)
trunk/CengBall/src/visualizer/Visualizer.java:293
↓ 1 callersMethodupdateTeamA
Synchronizes the team a.
trunk/CengBall/src/simulator/Simulator.java:358
↓ 1 callersMethodupdateTeamB
Synchronizes the team b.
trunk/CengBall/src/simulator/Simulator.java:366
↓ 1 callersMethodzoneMarking
(MatchAssets nextPercept)
trunk/CengBall/src/imports/Alternate.java:391
MethodAgent1
()
trunk/CengBall/src/imports/Agent1.java:28
MethodAgent2
()
trunk/CengBall/src/imports/Agent2.java:29
MethodAlternate
()
trunk/CengBall/src/imports/Alternate.java:36
MethodBall
()
branches/gui-development/CengBall/src/common/Ball.java:8
MethodBall
()
branches/runtime compiling/CengBall/src/common/Ball.java:8
MethodBall
Default constructor of the ball class.
trunk/CengBall/src/common/Ball.java:18
MethodCengBallException
(ExceptionType exception)
trunk/CengBall/src/utils/CengBallException.java:10
MethodCoord
(int w, int h)
branches/gui-development/CengBall/src/common/Coord.java:7
MethodCoord
(int w, int h)
branches/runtime compiling/CengBall/src/common/Coord.java:7
MethodDefaultButton
()
branches/gui-development/CengBall/src/gui/DefaultButton.java:15
MethodDefaultButton
()
branches/runtime compiling/CengBall/src/gui/DefaultButton.java:15
MethodDefaultButton
()
trunk/CengBall/src/gui/DefaultButton.java:18
MethodDynamicCompiler
(String sourcePath)
trunk/CengBall/src/imports/DynamicCompiler.java:39
MethodHighlight
()
branches/gui-development/CengBall/src/common/Highlight.java:13
MethodHighlight
()
branches/runtime compiling/CengBall/src/common/Highlight.java:13
MethodHighlight
()
trunk/CengBall/src/rare/Highlight.java:16
MethodIconButton
(String iconDefault, String iconHovered, String iconPressed)
branches/gui-development/CengBall/src/gui/IconButton.java:16
MethodIconButton
(String iconDefault, String iconHovered, String iconPressed)
trunk/CengBall/src/gui/IconButton.java:15
MethodImportPanel
Create the panel.
branches/gui-development/CengBall/src/gui/ImportPanel.java:10
MethodImportPanel
()
trunk/CengBall/src/gui/ImportPanel.java:42
MethodInMemoryJavaFileObject
(String className, String contents)
trunk/CengBall/src/imports/DynamicCompiler.java:59
MethodKickOffPanel
()
branches/gui-development/CengBall/src/gui/KickOffPanel.java:25
MethodKickOffPanel
()
trunk/CengBall/src/gui/KickOffPanel.java:31
MethodMainFrame
Create the frame.
branches/gui-development/CengBall/src/gui/MainFrame.java:16
MethodMainFrame
Create the frame.
branches/runtime compiling/CengBall/src/gui/MainFrame.java:16
MethodMainFrame
Create the frame.
trunk/CengBall/src/gui/MainFrame.java:68
← previousnext →401–500 of 788, ranked by callers