java.lang.Object
|---ohos.accessibility.CaptionProperties
public class CaptionProperties
extends Object
配置视频字幕的视觉属性,包括文本大小、语言、前景色、背景色、边框属性和字体。
修饰符和类型 | 字段 | 描述 |
---|---|---|
static String | CAPTION_PROP_BACKGROUND_COLOR | 指示背景颜色。 |
static String | CAPTION_PROP_EDGE_COLOR | 表示边缘颜色。 |
static String | CAPTION_PROP_EDGE_TYPE | 表示边类型。 |
static String | CAPTION_PROP_FOREGROUND_COLOR | 表示前景色。 |
static String | CAPTION_PROP_WINDOW_COLOR | 指示窗口颜色。 |
构造函数 | 描述 |
---|---|
CaptionProperties() | 默认构造函数。 |
修饰符和类型 | 方法 | 描述 |
---|---|---|
boolean | checkProperty(String propertyName) | 检查是否为字幕设置了视觉属性。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public static final String CAPTION_PROP_BACKGROUND_COLOR
指示背景颜色。
public static final String CAPTION_PROP_EDGE_COLOR
表示边缘颜色。
public static final String CAPTION_PROP_EDGE_TYPE
表示边类型。
public static final String CAPTION_PROP_FOREGROUND_COLOR
表示前景色。
public static final String CAPTION_PROP_WINDOW_COLOR
指示窗口颜色。
public CaptionProperties()
默认构造函数。
public boolean checkProperty(String propertyName)
检查是否为字幕设置了视觉属性。 如果尚未设置属性,则使用默认值。 以下属性可用:
参数:
参数名称 | 参数描述 |
---|---|
propertyName | 标识字幕的视觉属性。 |
返回:
如果属性已设置,则返回 True; 否则返回 False。
Component.ComponentStateChangedListenerpublic static interface Component.ComponentStateChangedListener为组件的状态更改事...
Component.ForwardHoverListenerpublic static interface Component.ForwardHoverListener提供在鼠标悬停事件转发到子组件之前调...
ComponentParentpublic interface ComponentParent定义父组件的特征。此类为组件提供与其父组件交互的接口。方法总结修饰符和类...
RadioContainer.CheckedStateChangedListenerpublic static interface RadioContainer.CheckedStateChangedListener提供回调方法...
Componentjava.lang.Object |---ohos.agp.components.Componentpublic class Componentextends Object为用户界面 (UI) 提供基本...