public static class CameraDevice.SettingsImplementation extends ProjectiveDevice.Settings implements CameraDevice.Settings
BaseChildSettings.PropertyVetoExceptionThatNetBeansLikes
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport
Constructor and Description |
---|
SettingsImplementation() |
SettingsImplementation(ProjectiveDevice.Settings settings) |
getName, getResponseGamma, setName, setResponseGamma
addPropertyChangeListener, compareTo, removePropertyChangeListener
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, initializeBeanContextResources, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceAvailable, serviceRevoked, setBeanContext, validatePendingSetBeanContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getName, getResponseGamma, removePropertyChangeListener, setName, setResponseGamma
public SettingsImplementation()
public SettingsImplementation(ProjectiveDevice.Settings settings)
public Integer getDeviceNumber()
getDeviceNumber
in interface CameraDevice.Settings
public void setDeviceNumber(Integer deviceNumber) throws PropertyVetoException
setDeviceNumber
in interface CameraDevice.Settings
PropertyVetoException
public File getDeviceFile()
getDeviceFile
in interface CameraDevice.Settings
public void setDeviceFile(File deviceFile) throws PropertyVetoException
setDeviceFile
in interface CameraDevice.Settings
PropertyVetoException
public String getDeviceFilename()
getDeviceFilename
in interface CameraDevice.Settings
public void setDeviceFilename(String deviceFilename) throws PropertyVetoException
setDeviceFilename
in interface CameraDevice.Settings
PropertyVetoException
public String getDevicePath()
getDevicePath
in interface CameraDevice.Settings
public void setDevicePath(String devicePath) throws PropertyVetoException
setDevicePath
in interface CameraDevice.Settings
PropertyVetoException
public Class<? extends FrameGrabber> getFrameGrabber()
getFrameGrabber
in interface CameraDevice.Settings
public void setFrameGrabber(Class<? extends FrameGrabber> frameGrabber)
setFrameGrabber
in interface CameraDevice.Settings
public String getDescription()
getDescription
in interface CameraDevice.Settings
public String getFormat()
getFormat
in interface CameraDevice.Settings
public void setFormat(String format)
setFormat
in interface CameraDevice.Settings
public int getImageWidth()
getImageWidth
in interface CameraDevice.Settings
public void setImageWidth(int imageWidth)
setImageWidth
in interface CameraDevice.Settings
public int getImageHeight()
getImageHeight
in interface CameraDevice.Settings
public void setImageHeight(int imageHeight)
setImageHeight
in interface CameraDevice.Settings
public double getFrameRate()
getFrameRate
in interface CameraDevice.Settings
public void setFrameRate(double frameRate)
setFrameRate
in interface CameraDevice.Settings
public boolean isTriggerMode()
isTriggerMode
in interface CameraDevice.Settings
public void setTriggerMode(boolean triggerMode)
setTriggerMode
in interface CameraDevice.Settings
public int getBitsPerPixel()
getBitsPerPixel
in interface CameraDevice.Settings
public void setBitsPerPixel(int bitsPerPixel)
setBitsPerPixel
in interface CameraDevice.Settings
public FrameGrabber.ImageMode getImageMode()
getImageMode
in interface CameraDevice.Settings
public void setImageMode(FrameGrabber.ImageMode imageMode)
setImageMode
in interface CameraDevice.Settings
public int getTimeout()
getTimeout
in interface CameraDevice.Settings
public void setTimeout(int timeout)
setTimeout
in interface CameraDevice.Settings
public int getNumBuffers()
getNumBuffers
in interface CameraDevice.Settings
public void setNumBuffers(int numBuffers)
setNumBuffers
in interface CameraDevice.Settings
public boolean isDeinterlace()
isDeinterlace
in interface CameraDevice.Settings
public void setDeinterlace(boolean deinterlace)
setDeinterlace
in interface CameraDevice.Settings
Copyright © 2024. All rights reserved.