Package org.openpnp.model
Class VisionCompositing
- java.lang.Object
-
- org.openpnp.model.AbstractModelObject
-
- org.openpnp.model.VisionCompositing
-
public class VisionCompositing extends AbstractModelObject
A Footprint is a group of SMD pads along with length unit information. Footprints can be rendered to a Shape for easy display using 2D primitives.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classVisionCompositing.Compositestatic classVisionCompositing.CompositingMethodstatic classVisionCompositing.CompositingSolutionstatic classVisionCompositing.Cornerstatic classVisionCompositing.Shotstatic classVisionCompositing.ShotConfiguration
-
Field Summary
-
Fields inherited from class org.openpnp.model.AbstractModelObject
propertyChangeSupport
-
-
Constructor Summary
Constructors Constructor Description VisionCompositing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CameragetCamera()VisionCompositing.CompositingMethodgetCompositingMethod()intgetExtraShots()LengthgetMaxPickTolerance()doublegetMinLeverageFactor()booleanisAllowInside()voidsetAllowInside(boolean allowInside)voidsetCompositingMethod(VisionCompositing.CompositingMethod compositingMethod)voidsetExtraShots(int extraShots)voidsetMaxPickTolerance(Length maxPickTolerance)voidsetMinLeverageFactor(double minLeverageFactor)-
Methods inherited from class org.openpnp.model.AbstractModelObject
addPropertyChangeListener, addPropertyChangeListener, dispose, dumpListeners, fireIndexedPropertyChange, firePropertyChange, isListener, isListener, removePropertyChangeListener, removePropertyChangeListener
-
-
-
-
Method Detail
-
getCompositingMethod
public VisionCompositing.CompositingMethod getCompositingMethod()
-
setCompositingMethod
public void setCompositingMethod(VisionCompositing.CompositingMethod compositingMethod)
-
getMaxPickTolerance
public Length getMaxPickTolerance()
-
setMaxPickTolerance
public void setMaxPickTolerance(Length maxPickTolerance)
-
getMinLeverageFactor
public double getMinLeverageFactor()
-
setMinLeverageFactor
public void setMinLeverageFactor(double minLeverageFactor)
-
isAllowInside
public boolean isAllowInside()
-
setAllowInside
public void setAllowInside(boolean allowInside)
-
getExtraShots
public int getExtraShots()
-
setExtraShots
public void setExtraShots(int extraShots)
-
getCamera
public Camera getCamera()
-
-