Package jisa.gui
Class CameraFeed
- java.lang.Object
-
- jisa.gui.JFXElement
-
- jisa.gui.CameraFeed
-
- All Implemented Interfaces:
Element
public class CameraFeed extends JFXElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jisa.gui.Element
Element.ElementBorder
-
-
Constructor Summary
Constructors Constructor Description CameraFeed(java.lang.String title, Camera camera)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Camera
getCamera()
void
start()
void
stop()
-
Methods inherited from class jisa.gui.JFXElement
addDialogButton, addDialogMenuButton, addToolbarButton, addToolbarMenuButton, addToolbarSeparator, autoAdjustSize, autoSizeWindow, clearDialogButtons, clearToolbar, close, getIcon, getMaxHeight, getMaxWidth, getMaxWindowHeight, getMaxWindowWidth, getMinHeight, getMinWidth, getNode, getStage, getTitle, getWindowHeight, getWindowWidth, hide, iconProperty, isDecorated, isExitOnClose, isMaximised, isShowing, setCentreNode, setDecorated, setExitOnClose, setIcon, setIcon, setMaxHeight, setMaximised, setMaxWidth, setMaxWindowHeight, setMaxWindowWidth, setMinHeight, setMinWidth, setOnClose, setTitle, setWindowHeight, setWindowSize, setWindowWidth, show, showAsAlert, showAsConfirmation, showAsDialog, titleProperty
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jisa.gui.Element
getBorderedNode, isVisible, setVisible
-
-
-
-
Constructor Detail
-
CameraFeed
public CameraFeed(java.lang.String title, Camera camera)
-
-
Method Detail
-
getCamera
public Camera getCamera()
-
stop
public void stop() throws java.io.IOException, DeviceException
- Throws:
java.io.IOException
DeviceException
-
start
public void start() throws java.io.IOException, DeviceException
- Throws:
java.io.IOException
DeviceException
-
-