Package uk.ac.starlink.ttools.plot2.task
Class ZoneSpec.RampSpec
java.lang.Object
uk.ac.starlink.ttools.plot2.task.ZoneSpec.RampSpec
- Enclosing class:
- ZoneSpec
Specification for colour ramp display options.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns axis tick crowding factor.getLabel()
Returns axis text label.
-
Constructor Details
-
RampSpec
Constructor.- Parameters:
crowding
- tick crowding indicator, 1 is normallabel
- axis text label
-
-
Method Details
-
getCrowding
public double getCrowding()Returns axis tick crowding factor.- Returns:
- crowding factor, 1 is normal
-
getLabel
Returns axis text label.- Returns:
- axis text label
-