public static class NIVision.OverlayTextOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
angle |
NIVision.RGBValue |
backgroundColor |
int |
bold |
java.lang.String |
fontName |
private java.nio.ByteBuffer |
fontName_buf |
int |
fontSize |
NIVision.TextAlignment |
horizontalTextAlignment |
int |
italic |
int |
strikeout |
int |
underline |
NIVision.VerticalTextAlignment |
verticalTextAlignment |
backing| Modifier | Constructor and Description |
|---|---|
|
OverlayTextOptions() |
protected |
OverlayTextOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
OverlayTextOptions(long nativeObj,
boolean owned) |
|
OverlayTextOptions(java.lang.String fontName,
int fontSize,
int bold,
int italic,
int underline,
int strikeout,
NIVision.TextAlignment horizontalTextAlignment,
NIVision.VerticalTextAlignment verticalTextAlignment,
NIVision.RGBValue backgroundColor,
double angle) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic java.lang.String fontName
public int fontSize
public int bold
public int italic
public int underline
public int strikeout
public NIVision.TextAlignment horizontalTextAlignment
public NIVision.VerticalTextAlignment verticalTextAlignment
public NIVision.RGBValue backgroundColor
public double angle
private java.nio.ByteBuffer fontName_buf
public OverlayTextOptions()
public OverlayTextOptions(java.lang.String fontName,
int fontSize,
int bold,
int italic,
int underline,
int strikeout,
NIVision.TextAlignment horizontalTextAlignment,
NIVision.VerticalTextAlignment verticalTextAlignment,
NIVision.RGBValue backgroundColor,
double angle)
protected OverlayTextOptions(java.nio.ByteBuffer backing,
int offset)
protected OverlayTextOptions(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct