MeiCam SDK For Android  3.14.0
Public Member Functions | List of all members
com.meicam.sdk.NvsItalicSpan Class Reference
Inheritance diagram for com.meicam.sdk.NvsItalicSpan:
com.meicam.sdk.NvsCaptionSpan

Public Member Functions

 NvsItalicSpan (int start, int end)
 
 NvsItalicSpan (int start, int end, boolean isItalic)
 
boolean isItalic ()
 
void setItalic (boolean italic)
 
String toString ()
 
- Public Member Functions inherited from com.meicam.sdk.NvsCaptionSpan
 NvsCaptionSpan ()
 
 NvsCaptionSpan (String type, int start, int end)
 
String getType ()
 
int getStart ()
 
void setStart (int start)
 
int getEnd ()
 
void setEnd (int end)
 

Additional Inherited Members

- Static Public Attributes inherited from com.meicam.sdk.NvsCaptionSpan
static final String SPAN_TYPE_COLOR = "color"
 The color to set, defalut 1,1,1, type is float. More...
 
static final String SPAN_TYPE_FONT_SIZE_RATIO = "fontSizeRatio"
 The size ratio to set, defalut 1f, type is Float. More...
 
static final String SPAN_TYPE_FONT_FAMILY = "fontFamily"
 The font for the text, defalut is "", type is String. More...
 
static final String SPAN_TYPE_WEIGHT = "weight"
 Control the size of the font, range [100,900], type is Integer. More...
 
static final String SPAN_TYPE_ITALIC = "italic"
 Whether to use italics for characters within span, type is Boolean. More...
 
static final String SPAN_TYPE_UNDERLINE = "underline"
 Whether to underline characters within span, type is Boolean. More...
 
static final String SPAN_TYPE_OPACITY = "opacity"
 Set transparency,default 1, type is Float. More...
 
static final String SPAN_TYPE_BODY_OPACITY = "bodyOpacity"
 Set text body transparency,default 1, type is Float. More...
 
static final String SPAN_TYPE_OUTLINE_OPACITY = "outlineOpacity"
 Set text outline transparency,default 1, type is Float. More...
 
static final String SPAN_TYPE_SHADOW_OPACITY = "shadowOpacity"
 Set text shadow transparency,default 1, type is Float. More...
 
static final String SPAN_TYPE_RENDER_ID = "rendererId"
 There is a complexRender element inside, type is String. More...
 
static final String SPAN_TYPE_OUTLINE_COLOR = "outlineColor"
 The color to set outline, defalut (1,1,1,1), type is NvsColor. More...
 
static final String SPAN_TYPE_OUTLINE_WIDTH = "outlineWidth"
 Control the size of the outline, default 0. More...
 
static final String SPAN_TYPE_NORMAL_TEXT = "normalText"
 Normal text control the size of the outline, default 0. More...
 

Constructor & Destructor Documentation

◆ NvsItalicSpan() [1/2]

com.meicam.sdk.NvsItalicSpan.NvsItalicSpan ( int  start,
int  end 
)
inline

◆ NvsItalicSpan() [2/2]

com.meicam.sdk.NvsItalicSpan.NvsItalicSpan ( int  start,
int  end,
boolean  isItalic 
)
inline

Member Function Documentation

◆ isItalic()

boolean com.meicam.sdk.NvsItalicSpan.isItalic ( )
inline

◆ setItalic()

void com.meicam.sdk.NvsItalicSpan.setItalic ( boolean  italic)
inline

◆ toString()

String com.meicam.sdk.NvsItalicSpan.toString ( )
inline

Reimplemented from com.meicam.sdk.NvsCaptionSpan.


The documentation for this class was generated from the following file: