Class Axis


public class Axis extends JSONComponent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Determines whether the range of this axis is computed in relation to the input data.
    static class 
     
    static enum 
     
    static enum 
    If this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio` or those of the other axis), determines how that happens: by increasing the "range" (default), or by decreasing the "domain".
    static enum 
    If this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio` or those of the other axis), determines which direction we push the originally specified plot area.
    static enum 
    If "normal", the range is computed in relation to the extrema of the input data.
    static enum 
    If set to another axis id (e.g.
    static enum 
    Determines whether an x (y) axis is positioned at the "bottom" ("left") or "top" ("right") of the plotting area.
    static class 
     
    static enum 
    Sets the axis type.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected Map<String,Object>
     

    Methods inherited from class tech.tablesaw.plotly.components.JSONComponent

    asJSON

    Methods inherited from class tech.tablesaw.plotly.components.Component

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait