Class JavaFXAxisComponents
- java.lang.Object
-
- com.macrofocus.high_d.parallelcoordinates.javafx.JavaFXAxisComponents
-
- All Implemented Interfaces:
AxisComponents
public class JavaFXAxisComponents extends java.lang.Object implements AxisComponents
-
-
Constructor Summary
Constructors Constructor Description JavaFXAxisComponents(javafx.scene.control.Button label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.macrofocus.high_d.axis.AxisView
getAxisView()
com.macrofocus.crossplatform.CPComponent<javafx.scene.control.Button>
getLabel()
javafx.scene.Node
getMaxLabel()
javafx.scene.Node
getMinLabel()
void
setAxisView(com.macrofocus.high_d.axis.AxisView axisView)
-
-
-
Method Detail
-
getAxisView
public com.macrofocus.high_d.axis.AxisView getAxisView()
-
setAxisView
public void setAxisView(com.macrofocus.high_d.axis.AxisView axisView)
-
getLabel
public com.macrofocus.crossplatform.CPComponent<javafx.scene.control.Button> getLabel()
-
getMinLabel
public javafx.scene.Node getMinLabel()
-
getMaxLabel
public javafx.scene.Node getMaxLabel()
-
-