public interface TextTrackCue
| Modifier and Type | Method and Description |
|---|---|
String |
getAlignment() |
DocumentFragment |
getCueAsHTML() |
String |
getCueAsSource() |
String |
getDirection() |
double |
getEndTime() |
String |
getId() |
int |
getLinePosition() |
Function |
getOnenter() |
Function |
getOnexit() |
boolean |
getPauseOnExit() |
int |
getSize() |
boolean |
getSnapToLines() |
double |
getStartTime() |
int |
getTextPosition() |
TextTrack |
getTrack() |
void |
setOnenter(Function onenter) |
void |
setOnexit(Function onexit) |
TextTrack getTrack()
String getId()
double getStartTime()
double getEndTime()
boolean getPauseOnExit()
String getDirection()
boolean getSnapToLines()
int getLinePosition()
int getTextPosition()
int getSize()
String getAlignment()
String getCueAsSource()
DocumentFragment getCueAsHTML()
Function getOnenter()
void setOnenter(Function onenter)
Function getOnexit()
void setOnexit(Function onexit)
Copyright © 2016. All Rights Reserved.