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