Package videoRangePanel.layoutFX
Class VRSettingsPane.LandMarkGroupItem
java.lang.Object
pamViewFX.fxNodes.table.ChoiceTableItem
videoRangePanel.layoutFX.VRSettingsPane.LandMarkGroupItem
- Enclosing class:
VRSettingsPane
Table item for a landmark group.
- Author:
- Jamie Macaulay
-
Field Summary
Modifier and TypeFieldDescriptionList of landmarks.javafx.beans.property.StringProperty
The name of the landmark group.javafx.beans.property.IntegerProperty
The name of the landmark group.Fields inherited from class pamViewFX.fxNodes.table.ChoiceTableItem
selectedProperty
-
Constructor Summary
-
Method Summary
Methods inherited from class pamViewFX.fxNodes.table.ChoiceTableItem
checkItem, checkParams
-
Field Details
-
name
public javafx.beans.property.StringProperty nameThe name of the landmark group. -
nLandMarks
public javafx.beans.property.IntegerProperty nLandMarksThe name of the landmark group. -
landMarks
List of landmarks.
-
-
Constructor Details
-
LandMarkGroupItem
public LandMarkGroupItem() -
LandMarkGroupItem
-