ilog.views.chart
Class IlvAffineAxisTransformer

ilog.views.chart.IlvAxisTransformer
      extended by ilog.views.chart.IlvAffineAxisTransformer

public class IlvAffineAxisTransformer
extends IlvAxisTransformer

Defines an affine transformation on the one-dimensional real line. This class performs an affine transformation defined by a scaling and a constant translation.

CSS example:

ilvAffineAxisTransformer {
    class : "ilog.views.chart.IlvAffineAxisTransformer(scaling,constant)";
    constant : "3.0";
    scaling : "3.0";
}


Property Summary
 java.lang.String class
          
Creates a transformer with the specified scaling and constant.
 double constant
          
Sets the constant.
 double scaling
          
Sets the scaling.
 

Property Detail

class

public java.lang.String class

Creates a transformer with the specified scaling and constant.

CSS example:     class : "ilog.views.chart.IlvAffineAxisTransformer(scaling,constant)";


constant

public double constant

Sets the constant.

CSS example:     constant : "3.0";


scaling

public double scaling

Sets the scaling. The scaling must not be equal to 0 so that the inverse transformation can be computed.

CSS example:     scaling : "3.0";



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.