Uses of Class
de.mirkosertic.bytecoder.api.OpaqueProperty
-
Packages that use OpaqueProperty Package Description de.mirkosertic.bytecoder.api.web de.mirkosertic.bytecoder.api.web.webgl -
-
Uses of OpaqueProperty in de.mirkosertic.bytecoder.api.web
Methods in de.mirkosertic.bytecoder.api.web with annotations of type OpaqueProperty Modifier and Type Method Description Element
HTMLDocument. activeElement()
java.lang.String
Node. baseURI()
Element
HTMLDocument. body()
int
MouseEvent. button()
abstract int
Int8Array. byteArrayLength()
java.lang.String
Document. characterSet()
int
KeyboardEvent. charCode()
int
ParentNode. childElementCount()
NodeList
Node. childNodes()
HTMLCollection
ParentNode. children()
int
Element. clientHeight()
int
Element. clientWidth()
float
MouseEvent. clientX()
float
MouseEvent. clientY()
java.lang.String
KeyboardEvent. code()
java.lang.String
HTMLDocument. cookie()
java.lang.String
CharacterData. data()
void
CharacterData. data(java.lang.String data)
Window
HTMLDocument. defaultView()
int
WheelEvent. deltaMode()
int
WheelEvent. deltaX()
int
WheelEvent. deltaY()
int
WheelEvent. deltaZ()
abstract float
Window. devicePixelRatio()
java.lang.String
HTMLDocument. dir()
boolean
HTMLButton. disabled()
void
HTMLButton. disabled(boolean status)
java.lang.String
Document. doctype()
abstract HTMLDocument
Window. document()
Element
Document. documentElement()
java.lang.String
Document. documentURI()
java.lang.String
HTMLDocument. domain()
Node
Node. firstChild()
Element
ParentNode. firstElementChild()
abstract int
FloatArray. floatArrayLength()
java.lang.String
HTMLImageElement. getAlt()
int
HTMLAudioElement. getCurrentTime()
int
HTMLImageElement. getHeight()
java.lang.String
HTMLImageElement. getSrc()
float
HTMLAudioElement. getVolume()
int
HTMLImageElement. getWidth()
Element
HTMLDocument. head()
int
HTMLCanvasElement. height()
int
HTMLDocument. height()
int
HTMLWebGLCanvasElement. height()
boolean
Document. hidden()
abstract float
Window. innerHeight()
java.lang.String
Element. innerHTML()
void
Element. innerHTML(java.lang.String aNewValue)
abstract float
Window. innerWidth()
abstract int
IntArray. intArrayLength()
boolean
HTMLAudioElement. isEnded()
boolean
HTMLAudioElement. isLoop()
boolean
HTMLImageElement. isMap()
boolean
HTMLAudioElement. isPaused()
java.lang.String
KeyboardEvent. key()
int
KeyboardEvent. keyCode()
Node
Node. lastChild()
Element
ParentNode. lastElementChild()
java.lang.String
HTMLDocument. lastModified()
java.lang.String
Document. lastStyleSheetSet()
int
CharacterData. length()
int
HTMLCollection. length()
int
NodeList. length()
java.lang.String
HTMLDocument. location()
int
KeyboardEvent. location()
java.lang.String
Attr. name()
Node
Node. nextSibling()
java.lang.String
Node. nodeName()
int
Node. nodeType()
abstract int
OpaqueReferenceArray. objectArrayLength()
boolean
Response. ok()
Document
Node. ownerDocument()
Element
Node. parentElement()
Node
Node. parentNode()
java.lang.String
Attr. prefix()
Node
Node. previousSibling()
java.lang.String
HTMLDocument. referrer()
void
HTMLAudioElement. setCrossOrigin(java.lang.String crossOrigin)
void
HTMLImageElement. setCrossOrigin(java.lang.String crossOrigin)
void
HTMLAudioElement. setCurrentTime(int currentTime)
void
CanvasRenderingContext2D. setFillStyle(java.lang.String aStyle)
void
CanvasRenderingContext2D. setGlobalCompositeOperation(java.lang.String type)
void
HTMLImageElement. setHeight(int height)
void
CanvasRenderingContext2D. setLineWidth(float aWidth)
void
HTMLAudioElement. setLoop(boolean loop)
void
HTMLAudioElement. setSrc(java.lang.String url)
void
HTMLImageElement. setSrc(java.lang.String url)
void
CanvasRenderingContext2D. setStrokeStyle(java.lang.String aStyle)
void
HTMLAudioElement. setVolume(float volume)
int
HTMLImageElement. setWidth(int width)
abstract int
Int16Array. shortArrayLength()
CSSStyleDeclaration
HTMLElement. style()
java.lang.String
Node. textContent()
void
Node. textContent(java.lang.String aNewValue)
java.lang.String
HTMLDocument. title()
void
HTMLDocument. title(java.lang.String aNewTitle)
java.lang.String
Event. type()
java.lang.String
Attr. value()
void
Attr. value(java.lang.String value)
java.lang.String
HTMLTextAreaElement. value()
void
HTMLTextAreaElement. value(java.lang.String value)
int
HTMLCanvasElement. width()
int
HTMLDocument. width()
int
HTMLWebGLCanvasElement. width()
-
Uses of OpaqueProperty in de.mirkosertic.bytecoder.api.web.webgl
Methods in de.mirkosertic.bytecoder.api.web.webgl with annotations of type OpaqueProperty Modifier and Type Method Description abstract java.lang.String
WebGLActiveInfo. getName()
abstract int
WebGLActiveInfo. getSize()
abstract int
WebGLActiveInfo. getType()
-