Uses of Class
org.fife.rsta.ac.js.ecma.api.ecma3.JSNumber
-
-
Uses of JSNumber in org.fife.rsta.ac.js.ecma.api.client
Fields in org.fife.rsta.ac.js.ecma.api.client declared as JSNumber Modifier and Type Field Description JSNumberScreen. availHeightProperty availHeightJSNumberScreen. availWidthProperty availWidthJSNumberScreen. colorDepthProperty colorDepthJSNumberScreen. heightProperty heightJSNumberWindow. innerHeightProperty innerHeightJSNumberWindow. innerWidthProperty innerWidthJSNumberHistory. lengthProperty lengthJSNumberWindow. lengthProperty lengthJSNumberWindow. outerHeightProperty outerHeightJSNumberWindow. outerWidthProperty outerWidthJSNumberWindow. pageXOffsetProperty pageXOffsetJSNumberWindow. pageYOffsetProperty pageYOffsetJSNumberWindow. screenLeftProperty screenLeftJSNumberWindow. screenTopProperty screenTopJSNumberWindow. screenXProperty screenXJSNumberWindow. screenYProperty screenYJSNumberWindow. scrollMaxXProperty scrollMaxXJSNumberWindow. scrollMaxYProperty scrollMaxYJSNumberWindow. scrollXProperty scrollXJSNumberWindow. scrollYProperty scrollYJSNumberScreen. 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 JSNumber Modifier and Type Method Description JSNumberWindowFunctions. setInterval(JSObject arg1, JSNumber arg2)function setInterval(arg1, arg2) Calls a function or evaluates an expression at specified intervals (in milliseconds)JSNumberWindowFunctions. 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 JSNumber Modifier and Type Method Description voidHistoryFunctions. go(JSNumber arg)function go - Loads a specific URL from the history list.voidWindowFunctions. moveBy(JSNumber arg1, JSNumber arg2)function moveBy(arg1, arg2) Moves a window relative to its current positionvoidWindowFunctions. moveTo(JSNumber arg1, JSNumber arg2)function moveTo(arg1, arg2) Moves a window to the specified positionvoidWindowFunctions. resizeBy(JSNumber arg1, JSNumber arg2)function resizeBy(arg1, arg2) Resizes the window by the specified pixelsvoidWindowFunctions. resizeTo(JSNumber arg1, JSNumber arg2)function resizeTo(arg1, arg2) Resizes the window to the specified width and heightvoidWindowFunctions. scroll(JSNumber arg1, JSNumber arg2)voidWindowFunctions. scrollBy(JSNumber arg1, JSNumber arg2)function scrollBy(arg1, arg2) Scrolls the content by the specified number of pixelsvoidWindowFunctions. scrollTo(JSNumber arg1, JSNumber arg2)function scrollTo(arg1, arg2) Scrolls the content to the specified coordinatesJSNumberWindowFunctions. setInterval(JSObject arg1, JSNumber arg2)function setInterval(arg1, arg2) Calls a function or evaluates an expression at specified intervals (in milliseconds)JSNumberWindowFunctions. 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 JSNumber Modifier and Type Field Description static 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 JSNumber Modifier and Type Method Description JSNumberE4XXMLFunctions. childIndex()function childIndex() returns the index position of the XML element.JSNumberE4XXMLFunctions. length()function length() the length method always returns the integer 1 for XML objects.JSNumberE4XXMLListFunctions. length()function length() returns the number of properties in this XMLList object.JSNumberE4XXMLFunctions. 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 JSNumber Modifier and Type Method Description E4XXMLListE4XXMLFunctions. child(JSNumber propertyName)function child(propertyName) finds list of XML object matching a given propertyName.E4XXMLE4XXMLFunctions. replace(JSNumber propertyName, JSObject value)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 JSNumber Modifier and Type Field Description static 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 lastIndexJSNumberJSArray. 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.JSNumberJSNumber. 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 JSNumber Modifier and Type Method Description static JSNumberJSMath. abs(JSNumber x)function abs(x) computes an absolute value.static JSNumberJSMath. acos(JSNumber x)function acos(x) compute an arccosinestatic JSNumberJSMath. asin(JSNumber x)function asin(x) compute an arcsinestatic JSNumberJSMath. atan(JSNumber x)function atan(x) compute an arctangentstatic JSNumberJSMath. atan2(JSNumber y, JSNumber x)function atan2(x,y) compute the angle from the X axis to a point.static JSNumberJSMath. ceil(JSNumber x)function ceil(x) round a number up.static JSNumberJSMath. cos(JSNumber x)function cos(x) compute a cosine.static JSNumberJSMath. exp(JSNumber x)function exp(x) compute Ex.static JSNumberJSMath. floor(JSNumber x)function floor(x) round a number down.static JSNumberJSMath. log(JSNumber x)function log(x) compute a natural logarithm.static JSNumberJSMath. max(JSNumber args)function max(args) Return the largest argument.static JSNumberJSMath. min(JSNumber args)function min(args) return the smallest argument.static JSNumberJSDate. parse(JSString string)function parse(string) parse a date/time string.static JSNumberJSMath. pow(JSNumber x, JSNumber y)function pow(x,y) compute Xystatic JSNumberJSMath. random()function random() return a pseudorandom numberstatic JSNumberJSMath. round(JSNumber x)function round(x) round to the nearest integer.static JSNumberJSMath. sin(JSNumber x)function sin(x) compute a sine.static JSNumberJSMath. sqrt(JSNumber x)function sqrt(x) compute a square root.static JSNumberJSMath. tan(JSNumber x)function 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 JSNumber Modifier and Type Method Description static JSNumberJSMath. abs(JSNumber x)function abs(x) computes an absolute value.static JSNumberJSMath. acos(JSNumber x)function acos(x) compute an arccosinestatic JSNumberJSMath. asin(JSNumber x)function asin(x) compute an arcsinestatic JSNumberJSMath. atan(JSNumber x)function atan(x) compute an arctangentstatic JSNumberJSMath. atan2(JSNumber y, JSNumber x)function atan2(x,y) compute the angle from the X axis to a point.static JSNumberJSMath. ceil(JSNumber x)function ceil(x) round a number up.static JSNumberJSMath. cos(JSNumber x)function cos(x) compute a cosine.static JSNumberJSMath. exp(JSNumber x)function exp(x) compute Ex.static JSNumberJSMath. floor(JSNumber x)function floor(x) round a number down.static JSStringJSString. fromCharCode(JSNumber charCode)function fromCharCode(charCode1, ...) create a string from character encodings.static JSNumberJSMath. log(JSNumber x)function log(x) compute a natural logarithm.static JSNumberJSMath. max(JSNumber args)function max(args) Return the largest argument.static JSNumberJSMath. min(JSNumber args)function min(args) return the smallest argument.static JSNumberJSMath. pow(JSNumber x, JSNumber y)function pow(x,y) compute Xystatic JSNumberJSMath. round(JSNumber x)function round(x) round to the nearest integer.static JSNumberJSMath. sin(JSNumber x)function sin(x) compute a sine.static JSNumberJSMath. sqrt(JSNumber x)function sqrt(x) compute a square root.static JSNumberJSMath. tan(JSNumber x)function 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 Constructor Description JSArray(JSNumber size)Object Array(size)JSDate(JSNumber milliseconds)Object Date(milliseconds)JSDate(JSNumber year, JSNumber month, JSNumber day, JSNumber hours, JSNumber minutes, JSNumber seconds, JSNumber ms)Object Date(year, month, day, hours, minutes, seconds, ms) -
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 JSNumber Modifier and Type Method Description JSNumberJSStringFunctions. charCodeAt(JSNumber position)function charCodeAt(position) get the nth character code from a string.JSNumberJSDateFunctions. getDate()function getDate() return the day-of-month field of a Date.JSNumberJSDateFunctions. getDay()function getDay() return the day-of-week field of a Date.JSNumberJSDateFunctions. getFullYear()function getFullYear() return the year field of a Date.JSNumberJSDateFunctions. getHours()function getHours() return the hour field of a Date.JSNumberJSDateFunctions. getMilliseconds()function getMilliseconds() return the millisecond field of a Date.JSNumberJSDateFunctions. getMinutes()function getMinutes() return the minute field of a Date.JSNumberJSDateFunctions. getMonth()function getMonth() return the month field of a Date.JSNumberJSDateFunctions. getSeconds()function getSeconds() return the second field of a Date.JSNumberJSDateFunctions. getTime()function getTime() return a Date in milliseconds.JSNumberJSDateFunctions. getTimezoneOffset()function getTimezoneOffset() determine the offset from GMT.JSNumberJSDateFunctions. getUTCDate()function getUTCDate() return the day-of-month field of a Date (universal time).JSNumberJSDateFunctions. getUTCDay()function getUTCDay() return the day-of-week field of a Date (universal time).JSNumberJSDateFunctions. getUTCFullYear()function getUTCFullYear() return the year field of a Date (universal time).JSNumberJSDateFunctions. getUTCHours()function getUTCHours() return the hour field of a Date (universal time).JSNumberJSDateFunctions. getUTCMilliseconds()function getUTCMilliseconds() return the millisecond field of a Date (universal time).JSNumberJSDateFunctions. getUTCMinutes()function getUTCMinutes() return the minute field of a Date (universal time).JSNumberJSDateFunctions. getUTCMonth()function getUTCMonth() return the month field of a Date (universal time).JSNumberJSDateFunctions. getUTCSeconds()function getUTCSeconds() return the second field of a Date (universal time).JSNumberJSStringFunctions. indexOf(JSString searchString, JSNumber startPosition)function indexOf(searchString, startPosition) search a string.JSNumberJSStringFunctions. lastIndexOf(JSString searchString, JSNumber startPosition)function lastIndexOf(searchString, startPosition) search a string backward.JSNumberJSStringFunctions. localeCompare(JSString otherString)function localeCompare(otherString) compare one string to another, using locale-specific ordering.JSNumberJSStringFunctions. search(JSRegExp regexp)function search(regexp) search for a regular expressionJSNumberJSDateFunctions. setDate(JSNumber date)function setDate(date) set the day of month field of a Date.JSNumberJSDateFunctions. setFullYear(JSNumber year, JSNumber month, JSNumber date)function setFullYear(year,month,date) set the year, month, day field of a Date.JSNumberJSDateFunctions. setHours(JSNumber hour, JSNumber min, JSNumber sec, JSNumber ms)function setHours(hour,min,sec,ms) set the hours, minutes, seconds and milliseconds field of a Date.JSNumberJSDateFunctions. setMilliseconds(JSNumber value)function setMilliseconds(value) set the milliseconds field of a Date.JSNumberJSDateFunctions. setMinutes(JSNumber min, JSNumber sec, JSNumber ms)function setMinutes(min,sec,ms) set the minutes, seconds and milliseconds field of a Date.JSNumberJSDateFunctions. setMonth(JSNumber month, JSNumber date)function setMonth(month,date) set the month, day field of a Date.JSNumberJSDateFunctions. setSeconds(JSNumber sec, JSNumber ms)function setSeconds(sec,ms) set the seconds and milliseconds field of a Date.JSNumberJSDateFunctions. setTime(JSNumber value)function setTime(value) set a Date in milliseconds.JSNumberJSDateFunctions. setUTCDate(JSNumber date)function setUTCDate(date) set the day of month field of a Date (universal time).JSNumberJSDateFunctions. setUTCFullYear(JSNumber year, JSNumber month, JSNumber date)function setUTCFullYear(year,month,date) set the year, month, day field of a Date (Universal time).JSNumberJSDateFunctions. 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).JSNumberJSDateFunctions. setUTCMilliseconds(JSNumber ms)function setUTCMilliseconds(ms) set the milliseconds field of a Date (universal time).JSNumberJSDateFunctions. setUTCMinute(JSNumber min, JSNumber sec, JSNumber ms)function setUTCMinute(min,sec,ms) set the minutes, seconds and milliseconds field of a Date (universal time).JSNumberJSDateFunctions. setUTCMonth(JSNumber month, JSNumber date)function setUTCMonth(month,date) set the month, day field of a Date (Universal time).JSNumberJSDateFunctions. setUTCSeconds(JSNumber sec, JSNumber ms)function setUTCSeconds(sec,ms) set the seconds and milliseconds field of a Date (universal time).JSNumberJSArrayFunctions. unshift(JSArray value)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 JSNumber Modifier and Type Method Description JSStringJSStringFunctions. charAt(JSNumber position)function charAt(position) get the nth character from a string.JSNumberJSStringFunctions. charCodeAt(JSNumber position)function charCodeAt(position) get the nth character code from a string.JSNumberJSStringFunctions. indexOf(JSString searchString, JSNumber startPosition)function indexOf(searchString, startPosition) search a string.JSBooleanJSGlobalFunctions. isFinite(JSNumber n)function isFinite(n) determine whether a number is finite.JSBooleanJSGlobalFunctions. isNaN(JSNumber n)function isNaN(n) check for not-a-number.JSNumberJSStringFunctions. lastIndexOf(JSString searchString, JSNumber startPosition)function lastIndexOf(searchString, startPosition) search a string backward.JSStringJSGlobalFunctions. parseInt(JSString s, JSNumber radix)function parseInt(s, radix) convert a string to an integer.JSNumberJSDateFunctions. setDate(JSNumber date)function setDate(date) set the day of month field of a Date.JSNumberJSDateFunctions. setFullYear(JSNumber year, JSNumber month, JSNumber date)function setFullYear(year,month,date) set the year, month, day field of a Date.JSNumberJSDateFunctions. setHours(JSNumber hour, JSNumber min, JSNumber sec, JSNumber ms)function setHours(hour,min,sec,ms) set the hours, minutes, seconds and milliseconds field of a Date.JSNumberJSDateFunctions. setMilliseconds(JSNumber value)function setMilliseconds(value) set the milliseconds field of a Date.JSNumberJSDateFunctions. setMinutes(JSNumber min, JSNumber sec, JSNumber ms)function setMinutes(min,sec,ms) set the minutes, seconds and milliseconds field of a Date.JSNumberJSDateFunctions. setMonth(JSNumber month, JSNumber date)function setMonth(month,date) set the month, day field of a Date.JSNumberJSDateFunctions. setSeconds(JSNumber sec, JSNumber ms)function setSeconds(sec,ms) set the seconds and milliseconds field of a Date.JSNumberJSDateFunctions. setTime(JSNumber value)function setTime(value) set a Date in milliseconds.JSNumberJSDateFunctions. setUTCDate(JSNumber date)function setUTCDate(date) set the day of month field of a Date (universal time).JSNumberJSDateFunctions. setUTCFullYear(JSNumber year, JSNumber month, JSNumber date)function setUTCFullYear(year,month,date) set the year, month, day field of a Date (Universal time).JSNumberJSDateFunctions. 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).JSNumberJSDateFunctions. setUTCMilliseconds(JSNumber ms)function setUTCMilliseconds(ms) set the milliseconds field of a Date (universal time).JSNumberJSDateFunctions. setUTCMinute(JSNumber min, JSNumber sec, JSNumber ms)function setUTCMinute(min,sec,ms) set the minutes, seconds and milliseconds field of a Date (universal time).JSNumberJSDateFunctions. setUTCMonth(JSNumber month, JSNumber date)function setUTCMonth(month,date) set the month, day field of a Date (Universal time).JSNumberJSDateFunctions. setUTCSeconds(JSNumber sec, JSNumber ms)function setUTCSeconds(sec,ms) set the seconds and milliseconds field of a Date (universal time).JSStringJSStringFunctions. slice(JSNumber start, JSNumber end)function slice(start, end) extract a substring.JSArrayJSArrayFunctions. splice(JSNumber start, JSNumber deletecount, JSArray items)function splice(start, deletecount, items) insert, remove, or replace array elementsJSArrayJSStringFunctions. split(JSString separator, JSNumber limit)function split(separator, limit) break a string into an array of strings.JSStringJSStringFunctions. substring(JSNumber from, JSNumber to)function substring(from, to) return a substring of a string.JSStringJSNumberFunctions. toExponential(JSNumber fractionDigits)function toExponential(fractionDigits) format a number using exponential notation.JSStringJSNumberFunctions. toFixed(JSNumber fractionDigits)function toFixed(fractionDigits) format a number using fixed-point notation.JSStringJSNumberFunctions. 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 JSNumber Modifier and Type Method Description static 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 Constructor Description JS5Array(JSNumber size)Object Array(size)JS5Date(JSNumber milliseconds)Object Date(milliseconds)JS5Date(JSNumber year, JSNumber month, JSNumber day, JSNumber hours, JSNumber minutes, JSNumber seconds, JSNumber ms)Object Date(year, month, day, hours, minutes, seconds, ms) -
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 JSNumber Modifier and Type Method Description JSNumberJS5ArrayFunctions. indexOf(JS5Object value, JSNumber start)function indexOf(value, start) search an array.JSNumberJS5ArrayFunctions. 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 Modifier and Type Method Description JSNumberJS5ArrayFunctions. indexOf(JS5Object value, JSNumber start)function indexOf(value, start) search an array.JSNumberJS5ArrayFunctions. lastIndexOf(JS5Object value, JSNumber start)function lastIndexOf(value, start) search backwards through an array.
-