Modifier and Type | Class and Description |
---|---|
class |
JsLightArray<T>
This is a the javascript implementation of
LightArray , which makes direct use of native
javascript arrays |
Modifier and Type | Method and Description |
---|---|
LightArray<String> |
JsLightMap.getKeys() |
Modifier and Type | Method and Description |
---|---|
static <V> LightArray<V> |
CollectionFactory.constructArray()
Construct a
LightArray |
LightArray<String> |
LightMap.getKeys()
get all keys for this map
|
Modifier and Type | Class and Description |
---|---|
class |
JavaLightArray<T>
An implementation of
LightArray used on the jvm |
Modifier and Type | Method and Description |
---|---|
LightArray<String> |
JavaLightMap.getKeys() |
Modifier and Type | Method and Description |
---|---|
LightArray<Touch> |
SimulatedTouchMoveEvent.getChangedTouches() |
LightArray<Touch> |
SimulatedTouchStartEvent.getChangedTouches() |
LightArray<Touch> |
SimulatedTouchEndEvent.getChangedTouches() |
LightArray<Touch> |
SimulatedTouchMoveEvent.getTouches() |
LightArray<Touch> |
SimulatedTouchStartEvent.getTouches() |
LightArray<Touch> |
SimulatedTouchEndEvent.getTouches() |
Modifier and Type | Method and Description |
---|---|
LightArray<Touch> |
TouchEvent.getChangedTouches() |
LightArray<Touch> |
TouchEvent.getTouches() |
Modifier and Type | Method and Description |
---|---|
LightArray<Touch> |
LongTapEvent.getStartPositions()
the start position of all fingers
|
Constructor and Description |
---|
LongTapEvent(Object source,
int numberOfFingers,
int time,
LightArray<Touch> startPositions)
Construct a LongTapEvent
|
Modifier and Type | Method and Description |
---|---|
LightArray<LightArray<Touch>> |
MultiTapEvent.getTouchStarts()
get the position of the fingers that started the taps
|
Modifier and Type | Method and Description |
---|---|
LightArray<LightArray<Touch>> |
MultiTapEvent.getTouchStarts()
get the position of the fingers that started the taps
|
Constructor and Description |
---|
MultiTapEvent(int numberOfFingers,
int numberOfTaps,
LightArray<LightArray<Touch>> touchStarts)
Construct a Multitap event
|
Constructor and Description |
---|
MultiTapEvent(int numberOfFingers,
int numberOfTaps,
LightArray<LightArray<Touch>> touchStarts)
Construct a Multitap event
|
Copyright © 2021 Magnolia International Ltd.. All rights reserved.