MCPcopy Create free account

hub / github.com/eckucukoglu/cengball / functions

Functions788 in github.com/eckucukoglu/cengball

↓ 234 callersMethodgetId
Gets the team's id. @return the id of the team.
trunk/CengBall/src/common/Team.java:127
↓ 231 callersMethodadd
Adds the vector with the given vector. @param v the vector to be added. @return result vector.
trunk/CengBall/src/rare/vector2D.java:123
↓ 216 callersMethodgetPosition
Gets the position of the moving object. @return the position of the moving object.
trunk/CengBall/src/common/MovingObject.java:43
↓ 119 callersMethodgetX
Gets the value in x axis. @return the value in x axis.
trunk/CengBall/src/rare/vector2D.java:38
↓ 95 callersMethodsetBounds
(int x,int y,int width, int height)
trunk/CengBall/src/gui/Selector.java:118
↓ 87 callersMethodlog
(String str)
branches/gui-development/CengBall/src/utils/Utils.java:13
↓ 75 callersMethodgetBall
Gets the ball. @return ball object.
trunk/CengBall/src/rare/Percept.java:47
↓ 63 callersMethodgetY
Gets the value in y axis. @return the value in y axis.
trunk/CengBall/src/rare/vector2D.java:54
↓ 63 callersMethodsetBounds
(int x,int y,int width, int height)
branches/gui-development/CengBall/src/gui/Selector.java:98
↓ 59 callersMethodgetId
Gets the player's id. @return id of the player.
trunk/CengBall/src/common/Player.java:371
↓ 56 callersMethodgetFont
(String fontName, int fontSize, int style)
trunk/CengBall/src/utils/FileUtils.java:114
↓ 56 callersMethodmeasureDistance
Calculates the distance between two vectors. @param vec other vector. @return result value.
trunk/CengBall/src/rare/vector2D.java:164
↓ 52 callersMethodgetPitch
Gets the dimensions of the pitch. @return dimensions of the pitch.
trunk/CengBall/src/rare/Pitch.java:219
↓ 44 callersMethodgetName
Gets the name of the player. @return name of the player.
trunk/CengBall/src/common/Player.java:202
↓ 39 callersMethodgetPlayer
Gets the player with the given ID in this MatchAssets object. @param id given ID. @return player with the given ID.
trunk/CengBall/src/common/MatchAssets.java:289
↓ 38 callersMethodgetStats
()
trunk/CengBall/src/rare/SaveFile.java:190
↓ 38 callersMethodsetBackground
(Image img)
branches/gui-development/CengBall/src/gui/MenuPanel.java:66
↓ 37 callersMethodsetBackground
(Image img)
trunk/CengBall/src/gui/MenuPanel.java:93
↓ 32 callersMethodgetPlayers
Gets the player hash map. @return player hash map.
trunk/CengBall/src/common/MatchAssets.java:546
↓ 31 callersMethodtoString
()
trunk/CengBall/src/rare/vector2D.java:77
↓ 30 callersMethodgetPreferredSize
()
trunk/CengBall/src/gui/Selector.java:127
↓ 25 callersMethodgetPitchHeight
Gets the heigth of the field. @return height of the field.
trunk/CengBall/src/rare/Pitch.java:68
↓ 25 callersMethodgetPlayerList
Gets the player list with the given team ID. @param teamID team ID. @return player list with the team ID.
trunk/CengBall/src/common/MatchAssets.java:555
↓ 25 callersMethodgetPlayersInRange
Gets the players in the circle specified with the range and the center. @param center the center of the circle. @param range the range of the circle.
trunk/CengBall/src/common/MatchAssets.java:412
↓ 25 callersMethodgetX
()
branches/gui-development/CengBall/src/common/Position.java:20
↓ 25 callersMethodgetX
()
branches/runtime compiling/CengBall/src/common/Position.java:20
↓ 25 callersMethodsetBackground
(Image img)
trunk/CengBall/src/gui/MatchStatsPanel.java:286
↓ 25 callersMethodsubtract
Subtracts the given vector from this one. @param v the vector to be subtracted. @return result vector.
trunk/CengBall/src/rare/vector2D.java:132
↓ 23 callersMethodgetLogger
()
trunk/CengBall/src/utils/CBLogger.java:61
↓ 22 callersMethodgetInstance
()
trunk/CengBall/src/utils/CBLogger.java:26
↓ 22 callersMethodgetStartupPosition
Gets the startup position of the player. @return the startup postion of the player.
trunk/CengBall/src/common/Player.java:389
↓ 21 callersMethodgetPosition
()
branches/gui-development/CengBall/src/common/Ball.java:18
↓ 21 callersMethodgetPosition
()
branches/runtime compiling/CengBall/src/common/Ball.java:18
↓ 21 callersMethodgetSpeed
Gets the speed of the moving object. @return the speed of the moving object.
trunk/CengBall/src/common/MovingObject.java:59
↓ 20 callersMethodgetFont
(String fontName, int fontSize, int style)
branches/gui-development/CengBall/src/utils/FileUtils.java:71
↓ 20 callersMethodgetHalfCourt
Gets the half court of the team with the given team ID. @param teamID team ID of the team. @return the half court of the team.
trunk/CengBall/src/rare/Pitch.java:164
↓ 20 callersMethodgetOwner
Gets the owner of the ball object. @return the owner player of the ball object.
trunk/CengBall/src/common/Ball.java:84
↓ 20 callersMethodgetPlayerClosestToObject
Gets the player which is the closest to the given object among the given player list. @param players player list. @param target target object. @return
trunk/CengBall/src/common/MatchAssets.java:343
↓ 20 callersMethodgetScreenWidthRatio
(int width)
trunk/CengBall/src/utils/Utils.java:22
↓ 19 callersMethodclone
()
trunk/CengBall/src/common/Ball.java:38
↓ 19 callersMethodgetClosestPlayersToLine
Gets the players to the line within the given range. @param from first endpoint of the line. @param to second endpoint of the line. @param range the r
trunk/CengBall/src/common/MatchAssets.java:496
↓ 19 callersMethodgetTeamInfo
Gets the information about the team.(id, name and colors). @return an object containing the team information.
trunk/CengBall/src/common/Team.java:135
↓ 19 callersMethodgetY
()
branches/gui-development/CengBall/src/common/Position.java:28
↓ 19 callersMethodgetY
()
branches/runtime compiling/CengBall/src/common/Position.java:28
↓ 19 callersMethodshow
(String name)
trunk/CengBall/src/gui/MainPanel.java:46
↓ 19 callersMethodstop
Sets the player's intention to stop. Player does nothing when it's intention is stop.
trunk/CengBall/src/common/Player.java:362
↓ 18 callersMethodgetRadius
Gets the radius. @return radius of the moving object.
trunk/CengBall/src/common/MovingObject.java:115
↓ 18 callersMethodtoPoint
Transforms this vector to a Point2D. @return vector as a Point2D.
trunk/CengBall/src/rare/vector2D.java:175
↓ 17 callersMethodcontains
Checks if an object is with in the boundaries of the field. @param object the object to be checked. @return true if the object is in the field, false
trunk/CengBall/src/rare/Pitch.java:98
↓ 16 callersMethodgetTeamID
Gets the team id of the player. @return teamID id of the player.
trunk/CengBall/src/common/Player.java:186
↓ 16 callersMethodnormalizeDistance
(double distance)
trunk/CengBall/src/imports/XFactor.java:490
↓ 15 callersMethodgetPitchWidth
Gets the width of the pitch. @return width of the pitch.
trunk/CengBall/src/rare/Pitch.java:60
↓ 15 callersMethodgetTeamIDs
Gets the team ID list. @return team ID list.
trunk/CengBall/src/common/MatchAssets.java:603
↓ 14 callersMethodsetSpeed
Sets the speed of the moving object. @param speed speed to be set.
trunk/CengBall/src/common/MovingObject.java:67
↓ 14 callersMethodsetX
Sets the value in x axis. @param x the value in x axis to be set.
trunk/CengBall/src/rare/vector2D.java:46
↓ 14 callersMethodsetY
Sets the value in y axis. @param y the value in y axis to be set.
trunk/CengBall/src/rare/vector2D.java:62
↓ 13 callersMethodgetAngle
Gets the angle of the vector. @return the angle of the vector.
trunk/CengBall/src/rare/vector2D.java:93
↓ 13 callersMethodgetPlayerInfoList
()
branches/gui-development/CengBall/src/common/Percept.java:33
↓ 13 callersMethodgetPlayerInfoList
()
branches/runtime compiling/CengBall/src/common/Percept.java:33
↓ 13 callersMethodgetScore
Gets the score of the team with the given team ID. @param teamID team ID of the team. @return score of the team with the given team ID.
trunk/CengBall/src/common/MatchAssets.java:564
↓ 13 callersMethodgetTeam1
Gets the (home) team. @return a team object in the match.
trunk/CengBall/src/rare/Metadata.java:68
↓ 13 callersMethodgetTeam2
Gets the (away) team. @return a team object in the match.
trunk/CengBall/src/rare/Metadata.java:76
↓ 12 callersMethodgetGoalPost
Gets the goal post of the team with the given team ID. @param teamID team ID of the team. @return the goal post of the team.
trunk/CengBall/src/rare/Pitch.java:179
↓ 12 callersMethodround
(double value, int places)
trunk/CengBall/src/utils/Utils.java:30
↓ 11 callersMethodgetActionType
Gets the type of the action of the highlight. @return the type of the action.
trunk/CengBall/src/rare/Highlight.java:50
↓ 11 callersMethodgetImage
Gets the image from the resource file. @param imageName the name of the image. @return image.
trunk/CengBall/src/utils/FileUtils.java:137
↓ 11 callersMethodgetPosAngle
Gets the positive value of the angle of the vector. @return positive value of the angle of the vector.
trunk/CengBall/src/rare/vector2D.java:101
↓ 11 callersMethodgetScreenDimension
()
trunk/CengBall/src/utils/Utils.java:18
↓ 11 callersMethodmultiply
Multiplies the vector with the given constant. @param k the constant to multiply the vector. @return multiplied vector
trunk/CengBall/src/rare/vector2D.java:114
↓ 10 callersMethodgetColor1
Gets the first color of the team @return color of the team.
trunk/CengBall/src/rare/TeamInfo.java:65
↓ 10 callersMethodgetFont
(String fontName, int fontSize, int style)
branches/runtime compiling/CengBall/src/utils/FileUtils.java:64
↓ 10 callersMethodgetPerceptList
Gets the percept list of the save file. @return a list of percepts.
trunk/CengBall/src/rare/SaveFile.java:56
↓ 10 callersMethodsetBackground
(Image img)
branches/gui-development/CengBall/src/gui/KickOffPanel.java:173
↓ 10 callersMethodsetBackground
(Image img)
trunk/CengBall/src/gui/KickOffPanel.java:174
↓ 9 callersMethodgetDistanceFrom
Gets the distance from a moving object to the player. @param object the object, which the distance between the player to be calculated. @return the di
trunk/CengBall/src/common/Player.java:317
↓ 9 callersMethodgetFatigueAbility
Gets the fatigue ability of the player. @return the fatigue ability of the player.
trunk/CengBall/src/common/Player.java:299
↓ 9 callersMethodgetIntent
Gets the intention of the player. @return intention of the player.
trunk/CengBall/src/common/Player.java:170
↓ 9 callersMethodgetPlayers
Gets the player list of the percept. @return an array of players.
trunk/CengBall/src/rare/Percept.java:102
↓ 9 callersMethodgetSelectedItem
()
trunk/CengBall/src/gui/Selector.java:114
↓ 9 callersMethodgetSpeedAbility
Gets the speed ability of the player. @return the speed ability of the player.
trunk/CengBall/src/common/Player.java:251
↓ 9 callersMethodgetSpeedAngle
Gets the speed angle. @return speed angle of the moving object.
trunk/CengBall/src/common/MovingObject.java:78
↓ 9 callersMethodrefresh
()
trunk/CengBall/src/gui/WatchPanel.java:160
↓ 8 callersMethodgetColor2
Gets the second color of the team. @return the second color of the team.
trunk/CengBall/src/rare/TeamInfo.java:81
↓ 8 callersMethodgetPlayerClosestToBall
Gets the player which is the closest to the ball among the given player list. @param players player list. @return the ID of closest player to the ball
trunk/CengBall/src/common/MatchAssets.java:321
↓ 8 callersMethodgetPreferredSize
()
branches/gui-development/CengBall/src/gui/Selector.java:107
↓ 8 callersMethodgetScreenHeightRatio
(int height)
trunk/CengBall/src/utils/Utils.java:26
↓ 8 callersMethodgetTrapDistance
Gets the trap distance of the ball. @return the trap distance
trunk/CengBall/src/common/Ball.java:92
↓ 8 callersMethodgetType
Gets the type. @return type of the moving object.
trunk/CengBall/src/common/MovingObject.java:139
↓ 8 callersMethodsetBackground
(Image img)
trunk/CengBall/src/gui/SettingsPanel.java:163
↓ 8 callersMethodsetIntent
Sets the intention of the player. @param intent intention to be set.
trunk/CengBall/src/common/Player.java:178
↓ 8 callersMethodshow
(String name)
branches/gui-development/CengBall/src/gui/MainPanel.java:36
↓ 8 callersMethodtrap
Sets the player's intention to trap the ball.(Capture the ball.) If there is a ball near the player, the player is going to try to capture the ball.
trunk/CengBall/src/common/Player.java:353
↓ 7 callersMethodassembleTeam
Function to be overriden, default is average distribution @param numberOfPlayers @param halfCourt @return @throws CengBallException
trunk/CengBall/src/common/Team.java:57
↓ 7 callersMethodgetBall
()
branches/gui-development/CengBall/src/common/Percept.java:29
↓ 7 callersMethodgetBall
()
branches/runtime compiling/CengBall/src/common/Percept.java:29
↓ 7 callersMethodgetInstance
()
trunk/CengBall/src/gui/WatchPanel.java:136
↓ 7 callersMethodgetShootAbility
Gets the shoot ability of the player. @return the shoot ability of the player.
trunk/CengBall/src/common/Player.java:267
↓ 7 callersMethodsetOwner
Sets the owner of the ball object. @param player the new owner of the ball object.
trunk/CengBall/src/common/Ball.java:75
↓ 7 callersMethodupdateTime
(long miliseconds)
trunk/CengBall/src/gui/MatchPanel.java:216
↓ 6 callersMethodclonePlayers
Clones the given player list. @param players player list to be cloned. @return cloned player list.
trunk/CengBall/src/common/Player.java:236
next →1–100 of 788, ranked by callers