Package 

Class Linear


  • 
    public class Linear
    extends ScatterBase
                        

    The Linear class contains methods for configuring Linear scale. Represents simple linear scale that transforms values from domain [a, b] to domain [0, 1]. Note that a can be greater than b. The only condition for the scale is that a != b.Note: To create instance use linear method.