Package com.agisoft.metashape
Class Scalebar.Reference
java.lang.Object
com.agisoft.metashape.Scalebar.Reference
- Enclosing class:
- Scalebar
public static class Scalebar.Reference extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Constructor Description Reference(long cPtr, boolean cMemoryOwn)Reference(Scalebar.Reference reference) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()static longgetCPtr(Scalebar.Reference obj)DoublegetDistance()Scale bar length or null.DoublegetDistanceAccuracy()Scale bar length accuracy or null.booleanisEnabled()Enabled flag.voidsetDistance(Double distance)Scale bar length or null.voidsetDistanceAccuracy(Double accuracy)Scale bar length accuracy or null.voidsetEnabled(boolean state)Enabled flag.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Reference
public Reference(long cPtr, boolean cMemoryOwn) -
Reference
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setEnabled
public void setEnabled(boolean state)Enabled flag. -
isEnabled
public boolean isEnabled()Enabled flag. -
setDistance
Scale bar length or null. -
getDistance
Scale bar length or null. -
setDistanceAccuracy
Scale bar length accuracy or null. -
getDistanceAccuracy
Scale bar length accuracy or null.
-