xworker.jfreechart.chart.axis.Axis
事物 Axis(Axis)点击打开事物点击浏览描述

描述者:
MetaDescriptor3
thing

The base class for all axes in JFreeChart. Subclasses are divided into those that display values (ValueAxis) and those that display categories (CategoryAxis).

 

字段摘要
           String axisLinePaint
           
Sets the paint used to draw the axis line and sends an AxisChangeEvent to all registered listeners.
           String axisLineStroke
           
Sets the stroke used to draw the axis line and sends an AxisChangeEvent to all registered listeners.
           String axisLineVisible
           
Sets a flag that controls whether or not the axis line is visible and sends an AxisChangeEvent to all registered listeners.
           String fixedDimension
           
Sets the fixed dimension for the axis. This is used when combining more than one plot on a chart. In this case, there may be several axes that need to have the same height or width so that they are aligned. This method is used to fix a dimension for the axis (the context determines whether the dimension is horizontal or vertical).
           String label
           
Sets the label for the axis and sends an AxisChangeEvent to all registered listeners.
           String labelAngle
           
Sets the angle for the label and sends an AxisChangeEvent to all registered listeners.
           String labelFont
           
Sets the font for the axis label and sends an AxisChangeEvent to all registered listeners.
           String labelInsets
           
Sets the insets for the axis label, and sends an AxisChangeEvent to all registered listeners.
           String labelPaint
           
Sets the paint used to draw the axis label and sends an AxisChangeEvent to all registered listeners.
 
           String minorTickMarkInsideLength
           
Sets the inside length of the minor tick marks and sends an AxisChangeEvent to all registered listeners.
           String minorTickMarkOutsideLength
           
Sets the outside length of the minor tick marks and sends an AxisChangeEvent to all registered listeners.
           String minorTickMarksVisible
           
Sets the flag that indicates whether or not the minor tick marks are showing and sends an AxisChangeEvent to all registered listeners.
           String tickLabelFont
           
Sets the font for the tick labels and sends an AxisChangeEvent to all registered listeners.
           String tickLabelInsets
           
Sets the insets for the tick labels and sends an AxisChangeEvent to all registered listeners.
           String tickLabelPaint
           
Sets the paint used to draw tick labels (if they are showing) and sends an AxisChangeEvent to all registered listeners.
           String tickLabelsVisible
           
Sets the flag that determines whether or not the tick labels are visible and sends an AxisChangeEvent to all registered listeners.
           String tickMarkInsideLength
           
Sets the inside length of the tick marks and sends an AxisChangeEvent to all registered listeners.
           String tickMarkOutsideLength
           
Sets the outside length of the tick marks and sends an AxisChangeEvent to all registered listeners.
           String tickMarkPaint
           
Sets the paint used to draw tick marks and sends an AxisChangeEvent to all registered listeners.
           String tickMarkStroke
           
Sets the stroke used to draw tick marks and sends an AxisChangeEvent to all registered listeners.
           String tickMarksVisible
           
Sets the flag that indicates whether or not the tick marks are showing and sends an AxisChangeEvent to all registered listeners.
           String visible
           
Sets a flag that controls whether or not the axis is visible and sends an AxisChangeEvent to all registered listeners.
 
方法摘要
           initAxis
          
 
子事物摘要
 
字段详细信息

axisLinePaint点击打开事物

Sets the paint used to draw the axis line and sends an AxisChangeEvent to all registered listeners.

axisLineStroke点击打开事物

Sets the stroke used to draw the axis line and sends an AxisChangeEvent to all registered listeners.

axisLineVisible点击打开事物

Sets a flag that controls whether or not the axis line is visible and sends an AxisChangeEvent to all registered listeners.

fixedDimension点击打开事物

Sets the fixed dimension for the axis.

This is used when combining more than one plot on a chart. In this case, there may be several axes that need to have the same height or width so that they are aligned. This method is used to fix a dimension for the axis (the context determines whether the dimension is horizontal or vertical).

 


label点击打开事物

Sets the label for the axis and sends an AxisChangeEvent to all registered listeners.

labelAngle点击打开事物

Sets the angle for the label and sends an AxisChangeEvent to all registered listeners.

labelFont点击打开事物

Sets the font for the axis label and sends an AxisChangeEvent to all registered listeners.

labelInsets点击打开事物

Sets the insets for the axis label, and sends an AxisChangeEvent to all registered listeners.

labelPaint点击打开事物

Sets the paint used to draw the axis label and sends an AxisChangeEvent to all registered listeners.

 


minorTickMarkInsideLength点击打开事物

Sets the inside length of the minor tick marks and sends an AxisChangeEvent to all registered listeners.

minorTickMarkOutsideLength点击打开事物

Sets the outside length of the minor tick marks and sends an AxisChangeEvent to all registered listeners.

minorTickMarksVisible点击打开事物

Sets the flag that indicates whether or not the minor tick marks are showing and sends an AxisChangeEvent to all registered listeners.

tickLabelFont点击打开事物

Sets the font for the tick labels and sends an AxisChangeEvent to all registered listeners.

tickLabelInsets点击打开事物

Sets the insets for the tick labels and sends an AxisChangeEvent to all registered listeners.

tickLabelPaint点击打开事物

Sets the paint used to draw tick labels (if they are showing) and sends an AxisChangeEvent to all registered listeners.

tickLabelsVisible点击打开事物

Sets the flag that determines whether or not the tick labels are visible and sends an AxisChangeEvent to all registered listeners.

tickMarkInsideLength点击打开事物

Sets the inside length of the tick marks and sends an AxisChangeEvent to all registered listeners.

tickMarkOutsideLength点击打开事物

Sets the outside length of the tick marks and sends an AxisChangeEvent to all registered listeners.

tickMarkPaint点击打开事物

Sets the paint used to draw tick marks and sends an AxisChangeEvent to all registered listeners.

tickMarkStroke点击打开事物

Sets the stroke used to draw tick marks and sends an AxisChangeEvent to all registered listeners.

tickMarksVisible点击打开事物

Sets the flag that indicates whether or not the tick marks are showing and sends an AxisChangeEvent to all registered listeners.

visible点击打开事物

Sets a flag that controls whether or not the axis is visible and sends an AxisChangeEvent to all registered listeners.

 
方法详细信息

initAxis


 
子事物详细信息