Class SwingAxisComponents
- java.lang.Object
-
- com.macrofocus.high_d.parallelcoordinates.swing.SwingAxisComponents
-
- All Implemented Interfaces:
AxisComponents
public class SwingAxisComponents extends java.lang.Object implements AxisComponents
-
-
Constructor Summary
Constructors Constructor Description SwingAxisComponents(javax.swing.JButton label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.macrofocus.high_d.axis.AxisView<javax.swing.JComponent>
getAxisView()
javax.swing.JButton
getLabel()
javax.swing.JComponent
getMaxLabel()
javax.swing.JComponent
getMinLabel()
void
setAxisView(com.macrofocus.high_d.axis.AxisView axisView)
-
-
-
Method Detail
-
getAxisView
public com.macrofocus.high_d.axis.AxisView<javax.swing.JComponent> getAxisView()
-
setAxisView
public void setAxisView(com.macrofocus.high_d.axis.AxisView axisView)
-
getLabel
public javax.swing.JButton getLabel()
-
getMinLabel
public javax.swing.JComponent getMinLabel()
-
getMaxLabel
public javax.swing.JComponent getMaxLabel()
-
-