Package org.openpnp.capture
Class PropertyLimits
java.lang.Object
org.openpnp.capture.PropertyLimits
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetMax()intgetMin()voidsetDefault(int def) voidsetMax(int max) voidsetMin(int min)
-
Constructor Details
-
PropertyLimits
public PropertyLimits(int min, int max, int def)
-
-
Method Details
-
getMin
public int getMin() -
setMin
public void setMin(int min) -
getMax
public int getMax() -
setMax
public void setMax(int max) -
getDefault
public int getDefault() -
setDefault
public void setDefault(int def)
-