| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Field and Description |
|---|---|
NIVision.VerticalTextAlignment |
NIVision.OverlayTextOptions.verticalTextAlignment |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.VerticalTextAlignment |
NIVision.VerticalTextAlignment.fromValue(int val) |
static NIVision.VerticalTextAlignment |
NIVision.VerticalTextAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.VerticalTextAlignment[] |
NIVision.VerticalTextAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OverlayTextOptions(String fontName,
int fontSize,
int bold,
int italic,
int underline,
int strikeout,
NIVision.TextAlignment horizontalTextAlignment,
NIVision.VerticalTextAlignment verticalTextAlignment,
NIVision.RGBValue backgroundColor,
double angle) |
Copyright © 2015. All rights reserved.