public static class HandMouse.Settings extends BaseChildSettings
BaseChildSettings.PropertyVetoExceptionThatNetBeansLikes
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport
Constructor and Description |
---|
Settings() |
Settings(HandMouse.Settings s) |
Modifier and Type | Method and Description |
---|---|
double |
getBrightnessMin() |
double |
getClickSteadySize() |
long |
getClickSteadyTime() |
double |
getEdgeAreaMax() |
double |
getEdgeAreaMin() |
int |
getMopIterations() |
double |
getThresholdHigh() |
double |
getThresholdLow() |
double |
getUpdateAlpha() |
void |
setBrightnessMin(double brightnessMin) |
void |
setClickSteadySize(double clickSteadySize) |
void |
setClickSteadyTime(long clickSteadyTime) |
void |
setEdgeAreaMax(double edgeAreaMax) |
void |
setEdgeAreaMin(double edgeAreaMin) |
void |
setMopIterations(int mopIterations) |
void |
setThresholdHigh(double thresholdHigh) |
void |
setThresholdLow(double thresholdLow) |
void |
setUpdateAlpha(double updateAlpha) |
addPropertyChangeListener, compareTo, getName, removePropertyChangeListener
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, initializeBeanContextResources, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceAvailable, serviceRevoked, setBeanContext, validatePendingSetBeanContext
public Settings()
public Settings(HandMouse.Settings s)
public int getMopIterations()
public void setMopIterations(int mopIterations)
public double getClickSteadySize()
public void setClickSteadySize(double clickSteadySize)
public long getClickSteadyTime()
public void setClickSteadyTime(long clickSteadyTime)
public double getEdgeAreaMin()
public void setEdgeAreaMin(double edgeAreaMin)
public double getEdgeAreaMax()
public void setEdgeAreaMax(double edgeAreaMax)
public double getThresholdHigh()
public void setThresholdHigh(double thresholdHigh)
public double getThresholdLow()
public void setThresholdLow(double thresholdLow)
public double getBrightnessMin()
public void setBrightnessMin(double brightnessMin)
public double getUpdateAlpha()
public void setUpdateAlpha(double updateAlpha)
Copyright © 2024. All rights reserved.