Class YAxisScalarMap

All Implemented Interfaces:
Comparable, Propertied

public final class YAxisScalarMap extends AxisScalarMap
Provides support for adapting ScalarMap-s to Display.YAxis.

Instances of this class have the the JavaBean properties of the superclass.

Version:
$Revision: 1.10 $
Author:
Steven R. Emmerson
  • Constructor Details

  • Method Details

    • translate

      protected void translate(double amount, AffineTransform transform)
      Translates.
      Specified by:
      translate in class AxisScalarMap
      Parameters:
      amount - The amount by which to translate.
      transform - transform to use
    • new3DTranslationVector

      protected javax.vecmath.Vector3d new3DTranslationVector(double amount)
      Returns a new, 3-D, translation vector.
      Specified by:
      new3DTranslationVector in class AxisScalarMap
      Parameters:
      amount - The amount to translate the axis.
      Returns:
      Vector3D with y translation amount
    • scale

      protected void scale(double amount, AffineTransform transform)
      Scales the axis values.
      Specified by:
      scale in class AxisScalarMap
      Parameters:
      amount - The amount to scale the axis by.
      transform - The transformation to be scaled.
    • scale

      protected void scale(double[] values, double amount)
      Scales.
      Specified by:
      scale in class AxisScalarMap
      Parameters:
      values - Unknown.
      amount - Unknown.