Documentation of 'kcl.waterloo.graphics.GJAbstractGraph1' Java class
GJAbstractGraph1
kcl.waterloo.graphics

Class GJAbstractGraph1

    • Constructor Detail

      • GJAbstractGraph1

        public GJAbstractGraph1()
    • Method Detail

      • setXTransform

        public final void setXTransform(GJDataTransformInterface tr)
        Sets the transform for the x-data
        Parameters:
        tr -
      • setYTransform

        public final void setYTransform(GJDataTransformInterface tr)
        Description copied from interface: GJGraphInterface
        Sets the transform for the y-data
        Parameters:
        tr - a GJDataTransformInterface
      • transformPositionToPixel

        public java.awt.geom.Path2D transformPositionToPixel(java.awt.Shape s)
      • transformPixelToPosition

        public java.awt.geom.Path2D transformPixelToPosition(java.awt.Shape s)
      • transformPositionToPixel

        public java.awt.geom.Rectangle2D.Double transformPositionToPixel(java.awt.geom.Rectangle2D r)
      • transformPixelToPosition

        public java.awt.geom.Rectangle2D.Double transformPixelToPosition(java.awt.geom.Rectangle2D r)
      • getXAxisLabelRotation

        public final double getXAxisLabelRotation(double number)
        Description copied from interface: GJAxisSupportInterface
        Returns the rotation for x-axis labels at the location specified by v
        Parameters:
        number - the location
        Returns:
        the rotation in radians
      • getYAxisLabelRotation

        public final double getYAxisLabelRotation(double number)
        Description copied from interface: GJAxisSupportInterface
        Returns the rotation for y-axis labels at the location specified by v
        Parameters:
        number - the location
        Returns:
        the rotation in radians
      • formatXAxisLabel

        public final java.lang.String formatXAxisLabel(double number)
        Description copied from interface: GJAxisSupportInterface
        Returns a string for x-axis labels formatted by an internal formatter
        Parameters:
        number - the value to format
        Returns:
        the String
      • formatYAxisLabel

        public final java.lang.String formatYAxisLabel(double number)
        Description copied from interface: GJAxisSupportInterface
        Returns a string for y-axis labels formatted by an internal formatter
        Parameters:
        number - the value to format
        Returns:
        the String

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.