public static final class VisualizeVideoRequest.StyleOptions extends Object
DO_POINTS
: Rasterize point data toggle.
Supported values:
The default value is TRUE
.
DO_SHAPES
: Rasterize shapes toggle.
Supported values:
The default value is TRUE
.
DO_TRACKS
: Rasterize tracks toggle.
Supported values:
The default value is TRUE
.
POINTCOLORS
: RGB color value in hex for the points.
POINTSIZES
: Size of points.
POINTSHAPES
: Shape of the point.
Supported values:
SHAPELINEWIDTHS
: Width of the lines.
SHAPELINECOLORS
: RGB color values in hex for the line.
SHAPEFILLCOLORS
: RGB color values in hex for the fill color of the
shapes. Use '-1' for no fill.
TRACKLINEWIDTHS
: Width of the track lines. '0' implies do not draw
track lines.
TRACKLINECOLORS
: RGB color values for the track lines.
TRACKMARKERSIZES
: Size of the track point markers.
TRACKMARKERCOLORS
: Color of the track point markers.
TRACKMARKERSHAPES
: Shape of track point markers.
Supported values:
The default value is NONE
.
TRACKHEADCOLORS
: Color of track head markers.
TRACKHEADSIZES
: Size of track head markers.
TRACKHEADSHAPES
: Shape of track head markers.
Supported values:
The default value is CIRCLE
.
styleOptions
.Modifier and Type | Field and Description |
---|---|
static String |
CIRCLE |
static String |
DIAMOND |
static String |
DO_POINTS
Rasterize point data toggle.
|
static String |
DO_SHAPES
Rasterize shapes toggle.
|
static String |
DO_TRACKS
Rasterize tracks toggle.
|
static String |
FALSE |
static String |
HOLLOWCIRCLE |
static String |
HOLLOWDIAMOND |
static String |
HOLLOWSQUARE |
static String |
NONE |
static String |
POINTCOLORS
RGB color value in hex for the points.
|
static String |
POINTSHAPES
Shape of the point.
|
static String |
POINTSIZES
Size of points.
|
static String |
SHAPEFILLCOLORS
RGB color values in hex for the fill color of the shapes.
|
static String |
SHAPELINECOLORS
RGB color values in hex for the line.
|
static String |
SHAPELINEWIDTHS
Width of the lines.
|
static String |
SQUARE |
static String |
SYMBOLCODE |
static String |
TRACKHEADCOLORS
Color of track head markers.
|
static String |
TRACKHEADSHAPES
Shape of track head markers.
|
static String |
TRACKHEADSIZES
Size of track head markers.
|
static String |
TRACKLINECOLORS
RGB color values for the track lines.
|
static String |
TRACKLINEWIDTHS
Width of the track lines.
|
static String |
TRACKMARKERCOLORS
Color of the track point markers.
|
static String |
TRACKMARKERSHAPES
Shape of track point markers.
|
static String |
TRACKMARKERSIZES
Size of the track point markers.
|
static String |
TRUE |
public static final String DO_POINTS
public static final String TRUE
public static final String FALSE
public static final String DO_SHAPES
public static final String DO_TRACKS
public static final String POINTCOLORS
public static final String POINTSIZES
public static final String POINTSHAPES
public static final String NONE
public static final String CIRCLE
public static final String SQUARE
public static final String DIAMOND
public static final String HOLLOWCIRCLE
public static final String HOLLOWSQUARE
public static final String HOLLOWDIAMOND
public static final String SYMBOLCODE
public static final String SHAPELINEWIDTHS
public static final String SHAPELINECOLORS
public static final String SHAPEFILLCOLORS
public static final String TRACKLINEWIDTHS
public static final String TRACKLINECOLORS
public static final String TRACKMARKERSIZES
public static final String TRACKMARKERCOLORS
public static final String TRACKMARKERSHAPES
NONE
.public static final String TRACKHEADCOLORS
public static final String TRACKHEADSIZES
public static final String TRACKHEADSHAPES
CIRCLE
.Copyright © 2017. All rights reserved.