Uses of Class
com.agisoft.metashape.ScalebarGroup
Packages that use ScalebarGroup
-
Uses of ScalebarGroup in com.agisoft.metashape
Methods in com.agisoft.metashape that return ScalebarGroupModifier and TypeMethodDescriptionChunk.addScalebarGroup()Add new scale bar group to the chunk.static ScalebarGroup[]ScalebarGroup.cArrayWrap(long[] cArray, boolean cMemoryOwn) Chunk.getScalebarGroup(int key) Scale bar group with specified key, may be null.Chunk.getScalebarGroups()List of scale bar groups in the chunk.Methods in com.agisoft.metashape with parameters of type ScalebarGroupModifier and TypeMethodDescriptionstatic long[]ScalebarGroup.cArrayUnwrap(ScalebarGroup[] arrayWrapper) static longScalebarGroup.getCPtr(ScalebarGroup obj) static final longMetashapeJNI.new_ScalebarGroup(long jarg1, ScalebarGroup jarg1_) static final longMetashapeJNI.ScalebarGroup_getChunk(long jarg1, ScalebarGroup jarg1_) static final intMetashapeJNI.ScalebarGroup_getKey(long jarg1, ScalebarGroup jarg1_) static final StringMetashapeJNI.ScalebarGroup_getLabel(long jarg1, ScalebarGroup jarg1_) static final booleanMetashapeJNI.ScalebarGroup_isSelected(long jarg1, ScalebarGroup jarg1_) static final voidMetashapeJNI.ScalebarGroup_setLabel(long jarg1, ScalebarGroup jarg1_, String jarg2) static final voidMetashapeJNI.ScalebarGroup_setSelected(long jarg1, ScalebarGroup jarg1_, boolean jarg2) Constructors in com.agisoft.metashape with parameters of type ScalebarGroup