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