public static class NIVision.ToolWindowOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
showAnnulusTool |
int |
showClosedFreehandTool |
int |
showFreehandTool |
int |
showLineTool |
int |
showOvalTool |
int |
showPanTool |
int |
showPointTool |
int |
showPolygonTool |
int |
showPolyLineTool |
int |
showRectangleTool |
int |
showRotatedRectangleTool |
int |
showSelectionTool |
int |
showZoomOutTool |
int |
showZoomTool |
backing| Modifier | Constructor and Description |
|---|---|
|
ToolWindowOptions() |
protected |
ToolWindowOptions(java.nio.ByteBuffer backing,
int offset) |
|
ToolWindowOptions(int showSelectionTool,
int showZoomTool,
int showPointTool,
int showLineTool,
int showRectangleTool,
int showOvalTool,
int showPolygonTool,
int showClosedFreehandTool,
int showPolyLineTool,
int showFreehandTool,
int showAnnulusTool,
int showRotatedRectangleTool,
int showPanTool,
int showZoomOutTool) |
protected |
ToolWindowOptions(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 showSelectionTool
public int showZoomTool
public int showPointTool
public int showLineTool
public int showRectangleTool
public int showOvalTool
public int showPolygonTool
public int showClosedFreehandTool
public int showPolyLineTool
public int showFreehandTool
public int showAnnulusTool
public int showRotatedRectangleTool
public int showPanTool
public int showZoomOutTool
public ToolWindowOptions()
public ToolWindowOptions(int showSelectionTool,
int showZoomTool,
int showPointTool,
int showLineTool,
int showRectangleTool,
int showOvalTool,
int showPolygonTool,
int showClosedFreehandTool,
int showPolyLineTool,
int showFreehandTool,
int showAnnulusTool,
int showRotatedRectangleTool,
int showPanTool,
int showZoomOutTool)
protected ToolWindowOptions(java.nio.ByteBuffer backing,
int offset)
protected ToolWindowOptions(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