Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjalvarado/Course1StarterCode
/ functions
Functions
175 in github.com/cjalvarado/Course1StarterCode
⨍
Functions
175
◇
Types & classes
35
Method
draw
()
UCSDUnfoldingMaps/src/module6/EarthquakeCityMap.java:131
Method
draw
()
UCSDUnfoldingMaps/src/module6/LifeExpectancy.java:52
Method
drawEarthquake
(PGraphics pg, float x, float y)
UCSDUnfoldingMaps/src/module4/LandQuakeMarker.java:25
Method
drawEarthquake
(PGraphics pg, float x, float y)
UCSDUnfoldingMaps/src/module4/OceanQuakeMarker.java:22
Method
drawEarthquake
Draw the earthquake as an ellipse
UCSDUnfoldingMaps/src/module5/LandQuakeMarker.java:26
Method
drawEarthquake
Draw the earthquake as a square
UCSDUnfoldingMaps/src/module5/OceanQuakeMarker.java:23
Method
drawEarthquake
(PGraphics pg, float x, float y)
UCSDUnfoldingMaps/src/module6/LandQuakeMarker.java:24
Method
drawEarthquake
(PGraphics pg, float x, float y)
UCSDUnfoldingMaps/src/module6/OceanQuakeMarker.java:21
Method
drawMarker
(PGraphics pg, float x, float y)
UCSDUnfoldingMaps/src/module5/EarthquakeMarker.java:59
Method
drawMarker
(PGraphics pg, float x, float y)
UCSDUnfoldingMaps/src/module6/EarthquakeMarker.java:63
Method
drawMarker
Implementation of method to draw marker on the map.
UCSDUnfoldingMaps/src/module6/CityMarker.java:40
Method
drawMarker
(PGraphics pg, float x, float y)
UCSDUnfoldingMaps/src/module6/AirportMarker.java:25
Method
findAirportCode
(String toFind, ArrayList<Airport> airports)
UCSDUnfoldingMaps/src/demos/SearchAndSort.java:55
Method
getAirportID
()
UCSDUnfoldingMaps/src/demos/Airport.java:40
Method
getAltitude
()
UCSDUnfoldingMaps/src/demos/Airport.java:64
Method
getCity
()
UCSDUnfoldingMaps/src/module4/CityMarker.java:56
Method
getCity
()
UCSDUnfoldingMaps/src/module5/CityMarker.java:61
Method
getClicked
()
UCSDUnfoldingMaps/src/module5/CommonMarker.java:27
Method
getClicked
()
UCSDUnfoldingMaps/src/module6/CommonMarker.java:27
Method
getCode4
()
UCSDUnfoldingMaps/src/demos/Airport.java:55
Method
getCountry
()
UCSDUnfoldingMaps/src/module4/CityMarker.java:61
Method
getCountry
()
UCSDUnfoldingMaps/src/module4/LandQuakeMarker.java:41
Method
getCountry
()
UCSDUnfoldingMaps/src/module5/CityMarker.java:66
Method
getCountry
()
UCSDUnfoldingMaps/src/module5/LandQuakeMarker.java:34
Method
getCountry
()
UCSDUnfoldingMaps/src/demos/Airport.java:49
Method
getCountry
()
UCSDUnfoldingMaps/src/module6/LandQuakeMarker.java:38
Method
getDbTimezone
()
UCSDUnfoldingMaps/src/demos/Airport.java:73
Method
getDepth
()
UCSDUnfoldingMaps/src/module4/EarthquakeMarker.java:95
Method
getDst
()
UCSDUnfoldingMaps/src/demos/Airport.java:70
Method
getLatitude
()
UCSDUnfoldingMaps/src/demos/Airport.java:58
Method
getLongitude
()
UCSDUnfoldingMaps/src/demos/Airport.java:61
Method
getName
()
UCSDUnfoldingMaps/src/demos/Airport.java:43
Method
getPopulation
()
UCSDUnfoldingMaps/src/module4/CityMarker.java:66
Method
getPopulation
()
UCSDUnfoldingMaps/src/module5/CityMarker.java:71
Method
getRadius
()
UCSDUnfoldingMaps/src/module4/EarthquakeMarker.java:104
Method
getRadius
()
UCSDUnfoldingMaps/src/module5/EarthquakeMarker.java:148
Method
getRadius
()
UCSDUnfoldingMaps/src/module6/EarthquakeMarker.java:173
Method
getTimezone
()
UCSDUnfoldingMaps/src/demos/Airport.java:67
Method
getTitle
()
UCSDUnfoldingMaps/src/module4/EarthquakeMarker.java:99
Method
getTitle
()
UCSDUnfoldingMaps/src/module5/EarthquakeMarker.java:143
Method
isAsleep
( int hr )
UCSDUnfoldingMaps/src/demos/Student.java:15
Method
isInCountry
(PointFeature earthquake, Marker country)
UCSDUnfoldingMaps/src/module4/EarthquakeCityMap.java:223
Method
isOnLand
()
UCSDUnfoldingMaps/src/module4/EarthquakeMarker.java:108
Method
main
(String[] args)
UCSDUnfoldingMaps/src/demos/MyPApplet.java:52
Method
main
(String[] args)
UCSDUnfoldingMaps/src/demos/SearchAndSort.java:129
Method
main
(String[] args)
UCSDUnfoldingMaps/src/demos/Student.java:20
Method
main
(String[] args)
UCSDUnfoldingMaps/src/demos/LocationTester.java:12
Method
mouseClicked
The event handler for mouse clicks It will display an earthquake and its threat circle of cities Or if a city is clicked, it will display all the eart
UCSDUnfoldingMaps/src/module5/EarthquakeCityMap.java:156
Method
mouseClicked
The event handler for mouse clicks It will display an earthquake and its threat circle of cities Or if a city is clicked, it will display all the eart
UCSDUnfoldingMaps/src/module6/EarthquakeCityMap.java:184
Method
mouseMoved
Event handler that gets called automatically when the mouse moves.
UCSDUnfoldingMaps/src/module5/EarthquakeCityMap.java:129
Method
mouseMoved
Event handler that gets called automatically when the mouse moves.
UCSDUnfoldingMaps/src/module6/EarthquakeCityMap.java:146
Method
selectionSort
Sort an array of ints using Selection Sort
UCSDUnfoldingMaps/src/demos/SearchAndSort.java:89
Method
setClicked
(boolean state)
UCSDUnfoldingMaps/src/module5/CommonMarker.java:32
Method
setClicked
(boolean state)
UCSDUnfoldingMaps/src/module6/CommonMarker.java:32
Method
setup
()
UCSDUnfoldingMaps/src/OfflineMapApp.java:15
Method
setup
()
UCSDUnfoldingMaps/src/HelloUCSDWorld.java:16
Method
setup
()
UCSDUnfoldingMaps/src/module3/EarthquakeCityMap.java:53
Method
setup
()
UCSDUnfoldingMaps/src/module4/EarthquakeCityMap.java:63
Method
setup
()
UCSDUnfoldingMaps/src/module5/EarthquakeCityMap.java:65
Method
setup
()
UCSDUnfoldingMaps/src/module1/HelloWorld.java:38
Method
setup
()
UCSDUnfoldingMaps/src/demos/MyPApplet.java:17
Method
setup
()
UCSDUnfoldingMaps/src/demos/MyDisplay.java:15
Method
setup
()
UCSDUnfoldingMaps/src/demos/EarthquakeCityMapDemo.java:55
Method
setup
()
UCSDUnfoldingMaps/src/demos/LifeExpectancy.java:33
Method
setup
()
UCSDUnfoldingMaps/src/module6/AirportMap.java:30
Method
setup
()
UCSDUnfoldingMaps/src/module6/EarthquakeCityMap.java:68
Method
setup
()
UCSDUnfoldingMaps/src/module6/LifeExpectancy.java:33
Method
showTitle
Show the title of the earthquake if this marker is selected
UCSDUnfoldingMaps/src/module5/EarthquakeMarker.java:93
Method
showTitle
Show the title of the city if this marker is selected
UCSDUnfoldingMaps/src/module5/CityMarker.java:51
Method
showTitle
Show the title of the earthquake if this marker is selected
UCSDUnfoldingMaps/src/module6/EarthquakeMarker.java:97
Method
showTitle
Show the title of the city if this marker is selected
UCSDUnfoldingMaps/src/module6/CityMarker.java:54
Method
showTitle
(PGraphics pg, float x, float y)
UCSDUnfoldingMaps/src/module6/AirportMarker.java:33
Method
threatCircle
Return the "threat circle" radius, or distance up to which this earthquake can affect things, for this earthquake. DISCLAIMER: this formula is for ill
UCSDUnfoldingMaps/src/module5/EarthquakeMarker.java:108
Method
toString
()
UCSDUnfoldingMaps/src/demos/Person.java:22
Method
unhideMarkers
()
UCSDUnfoldingMaps/src/module5/EarthquakeCityMap.java:166
← previous
101–175 of 175, ranked by callers