Uses of Class
org.fife.rsta.ac.js.ecma.api.ecma3.JSNumber
Packages that use JSNumber
Package
Description
-
Uses of JSNumber in org.fife.rsta.ac.js.ecma.api.client
Fields in org.fife.rsta.ac.js.ecma.api.client declared as JSNumberModifier and TypeFieldDescriptionScreen.availHeightProperty availHeightScreen.availWidthProperty availWidthScreen.colorDepthProperty colorDepthScreen.heightProperty heightWindow.innerHeightProperty innerHeightWindow.innerWidthProperty innerWidthHistory.lengthProperty lengthWindow.lengthProperty lengthWindow.outerHeightProperty outerHeightWindow.outerWidthProperty outerWidthWindow.pageXOffsetProperty pageXOffsetWindow.pageYOffsetProperty pageYOffsetWindow.screenLeftProperty screenLeftWindow.screenTopProperty screenTopWindow.screenXProperty screenXWindow.screenYProperty screenYWindow.scrollMaxXProperty scrollMaxXWindow.scrollMaxYProperty scrollMaxYWindow.scrollXProperty scrollXWindow.scrollYProperty scrollYScreen.widthProperty width -
Uses of JSNumber in org.fife.rsta.ac.js.ecma.api.client.funtions
Methods in org.fife.rsta.ac.js.ecma.api.client.funtions that return JSNumberModifier and TypeMethodDescriptionWindowFunctions.setInterval(JSObject arg1, JSNumber arg2) function setInterval(arg1, arg2) Calls a function or evaluates an expression at specified intervals (in milliseconds)WindowFunctions.setTimeout(JSObject arg1, JSNumber arg2) function setTimeout(arg1, arg2) Calls a function or evaluates an expression after a specified number of millisecondsMethods in org.fife.rsta.ac.js.ecma.api.client.funtions with parameters of type JSNumberModifier and TypeMethodDescriptionvoidfunction go - Loads a specific URL from the history list.voidfunction moveBy(arg1, arg2) Moves a window relative to its current positionvoidfunction moveTo(arg1, arg2) Moves a window to the specified positionvoidfunction resizeBy(arg1, arg2) Resizes the window by the specified pixelsvoidfunction resizeTo(arg1, arg2) Resizes the window to the specified width and heightvoidvoidfunction scrollBy(arg1, arg2) Scrolls the content by the specified number of pixelsvoidfunction scrollTo(arg1, arg2) Scrolls the content to the specified coordinatesWindowFunctions.setInterval(JSObject arg1, JSNumber arg2) function setInterval(arg1, arg2) Calls a function or evaluates an expression at specified intervals (in milliseconds)WindowFunctions.setTimeout(JSObject arg1, JSNumber arg2) function setTimeout(arg1, arg2) Calls a function or evaluates an expression after a specified number of milliseconds -
Uses of JSNumber in org.fife.rsta.ac.js.ecma.api.e4x
Fields in org.fife.rsta.ac.js.ecma.api.e4x declared as JSNumberModifier and TypeFieldDescriptionstatic JSNumberE4XXML.prettyIndentproperty prettyIndent The initial value of the prettyIndent property is 2. -
Uses of JSNumber in org.fife.rsta.ac.js.ecma.api.e4x.functions
Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions that return JSNumberModifier and TypeMethodDescriptionE4XXMLFunctions.childIndex()function childIndex() returns the index position of the XML element.E4XXMLFunctions.length()function length() the length method always returns the integer 1 for XML objects.E4XXMLListFunctions.length()function length() returns the number of properties in this XMLList object.E4XXMLFunctions.localName()function localName() returns the localName part of the XML object.Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions with parameters of type JSNumberModifier and TypeMethodDescriptionfunction child(propertyName) finds list of XML object matching a given propertyName.function replace(propertyName, value) replaces the XML properties of this XML object specified by propertyName with value and returns this XML object. -
Uses of JSNumber in org.fife.rsta.ac.js.ecma.api.ecma3
Fields in org.fife.rsta.ac.js.ecma.api.ecma3 declared as JSNumberModifier and TypeFieldDescriptionstatic JSNumberJSMath.Eproperty E the constant e, the base of the natural logarithm.static JSNumberJSGlobal.Infinityproperty Infinity A numerical property that represents infinity.protected JSNumberJSRegExp.lastIndexproperty lastIndexJSArray.lengthproperty lengthprotected JSNumberJSFunction.lengthproperty lengthprotected JSNumberJSString.lengthproperty lengthstatic JSNumberJSMath.LN10property LN10 the natural logarithm of 10.static JSNumberJSMath.LN2property LN2 the natural logarithm of 2.static JSNumberJSMath.LOG10Eproperty LOG10E the base-10 logarithm of e.static JSNumberJSMath.LOG2Eproperty LOG2E the base-2 logarithm of e.static JSNumberJSNumber.MAX_VALUEproperty MAX_VALUE The largest representable number.static JSNumberJSNumber.MIN_VALUEproperty MIN_VALUE The smallest representable number.static JSNumberJSGlobal.NaNproperty NaN Not a number value.static JSNumberJSNumber.NaNproperty NaN Not-a-number value.static JSNumberJSNumber.NEGATIVE_INFINITYproperty NEGATIVE_INFINITY Negative infinite value.static JSNumberJSMath.PIproperty PI The constant PI.static JSNumberJSNumber.POSITIVE_INFINITYproperty POSITIVE_INFINITY Infinite value.JSNumber.prototypeproperty prototypestatic JSNumberJSMath.SQRT1_2property SQRT1_2 the number 1 divided by the square root of 2.static JSNumberJSMath.SQRT2property SQRT2 the square root of 2.Methods in org.fife.rsta.ac.js.ecma.api.ecma3 that return JSNumberModifier and TypeMethodDescriptionstatic JSNumberfunction abs(x) computes an absolute value.static JSNumberfunction acos(x) compute an arccosinestatic JSNumberfunction asin(x) compute an arcsinestatic JSNumberfunction atan(x) compute an arctangentstatic JSNumberfunction atan2(x,y) compute the angle from the X axis to a point.static JSNumberfunction ceil(x) round a number up.static JSNumberfunction cos(x) compute a cosine.static JSNumberfunction exp(x) compute Ex.static JSNumberfunction floor(x) round a number down.static JSNumberfunction log(x) compute a natural logarithm.static JSNumberfunction max(args) Return the largest argument.static JSNumberfunction min(args) return the smallest argument.static JSNumberfunction parse(string) parse a date/time string.static JSNumberfunction pow(x,y) compute Xystatic JSNumberJSMath.random()function random() return a pseudorandom numberstatic JSNumberfunction round(x) round to the nearest integer.static JSNumberfunction sin(x) compute a sine.static JSNumberfunction sqrt(x) compute a square root.static JSNumberfunction tan(x) compute a tangent.static JSNumberJSDate.UTC(JSNumber year, JSNumber month, JSNumber day, JSNumber hour, JSNumber min, JSNumber sec, JSNumber ms) function UTC(year,month,day,hour,min,sec,ms) Converts a Date specification to milliseconds.Methods in org.fife.rsta.ac.js.ecma.api.ecma3 with parameters of type JSNumberModifier and TypeMethodDescriptionstatic JSNumberfunction abs(x) computes an absolute value.static JSNumberfunction acos(x) compute an arccosinestatic JSNumberfunction asin(x) compute an arcsinestatic JSNumberfunction atan(x) compute an arctangentstatic JSNumberfunction atan2(x,y) compute the angle from the X axis to a point.static JSNumberfunction ceil(x) round a number up.static JSNumberfunction cos(x) compute a cosine.static JSNumberfunction exp(x) compute Ex.static JSNumberfunction floor(x) round a number down.static JSStringJSString.fromCharCode(JSNumber charCode) function fromCharCode(charCode1, ...) create a string from character encodings.static JSNumberfunction log(x) compute a natural logarithm.static JSNumberfunction max(args) Return the largest argument.static JSNumberfunction min(args) return the smallest argument.static JSNumberfunction pow(x,y) compute Xystatic JSNumberfunction round(x) round to the nearest integer.static JSNumberfunction sin(x) compute a sine.static JSNumberfunction sqrt(x) compute a square root.static JSNumberfunction tan(x) compute a tangent.static JSNumberJSDate.UTC(JSNumber year, JSNumber month, JSNumber day, JSNumber hour, JSNumber min, JSNumber sec, JSNumber ms) function UTC(year,month,day,hour,min,sec,ms) Converts a Date specification to milliseconds.Constructors in org.fife.rsta.ac.js.ecma.api.ecma3 with parameters of type JSNumber -
Uses of JSNumber in org.fife.rsta.ac.js.ecma.api.ecma3.functions
Methods in org.fife.rsta.ac.js.ecma.api.ecma3.functions that return JSNumberModifier and TypeMethodDescriptionJSStringFunctions.charCodeAt(JSNumber position) function charCodeAt(position) get the nth character code from a string.JSDateFunctions.getDate()function getDate() return the day-of-month field of a Date.JSDateFunctions.getDay()function getDay() return the day-of-week field of a Date.JSDateFunctions.getFullYear()function getFullYear() return the year field of a Date.JSDateFunctions.getHours()function getHours() return the hour field of a Date.JSDateFunctions.getMilliseconds()function getMilliseconds() return the millisecond field of a Date.JSDateFunctions.getMinutes()function getMinutes() return the minute field of a Date.JSDateFunctions.getMonth()function getMonth() return the month field of a Date.JSDateFunctions.getSeconds()function getSeconds() return the second field of a Date.JSDateFunctions.getTime()function getTime() return a Date in milliseconds.JSDateFunctions.getTimezoneOffset()function getTimezoneOffset() determine the offset from GMT.JSDateFunctions.getUTCDate()function getUTCDate() return the day-of-month field of a Date (universal time).JSDateFunctions.getUTCDay()function getUTCDay() return the day-of-week field of a Date (universal time).JSDateFunctions.getUTCFullYear()function getUTCFullYear() return the year field of a Date (universal time).JSDateFunctions.getUTCHours()function getUTCHours() return the hour field of a Date (universal time).JSDateFunctions.getUTCMilliseconds()function getUTCMilliseconds() return the millisecond field of a Date (universal time).JSDateFunctions.getUTCMinutes()function getUTCMinutes() return the minute field of a Date (universal time).JSDateFunctions.getUTCMonth()function getUTCMonth() return the month field of a Date (universal time).JSDateFunctions.getUTCSeconds()function getUTCSeconds() return the second field of a Date (universal time).function indexOf(searchString, startPosition) search a string.JSStringFunctions.lastIndexOf(JSString searchString, JSNumber startPosition) function lastIndexOf(searchString, startPosition) search a string backward.JSStringFunctions.localeCompare(JSString otherString) function localeCompare(otherString) compare one string to another, using locale-specific ordering.function search(regexp) search for a regular expressionfunction setDate(date) set the day of month field of a Date.JSDateFunctions.setFullYear(JSNumber year, JSNumber month, JSNumber date) function setFullYear(year,month,date) set the year, month, day field of a Date.function setHours(hour,min,sec,ms) set the hours, minutes, seconds and milliseconds field of a Date.JSDateFunctions.setMilliseconds(JSNumber value) function setMilliseconds(value) set the milliseconds field of a Date.JSDateFunctions.setMinutes(JSNumber min, JSNumber sec, JSNumber ms) function setMinutes(min,sec,ms) set the minutes, seconds and milliseconds field of a Date.function setMonth(month,date) set the month, day field of a Date.JSDateFunctions.setSeconds(JSNumber sec, JSNumber ms) function setSeconds(sec,ms) set the seconds and milliseconds field of a Date.function setTime(value) set a Date in milliseconds.JSDateFunctions.setUTCDate(JSNumber date) function setUTCDate(date) set the day of month field of a Date (universal time).JSDateFunctions.setUTCFullYear(JSNumber year, JSNumber month, JSNumber date) function setUTCFullYear(year,month,date) set the year, month, day field of a Date (Universal time).JSDateFunctions.setUTCHours(JSNumber hour, JSNumber min, JSNumber sec, JSNumber ms) function setUTCHours(hour,min,sec,ms) set the hours, minutes, seconds and milliseconds field of a Date (universal time).JSDateFunctions.setUTCMilliseconds(JSNumber ms) function setUTCMilliseconds(ms) set the milliseconds field of a Date (universal time).JSDateFunctions.setUTCMinute(JSNumber min, JSNumber sec, JSNumber ms) function setUTCMinute(min,sec,ms) set the minutes, seconds and milliseconds field of a Date (universal time).JSDateFunctions.setUTCMonth(JSNumber month, JSNumber date) function setUTCMonth(month,date) set the month, day field of a Date (Universal time).JSDateFunctions.setUTCSeconds(JSNumber sec, JSNumber ms) function setUTCSeconds(sec,ms) set the seconds and milliseconds field of a Date (universal time).function unshift(items) insert elements at the beginning of an arrayMethods in org.fife.rsta.ac.js.ecma.api.ecma3.functions with parameters of type JSNumberModifier and TypeMethodDescriptionfunction charAt(position) get the nth character from a string.JSStringFunctions.charCodeAt(JSNumber position) function charCodeAt(position) get the nth character code from a string.function indexOf(searchString, startPosition) search a string.function isFinite(n) determine whether a number is finite.function isNaN(n) check for not-a-number.JSStringFunctions.lastIndexOf(JSString searchString, JSNumber startPosition) function lastIndexOf(searchString, startPosition) search a string backward.function parseInt(s, radix) convert a string to an integer.function setDate(date) set the day of month field of a Date.JSDateFunctions.setFullYear(JSNumber year, JSNumber month, JSNumber date) function setFullYear(year,month,date) set the year, month, day field of a Date.function setHours(hour,min,sec,ms) set the hours, minutes, seconds and milliseconds field of a Date.JSDateFunctions.setMilliseconds(JSNumber value) function setMilliseconds(value) set the milliseconds field of a Date.JSDateFunctions.setMinutes(JSNumber min, JSNumber sec, JSNumber ms) function setMinutes(min,sec,ms) set the minutes, seconds and milliseconds field of a Date.function setMonth(month,date) set the month, day field of a Date.JSDateFunctions.setSeconds(JSNumber sec, JSNumber ms) function setSeconds(sec,ms) set the seconds and milliseconds field of a Date.function setTime(value) set a Date in milliseconds.JSDateFunctions.setUTCDate(JSNumber date) function setUTCDate(date) set the day of month field of a Date (universal time).JSDateFunctions.setUTCFullYear(JSNumber year, JSNumber month, JSNumber date) function setUTCFullYear(year,month,date) set the year, month, day field of a Date (Universal time).JSDateFunctions.setUTCHours(JSNumber hour, JSNumber min, JSNumber sec, JSNumber ms) function setUTCHours(hour,min,sec,ms) set the hours, minutes, seconds and milliseconds field of a Date (universal time).JSDateFunctions.setUTCMilliseconds(JSNumber ms) function setUTCMilliseconds(ms) set the milliseconds field of a Date (universal time).JSDateFunctions.setUTCMinute(JSNumber min, JSNumber sec, JSNumber ms) function setUTCMinute(min,sec,ms) set the minutes, seconds and milliseconds field of a Date (universal time).JSDateFunctions.setUTCMonth(JSNumber month, JSNumber date) function setUTCMonth(month,date) set the month, day field of a Date (Universal time).JSDateFunctions.setUTCSeconds(JSNumber sec, JSNumber ms) function setUTCSeconds(sec,ms) set the seconds and milliseconds field of a Date (universal time).function slice(start, end) extract a substring.function splice(start, deletecount, items) insert, remove, or replace array elementsfunction split(separator, limit) break a string into an array of strings.function substring(from, to) return a substring of a string.JSNumberFunctions.toExponential(JSNumber fractionDigits) function toExponential(fractionDigits) format a number using exponential notation.function toFixed(fractionDigits) format a number using fixed-point notation.JSNumberFunctions.toPrecision(JSNumber fractionDigits) function toPrecision(precision) format the significant digits of a number. -
Uses of JSNumber in org.fife.rsta.ac.js.ecma.api.ecma5
Methods in org.fife.rsta.ac.js.ecma.api.ecma5 that return JSNumberModifier and TypeMethodDescriptionstatic JSNumberJS5Date.now()function now() return the current time in milliseconds.Constructors in org.fife.rsta.ac.js.ecma.api.ecma5 with parameters of type JSNumber -
Uses of JSNumber in org.fife.rsta.ac.js.ecma.api.ecma5.functions
Methods in org.fife.rsta.ac.js.ecma.api.ecma5.functions that return JSNumberModifier and TypeMethodDescriptionfunction indexOf(value, start) search an array.JS5ArrayFunctions.lastIndexOf(JS5Object value, JSNumber start) function lastIndexOf(value, start) search backwards through an array.Methods in org.fife.rsta.ac.js.ecma.api.ecma5.functions with parameters of type JSNumber