Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SteveyO/Hue-Emulator
/ functions
Functions
476 in github.com/SteveyO/Hue-Emulator
⨍
Functions
476
◇
Types & classes
53
Method
Model
()
src/com/hueemulator/emulator/Model.java:15
Method
MyApiHandler
(PHBridgeConfiguration bridgeConfiguration, Controller controller)
src/com/hueemulator/server/MyApiHandler.java:35
Method
MyRootHandler
(Controller controller)
src/com/hueemulator/server/MyRootHandler.java:18
Method
OpenFileFilter
(String extension)
src/com/hueemulator/utils/OpenFileFilter.java:19
Method
PHLight
()
src/com/hueemulator/model/PHLight.java:34
Method
PHLightState
()
src/com/hueemulator/model/PHLightState.java:49
Method
PHScheduleTimerManager
default private constructor for ScheduleTimer manager
src/com/hueemulator/emulator/PHScheduleTimerManager.java:18
Method
PointF
()
src/com/hueemulator/utils/PointF.java:11
Method
PropertiesFrame
()
src/com/hueemulator/gui/PropertiesFrame.java:17
Method
ScheduleTask
(String scheduleIdentifier, JSONObject commandObject, String ipAddress, PHBridgeConfiguration bridgeConfigurat
src/com/hueemulator/server/handlers/SchedulesAPI.java:378
Method
Server
(PHBridgeConfiguration bridgeConfiguration, Controller controller, String portNumber)
src/com/hueemulator/server/Server.java:16
Method
UPNPServer
(Controller controller)
src/com/hueemulator/server/UPNPServer.java:22
Method
View
()
src/com/hueemulator/gui/View.java:26
Method
accept
(File f)
src/com/hueemulator/utils/OpenFileFilter.java:28
Method
accumulate
Accumulate values under a key. It is similar to the put method except that if there is already an object stored under the key then a JSONArray is stor
src/org/json/JSONObject.java:376
Method
actionPerformed
(ActionEvent e)
src/com/hueemulator/gui/HueMenuBar.java:57
Method
actionPerformed
(ActionEvent e)
src/com/hueemulator/gui/PropertiesFrame.java:26
Method
actionPerformed
(ActionEvent e)
src/com/hueemulator/emulator/Controller.java:73
Method
alpha
Return the alpha component of a color int. This is the same as saying color >>> 24
src/com/hueemulator/utils/HueColor.java:36
Method
argb
Return a color-int from alpha, red, green, blue components. These component values should be [0..255], but there is no range check performed, so if th
src/com/hueemulator/utils/HueColor.java:88
Method
brightness
Returns the brightness component of a color int. @return A value between 0.0f and 1.0f @hide Pending API council
src/com/hueemulator/utils/HueColor.java:168
Method
calculateXYFromRGB
Return x, y value from RGB @param red the amount of red. @param blue the amount of blue. @param green the amount of green. @param model
src/com/hueemulator/utils/PHUtilitiesHelper.java:159
Method
dehexchar
Get the hex value of a character (base16). @param c A character between '0' and '9' or between 'A' and 'F' or between 'a' and 'f'. @return An int bet
src/org/json/JSONTokener.java:110
Method
doubleToString
Produce a string from a double. The string "null" will be returned if the number is not finite. @param d A double. @return A String.
src/org/json/JSONObject.java:428
Method
equals
A Null object is equal to the null value and to itself. @param object An object to test for nullness. @return true if the object parameter
src/org/json/JSONObject.java:111
Method
getCause
Returns the cause of this exception or null if the cause is nonexistent or unknown. @returns the cause of this exception or null if the cause is none
src/org/json/JSONException.java:38
Method
getCommandJSON
()
src/com/hueemulator/emulator/PHScheduleTimer.java:20
Method
getConsoleScrollPane
()
src/com/hueemulator/gui/View.java:123
Method
getCreateDate
()
src/com/hueemulator/model/PHWhitelistEntry.java:26
Method
getDescription
()
src/com/hueemulator/utils/OpenFileFilter.java:35
Method
getDhcp
()
src/com/hueemulator/model/PHConfig.java:159
Method
getEmulator
()
tests/com/hueemulator/emulator/TestEmulator.java:76
Method
getFileMenu
()
src/com/hueemulator/gui/HueMenuBar.java:240
Method
getGateway
()
src/com/hueemulator/model/PHConfig.java:69
Method
getHelpMenu
()
src/com/hueemulator/gui/HueMenuBar.java:250
Method
getJSONArray
Get the JSONArray associated with an index. @param index The index must be between 0 and length() - 1. @return A JSONArray value. @throws
src/org/json/JSONArray.java:273
Method
getJSONArray
Get the JSONArray value associated with a key. @param key A key string. @return A JSONArray which is the value. @throws JSONException
src/org/json/JSONObject.java:544
Method
getJSONObject
Get the JSONObject value associated with a key. @param key A key string. @return A JSONObject which is the value. @throws JSONException
src/org/json/JSONObject.java:562
Method
getLastUseDate
()
src/com/hueemulator/model/PHWhitelistEntry.java:16
Method
getLightObjectsFromLightIds
(PHBridgeConfiguration bridgeConfiguration, List <String>lightIdentifiers)
src/com/hueemulator/server/handlers/GroupsAPI.java:386
Method
getLinkbutton
()
src/com/hueemulator/model/PHConfig.java:99
Method
getMenuBar
()
src/com/hueemulator/gui/HueMenuBar.java:230
Method
getMenuItem
()
src/com/hueemulator/gui/HueMenuBar.java:260
Method
getModelid
()
src/com/hueemulator/model/PHConfig.java:205
Method
getName
()
src/com/hueemulator/model/PHWhitelistEntry.java:36
Method
getNames
Get an array of field names from a JSONObject. @return An array of field names, or null if there are no names.
src/org/json/JSONObject.java:597
Method
getNetmask
()
src/com/hueemulator/model/PHConfig.java:139
Method
getNotify
()
src/com/hueemulator/model/PHSwupdate.java:29
Method
getPort
()
src/com/hueemulator/gui/HueMenuBar.java:220
Method
getPortalservices
()
src/com/hueemulator/model/PHConfig.java:59
Method
getProxyaddress
()
src/com/hueemulator/model/PHConfig.java:179
Method
getProxyport
()
src/com/hueemulator/model/PHConfig.java:119
Method
getScheduleIdentifier
()
src/com/hueemulator/emulator/PHScheduleTimer.java:12
Method
getShowJSONResponses
()
src/com/hueemulator/gui/PropertiesFrame.java:49
Method
getSwupdate
()
src/com/hueemulator/model/PHConfig.java:129
Method
getTransitiontime
()
src/com/hueemulator/model/PHBody.java:36
Method
getUpdatestate
()
src/com/hueemulator/model/PHSwupdate.java:39
Method
getUrl
()
src/com/hueemulator/model/PHSwupdate.java:49
Method
handle
(HttpExchange exchange)
src/com/hueemulator/server/MyRootHandler.java:24
Method
handle
(HttpExchange exchange)
src/com/hueemulator/server/MyApiHandler.java:46
Method
hue
Returns the hue component of a color int. @return A value between 0.0f and 1.0f @hide Pending API council
src/com/hueemulator/utils/HueColor.java:99
Method
increment
Increment a property of a JSONObject. If there is no such property, create one with a value of 1. If there is such a property, and if it is an Integer
src/org/json/JSONObject.java:674
Method
isActive
()
src/com/hueemulator/model/PHScenesEntry.java:39
Method
isNull
Determine if the value is null. @param index The index must be between 0 and length() - 1. @return true if the value at the index is null,
src/org/json/JSONArray.java:343
Method
isNull
Determine if the value associated with the key is null or if there is no value. @param key A key string. @return true if there is no value
src/org/json/JSONObject.java:701
Method
join
Make a string from the contents of this JSONArray. The <code>separator</code> string is inserted between each element. Warning: This method assumes th
src/org/json/JSONArray.java:358
Method
loadTestFixture
Loads the contents of the test fixture specified at the given path. @param path specifies the file to load the contents of @return String is the file
tests/com/hueemulator/lighting/utils/TestUtils.java:61
Method
main
(String args[])
src/com/hueemulator/emulator/HueEmulator.java:7
Method
more
Determine if the source string still contains characters that next() can consume. @return true if not yet at the end of the source.
src/org/json/JSONTokener.java:133
Method
mouseClicked
(MouseEvent e)
src/com/hueemulator/gui/GraphicsPanel.java:287
Method
mouseEntered
(MouseEvent arg0)
src/com/hueemulator/gui/GraphicsPanel.java:293
Method
mouseExited
(MouseEvent arg0)
src/com/hueemulator/gui/GraphicsPanel.java:299
Method
mousePressed
(MouseEvent e)
src/com/hueemulator/gui/GraphicsPanel.java:306
Method
mouseReleased
(MouseEvent arg0)
src/com/hueemulator/gui/GraphicsPanel.java:357
Method
negate
()
src/com/hueemulator/utils/PointF.java:35
Method
nextTo
Get the text up but not including the specified character or the end of line, whichever comes first. @param delimiter A delimiter character. @return
src/org/json/JSONTokener.java:308
Method
offset
(float dx, float dy)
src/com/hueemulator/utils/PointF.java:40
Method
optBoolean
Get the optional boolean value associated with an index. It returns false if there is no value at that index, or if the value is not Boolean.TRUE or t
src/org/json/JSONArray.java:401
Method
optDouble
Get the optional double value associated with an index. NaN is returned if there is no value for the index, or if the value is not a number and cannot
src/org/json/JSONArray.java:433
Method
optDouble
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number. If the value is a string, an attempt wil
src/org/json/JSONObject.java:829
Method
optInt
Get the optional int value associated with an index. Zero is returned if there is no value for the index, or if the value is not a number and cannot b
src/org/json/JSONArray.java:465
Method
optJSONArray
Get the optional JSONArray associated with an index. @param index subscript @return A JSONArray value, or null if the index has no value,
src/org/json/JSONArray.java:496
Method
optLong
Get the optional long value associated with an index. Zero is returned if there is no value for the index, or if the value is not a number and cannot
src/org/json/JSONArray.java:524
Method
optLong
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number. If the value is a string, an attemp
src/org/json/JSONObject.java:919
Method
paintComponent
( Graphics g )
src/com/hueemulator/gui/GraphicsPanel.java:107
Method
paintGraphicsPanel
()
src/com/hueemulator/emulator/Controller.java:271
Method
parseColor
Parse the color string, and return the corresponding color-int. If the string cannot be parsed, throws an IllegalArgumentException exception. Supporte
src/com/hueemulator/utils/HueColor.java:189
Method
removeSchedule
(String scheduleIdentifier)
src/com/hueemulator/emulator/PHScheduleTimerManager.java:33
Method
run
()
src/com/hueemulator/gui/GraphicsPanel.java:345
Method
run
()
src/com/hueemulator/server/UPNPServer.java:33
Method
run
()
src/com/hueemulator/server/handlers/SchedulesAPI.java:385
Method
run
()
src/com/hueemulator/emulator/Controller.java:360
Method
saturation
Returns the saturation component of a color int. @return A value between 0.0f and 1.0f @hide Pending API council
src/com/hueemulator/utils/HueColor.java:141
Method
setAbout
(About about)
src/com/hueemulator/gui/View.java:103
Method
setAboutMenuItem
(JMenuItem aboutMenuItem)
src/com/hueemulator/gui/HueMenuBar.java:305
Method
setActive
(boolean active)
src/com/hueemulator/model/PHScenesEntry.java:43
Method
setBridgeid
(String bridgeid)
src/com/hueemulator/model/PHConfig.java:201
Method
setClearConsoleMenuItem
(JMenuItem clearConsoleMenuItem)
src/com/hueemulator/gui/HueMenuBar.java:289
Method
setConfig
(PHConfig config)
src/com/hueemulator/model/PHBridgeConfiguration.java:50
Method
setConsole
(JEditorPane console)
src/com/hueemulator/gui/View.java:79
← previous
next →
301–400 of 476, ranked by callers