Class JavaFXAxisComponents
java.lang.Object
com.macrofocus.high_d.parallelcoordinates.javafx.JavaFXAxisComponents
- All Implemented Interfaces:
AxisComponents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.macrofocus.high_d.axis.AxisView
com.macrofocus.crossplatform.CPComponent<javafx.scene.control.Button>
getLabel()
javafx.scene.Node
javafx.scene.Node
void
setAxisView
(com.macrofocus.high_d.axis.AxisView axisView)
-
Constructor Details
-
JavaFXAxisComponents
public JavaFXAxisComponents(javafx.scene.control.Button label)
-
-
Method Details
-
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()
-