void |
PlotPanel.addToolTipAxis(Axis axis) |
Adds the axis at the end of the vector with the axes making up the
tooltip of values of the content panel.
|
void |
AxisPanelOptions.configure(PlotPanel plot,
Axis axis) |
Applies the options to the specified axis.
|
void |
PlotPanelAxisOptions.configure(PlotPanel plot,
Axis axis) |
Applies the options to the specified axis.
|
int |
PlotPanel.getActualAxisWidth(Axis axis) |
Returns the actual size of the specified axis, depending on visibility.
|
AxisPanel |
PlotPanel.getAxis(Axis axis) |
Returns the specified axis.
|
PopupMenuCustomizer |
PlotPanel.getAxisPopupMenuCustomizer(Axis axis) |
Returns the current axis customizer, can be null.
|
Visibility |
PlotPanel.getAxisVisibility(Axis axis) |
Returns the visibility of the specified axis.
|
int |
PlotPanel.getAxisWidth(Axis axis) |
Returns the size of the specified axis.
|
boolean |
PlotPanel.hasToolTipAxis(Axis axis) |
Checks whether the specified axis is used in making up the tooltip.
|
void |
PlotPanel.removeToolTipAxis(Axis axis) |
Removes the axis from the vector with the axes making up the tooltip
of values of the content panel.
|
void |
PlotPanel.setAxisPopupMenuCustomizer(Axis axis,
PopupMenuCustomizer value) |
Sets the class to customize the right-click popup menu of an axis.
|
void |
PlotPanel.setAxisVisibility(Axis axis,
Visibility visible) |
Sets the visibility state of the specified axis.
|
void |
PlotPanel.setAxisWidth(Axis axis,
int width) |
Sets the size of the specified axis.
|
protected void |
PlotPanel.updateCorner(Axis axis) |
Updates the dimensions of the corner panels.
|