Documentation of 'org.jplot2d.transform.ReciprocalAxisTickTransform' Java class
ReciprocalAxisTickTransform
org.jplot2d.transform

Class ReciprocalAxisTickTransform

  • All Implemented Interfaces:
    AxisTickTransform


    public class ReciprocalAxisTickTransform
    extends java.lang.Object
    implements AxisTickTransform
    This interface define the reciprocal transformation between user value and tick value.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double _factor 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double transformTick2User(double v)
      Transform a tick value to user value.
      double transformUser2Tick(double v)
      Transform a user value to tick value
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _factor

        public final double _factor
    • Constructor Detail

      • ReciprocalAxisTickTransform

        public ReciprocalAxisTickTransform(double factor)
    • Method Detail

      • transformUser2Tick

        public double transformUser2Tick(double v)
        Description copied from interface: AxisTickTransform
        Transform a user value to tick value
        Specified by:
        transformUser2Tick in interface AxisTickTransform
        Parameters:
        v - the user value
        Returns:
        the tick value
      • transformTick2User

        public double transformTick2User(double v)
        Description copied from interface: AxisTickTransform
        Transform a tick value to user value.
        Specified by:
        transformTick2User in interface AxisTickTransform
        Parameters:
        v - the tick value
        Returns:
        the user value

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.