Documentation of 'org.jfree.chart.axis.ValueTick' Java class
ValueTick
org.jfree.chart.axis

Class ValueTick

    • Constructor Summary

      Constructors 
      Constructor and Description
      ValueTick(double value, java.lang.String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)
      Creates a new value tick.
      ValueTick(TickType tickType, double value, java.lang.String label, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)
      Creates a new value tick.
    • Constructor Detail

      • ValueTick

        public ValueTick(double value,
                         java.lang.String label,
                         org.jfree.ui.TextAnchor textAnchor,
                         org.jfree.ui.TextAnchor rotationAnchor,
                         double angle)
        Creates a new value tick.
        Parameters:
        value - the value.
        label - the label.
        textAnchor - the part of the label that is aligned to the anchor point.
        rotationAnchor - defines the rotation point relative to the label.
        angle - the rotation angle (in radians).
      • ValueTick

        public ValueTick(TickType tickType,
                         double value,
                         java.lang.String label,
                         org.jfree.ui.TextAnchor textAnchor,
                         org.jfree.ui.TextAnchor rotationAnchor,
                         double angle)
        Creates a new value tick.
        Parameters:
        tickType - the tick type (major or minor, null not permitted).
        value - the value.
        label - the label.
        textAnchor - the part of the label that is aligned to the anchor point.
        rotationAnchor - defines the rotation point relative to the label.
        angle - the rotation angle (in radians).
        Since:
        1.0.7
    • Method Detail

      • getValue

        public double getValue()
        Returns the value.
        Returns:
        The value.
      • getTickType

        public TickType getTickType()
        Returns the tick type (major or minor).
        Returns:
        The tick type.
        Since:
        1.0.7
      • equals

        public boolean equals(java.lang.Object obj)
        Tests this tick for equality with an arbitrary object.
        Overrides:
        equals in class Tick
        Parameters:
        obj - the object to test (null permitted).
        Returns:
        A boolean.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.