org.kaoriha.marimite.viewer.chart
クラス DateLogAxis

java.lang.Object
  上位を拡張 org.jfree.chart.axis.Axis
      上位を拡張 org.jfree.chart.axis.ValueAxis
          上位を拡張 org.jfree.chart.axis.NumberAxis
              上位を拡張 org.jfree.chart.axis.LogarithmicAxis
                  上位を拡張 org.kaoriha.marimite.viewer.chart.DateLogAxis
すべての実装されたインタフェース:
java.io.Serializable, java.lang.Cloneable, org.jfree.util.PublicCloneable

public class DateLogAxis
extends org.jfree.chart.axis.LogarithmicAxis

関連項目:
直列化された形式

フィールドの概要
 
クラス org.jfree.chart.axis.LogarithmicAxis から継承されたフィールド
allowNegativesFlag, autoRangeNextLogFlag, expTickLabelsFlag, LOG10_VALUE, log10TickLabelsFlag, numberFormatterObj, SMALL_LOG_VALUE, smallLogFlag, strictValuesFlag
 
クラス org.jfree.chart.axis.NumberAxis から継承されたフィールド
DEFAULT_AUTO_RANGE_INCLUDES_ZERO, DEFAULT_AUTO_RANGE_STICKY_ZERO, DEFAULT_TICK_UNIT, DEFAULT_VERTICAL_TICK_LABELS
 
クラス org.jfree.chart.axis.ValueAxis から継承されたフィールド
DEFAULT_AUTO_RANGE, DEFAULT_AUTO_RANGE_MINIMUM_SIZE, DEFAULT_AUTO_TICK_UNIT_SELECTION, DEFAULT_INVERTED, DEFAULT_LOWER_BOUND, DEFAULT_LOWER_MARGIN, DEFAULT_RANGE, DEFAULT_UPPER_BOUND, DEFAULT_UPPER_MARGIN, MAXIMUM_TICK_COUNT
 
クラス org.jfree.chart.axis.Axis から継承されたフィールド
DEFAULT_AXIS_LABEL_FONT, DEFAULT_AXIS_LABEL_INSETS, DEFAULT_AXIS_LABEL_PAINT, DEFAULT_AXIS_LINE_PAINT, DEFAULT_AXIS_LINE_STROKE, DEFAULT_AXIS_VISIBLE, DEFAULT_TICK_LABEL_FONT, DEFAULT_TICK_LABEL_INSETS, DEFAULT_TICK_LABEL_PAINT, DEFAULT_TICK_LABELS_VISIBLE, DEFAULT_TICK_MARK_INSIDE_LENGTH, DEFAULT_TICK_MARK_OUTSIDE_LENGTH, DEFAULT_TICK_MARK_PAINT, DEFAULT_TICK_MARK_STROKE, DEFAULT_TICK_MARKS_VISIBLE
 
コンストラクタの概要
DateLogAxis()
           
DateLogAxis(java.lang.String label)
           
 
メソッドの概要
protected  java.util.List refreshTicksHorizontal(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, org.jfree.ui.RectangleEdge edge)
           
 
クラス org.jfree.chart.axis.LogarithmicAxis から継承されたメソッド
adjustedLog10, adjustedPow10, autoAdjustRange, computeLogCeil, computeLogFloor, getAllowNegativesFlag, getAutoRangeNextLogFlag, getExpTickLabelsFlag, getLog10TickLabelsFlag, getStrictValuesFlag, java2DToValue, makeTickLabel, makeTickLabel, refreshTicksVertical, setAllowNegativesFlag, setAutoRangeNextLogFlag, setExpTickLabelsFlag, setLog10TickLabelsFlag, setRange, setStrictValuesFlag, setupNumberFmtObj, setupSmallLogFlag, switchedLog10, switchedPow10, valueToJava2D, zoomRange
 
クラス org.jfree.chart.axis.NumberAxis から継承されたメソッド
calculateHighestVisibleTickValue, calculateLowestVisibleTickValue, calculateVisibleTickCount, clone, configure, createIntegerTickUnits, createIntegerTickUnits, createStandardTickUnits, createStandardTickUnits, draw, equals, estimateMaximumTickLabelHeight, estimateMaximumTickLabelWidth, getAutoRangeIncludesZero, getAutoRangeStickyZero, getMarkerBand, getNumberFormatOverride, getRangeType, getTickUnit, hashCode, refreshTicks, selectAutoTickUnit, selectHorizontalAutoTickUnit, selectVerticalAutoTickUnit, setAutoRangeIncludesZero, setAutoRangeStickyZero, setMarkerBand, setNumberFormatOverride, setRangeType, setTickUnit, setTickUnit
 
クラス org.jfree.chart.axis.ValueAxis から継承されたメソッド
calculateAnchorPoint, centerRange, drawAxisLine, drawTickMarksAndLabels, findMaximumTickLabelHeight, findMaximumTickLabelWidth, getAutoRangeMinimumSize, getAutoTickIndex, getDefaultAutoRange, getDownArrow, getFixedAutoRange, getLeftArrow, getLowerBound, getLowerMargin, getRange, getRightArrow, getStandardTickUnits, getUpArrow, getUpperBound, getUpperMargin, isAutoRange, isAutoTickUnitSelection, isInverted, isNegativeArrowVisible, isPositiveArrowVisible, isVerticalTickLabels, lengthToJava2D, reserveSpace, resizeRange, resizeRange, setAutoRange, setAutoRange, setAutoRangeMinimumSize, setAutoRangeMinimumSize, setAutoTickIndex, setAutoTickUnitSelection, setAutoTickUnitSelection, setDefaultAutoRange, setDownArrow, setFixedAutoRange, setInverted, setLeftArrow, setLowerBound, setLowerMargin, setNegativeArrowVisible, setPositiveArrowVisible, setRange, setRange, setRangeAboutValue, setRangeWithMargins, setRangeWithMargins, setRangeWithMargins, setRightArrow, setStandardTickUnits, setUpArrow, setUpperBound, setUpperMargin, setVerticalTickLabels
 
クラス org.jfree.chart.axis.Axis から継承されたメソッド
addChangeListener, drawLabel, getAxisLinePaint, getAxisLineStroke, getFixedDimension, getLabel, getLabelAngle, getLabelEnclosure, getLabelFont, getLabelInsets, getLabelPaint, getPlot, getTickLabelFont, getTickLabelInsets, getTickLabelPaint, getTickMarkInsideLength, getTickMarkOutsideLength, getTickMarkPaint, getTickMarkStroke, hasListener, isAxisLineVisible, isTickLabelsVisible, isTickMarksVisible, isVisible, notifyListeners, removeChangeListener, setAxisLinePaint, setAxisLineStroke, setAxisLineVisible, setFixedDimension, setLabel, setLabelAngle, setLabelFont, setLabelInsets, setLabelPaint, setPlot, setTickLabelFont, setTickLabelInsets, setTickLabelPaint, setTickLabelsVisible, setTickMarkInsideLength, setTickMarkOutsideLength, setTickMarkPaint, setTickMarkStroke, setTickMarksVisible, setVisible
 
クラス java.lang.Object から継承されたメソッド
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DateLogAxis

public DateLogAxis()

DateLogAxis

public DateLogAxis(java.lang.String label)
メソッドの詳細

refreshTicksHorizontal

protected java.util.List refreshTicksHorizontal(java.awt.Graphics2D g2,
                                                java.awt.geom.Rectangle2D dataArea,
                                                org.jfree.ui.RectangleEdge edge)
オーバーライド:
クラス org.jfree.chart.axis.LogarithmicAxis 内の refreshTicksHorizontal