Package com.agisoft.metashape
Class Scalebar.Reference
java.lang.Object
com.agisoft.metashape.Scalebar.Reference
- Enclosing class:
- Scalebar
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReference(long cPtr, boolean cMemoryOwn) Reference(Scalebar.Reference reference) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()static longScale bar length, may be null.Scale bar length accuracy, may be null.booleanEnabled flag.voidsetDistance(Double distance) Scale bar length, may be null.voidsetDistanceAccuracy(Double accuracy) Scale bar length accuracy, may be null.voidsetEnabled(boolean state) Enabled flag.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Reference
public Reference(long cPtr, boolean cMemoryOwn) -
Reference
public Reference() -
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, may be null. -
getDistance
Scale bar length, may be null. -
setDistanceAccuracy
Scale bar length accuracy, may be null. -
getDistanceAccuracy
Scale bar length accuracy, may be null.
-