Class Tick
java.lang.Object
uk.ac.starlink.ttools.plot2.Tick
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tick
public Tick(double value) Constructs a minor tick. This has no text label.- Parameters:
value- numeric value
-
Tick
Constructs a tick. As long as the label is non-null, this is considered a major tick.- Parameters:
value- numeric valuelabel- tick label
-
-
Method Details
-
getValue
public double getValue()Returns this tick's numeric value.- Returns:
- value
-
getLabel
-
equals
-
hashCode
-
toString
-