WhiteDisplayer class

Implementers

Constructors

WhiteDisplayer(DsBridge dsBridge)

Properties

dsBridge DsBridge
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convertToPointInWorld(num x, num y) Future<WhiteBoardPoint>
转换白板上点的坐标。
getEntireScenes(String path) Future<Map<String, List<Scene>>>
getScenePathType(String path) Future<String>
moveCamera(CameraConfig config) → void
moveCameraToContainer(RectangleConfig config) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postIframeMessage(dynamic object) → void
refreshViewSize() → void
scaleIframeToFit() → void
scalePptToFit([String mode = AnimationMode.Continuous]) → void
setBackgroundColor(Color color) → void
setCameraBound(CameraBound cameraBound) → void
setDisableCameraTransform(bool disable) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited