Uses of Class
org.jfree.chart.ui.AxisPropertyEditPanel
Package | Description |
---|---|
org.jfree.chart.ui |
An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application);
|
-
Uses of AxisPropertyEditPanel in org.jfree.chart.ui
Subclasses of AxisPropertyEditPanel in org.jfree.chart.ui Modifier and Type Class Description class
ColorBarPropertyEditPanel
A ColorBarPropertyEditPanel.Methods in org.jfree.chart.ui that return AxisPropertyEditPanel Modifier and Type Method Description AxisPropertyEditPanel
PlotPropertyEditPanel. getDomainAxisPropertyEditPanel()
Returns a reference to the panel for editing the properties of the domain axis.static AxisPropertyEditPanel
AxisPropertyEditPanel. getInstance(Axis axis)
A static method that returns a panel that is appropriate for the axis type.AxisPropertyEditPanel
PlotPropertyEditPanel. getRangeAxisPropertyEditPanel()
Returns a reference to the panel for editing the properties of the range axis.