Documentation of 'de.erichseifert.gral.plots.axes.LogarithmicRenderer2D' Java class
LogarithmicRenderer2D
de.erichseifert.gral.plots.axes

Class LogarithmicRenderer2D

    • Constructor Detail

      • LogarithmicRenderer2D

        public LogarithmicRenderer2D()
        Creates a new renderer for logarithmic scaled axes in two-dimensional space.
    • Method Detail

      • worldToView

        public double worldToView(Axis axis,
                                  java.lang.Number value,
                                  boolean extrapolate)
        Converts a world (axis) coordinate value to a view (screen) coordinate value.
        Parameters:
        axis - Axis
        value - World coordinate value to convert
        extrapolate - Option to activate extrapolation value that are not on the axis
        Returns:
        Screen coordinate value
      • viewToWorld

        public java.lang.Number viewToWorld(Axis axis,
                                            double value,
                                            boolean extrapolate)
        Converts a view (screen) coordinate value to a world (axis) coordinate value.
        Parameters:
        axis - Axis
        value - View coordinate value to convert
        extrapolate - Option to activate extrapolation value that are not on the axis
        Returns:
        World coordinate value

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.