public static class NIVision.BrowserOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.RGBValue |
backgroundColor |
NIVision.RGBValue |
focusColor |
int |
frameSize |
int |
height |
int |
imagesPerLine |
float |
ratio |
NIVision.BrowserFrameStyle |
style |
int |
width |
backing| Modifier | Constructor and Description |
|---|---|
|
BrowserOptions() |
protected |
BrowserOptions(java.nio.ByteBuffer backing,
int offset) |
|
BrowserOptions(int width,
int height,
int imagesPerLine,
NIVision.RGBValue backgroundColor,
int frameSize,
NIVision.BrowserFrameStyle style,
double ratio,
NIVision.RGBValue focusColor) |
protected |
BrowserOptions(long nativeObj,
boolean owned) |
| 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 int width
public int height
public int imagesPerLine
public NIVision.RGBValue backgroundColor
public int frameSize
public NIVision.BrowserFrameStyle style
public float ratio
public NIVision.RGBValue focusColor
public BrowserOptions()
public BrowserOptions(int width,
int height,
int imagesPerLine,
NIVision.RGBValue backgroundColor,
int frameSize,
NIVision.BrowserFrameStyle style,
double ratio,
NIVision.RGBValue focusColor)
protected BrowserOptions(java.nio.ByteBuffer backing,
int offset)
protected BrowserOptions(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