Documentation of 'hep.aida.IAxisStyle' Java class
IAxisStyle
hep.aida

Interface IAxisStyle

  • All Superinterfaces:
    IBaseStyle
    All Known Implementing Classes:
    AxisStyle


    public interface IAxisStyle
    extends IBaseStyle
    Style for the part of the scene representing an axis.
    • Method Detail

      • lineStyle

        ILineStyle lineStyle()
        Get various basic style on the axis style.
      • setLineStyle

        boolean setLineStyle(ILineStyle lineStyle)
        Set various basic style on the axis style.
      • setTickLabelStyle

        boolean setTickLabelStyle(ITextStyle tickLabelStyle)
      • setLabelStyle

        boolean setLabelStyle(ITextStyle labelStyle)
      • setlineStyle

        boolean setlineStyle(ILineStyle lineStyle)
      • setLabel

        boolean setLabel(java.lang.String label)
        Set the axis label.
      • label

        java.lang.String label()
        Get the axis label. return The axis label.
      • setScaling

        boolean setScaling(java.lang.String scaling)
        Set the axis scaling (at least "log" and "linear").
      • scaling

        java.lang.String scaling()
        Get the axis scaling. return The axis scaling.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.