Class AxisConfig

java.lang.Object
eu.webtoolkit.jwt.chart.AxisConfig

public class AxisConfig
extends java.lang.Object
Axis configuration.

This describes the configuration of an axis determining how it should be drawn. To be passed into getLabelTicks().

  • Field Summary

    Fields
    Modifier and Type Field Description
    AxisValue side
    The side the axis is drawn on, should be MinimumValue, MaximumValue, or ZeroValue.
    int zoomLevel
    The zoom level.
  • Constructor Summary

    Constructors
    Constructor Description
    AxisConfig()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • side

      public AxisValue side
      The side the axis is drawn on, should be MinimumValue, MaximumValue, or ZeroValue.
    • zoomLevel

      public int zoomLevel
      The zoom level. Different axis labels can be drawn depending on the zoom level. These are requested by WCartesianChart in powers of 2 (1, 2, 4, 8,...)
  • Constructor Details

    • AxisConfig

      public AxisConfig()