Documentation of 'jas2.hist.JASHistAxis' Java class
JASHistAxis
jas2.hist

Interface JASHistAxis

  • All Known Implementing Classes:
    ManagedAxis


    public interface JASHistAxis
    • Method Detail

      • isVertical

        boolean isVertical()
      • isLogarithmic

        boolean isLogarithmic()
      • setLogarithmic

        void setLogarithmic(boolean value)
      • isShowing

        boolean isShowing()
      • setShowing

        void setShowing(boolean value)
      • getLabel

        java.lang.String getLabel()
      • setLabel

        void setLabel(java.lang.String s)
      • getMin

        double getMin()
      • setMin

        void setMin(double d)
      • getMax

        double getMax()
      • setMax

        void setMax(double d)
      • setRange

        void setRange(double min,
                      double max)
      • getMinObject

        java.lang.Object getMinObject()
      • getMaxObject

        java.lang.Object getMaxObject()
      • setMinObject

        void setMinObject(java.lang.Object value)
      • setMaxObject

        void setMaxObject(java.lang.Object value)
      • getRangeAutomatic

        boolean getRangeAutomatic()
      • setRangeAutomatic

        void setRangeAutomatic(boolean b)
      • getAllowSuppressedZero

        boolean getAllowSuppressedZero()
      • setAllowSuppressedZero

        void setAllowSuppressedZero(boolean b)
      • isBinned

        boolean isBinned()
      • isFixed

        boolean isFixed()
      • getBins

        int getBins()
      • setBins

        void setBins(int value)
      • getBinWidth

        double getBinWidth()
      • setBinWidth

        void setBinWidth(double value)
      • getLabelPosition

        int getLabelPosition()
      • setLabelPosition

        void setLabelPosition(int pos)
      • getPosition

        int getPosition()
      • setPosition

        void setPosition(int value)
      • getAxisType

        int getAxisType()
      • setAxisType

        void setAxisType(int value)
      • getShowOverflows

        boolean getShowOverflows()
      • setShowOverflows

        void setShowOverflows(boolean value)
      • getFont

        java.awt.Font getFont()
      • setFont

        void setFont(java.awt.Font value)
        The font used for the axis values
      • getAxisColor

        java.awt.Color getAxisColor()
      • getAxisWidth

        float getAxisWidth()
      • setAxisWidth

        void setAxisWidth(float value)
      • setAxisColor

        void setAxisColor(java.awt.Color c)
        The color used for the axis itself (and markers) By default the foreground color of the JASHist is used
      • getTextColor

        java.awt.Color getTextColor()
      • setTextColor

        void setTextColor(java.awt.Color c)
        The color used for the axis values. By default the foreground color of the JASHist is used

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.