-
public final class Axis.SizeConstraint.TextWidth extends Axis.SizeConstraint
The axis will measure the width of its label component (label) for the given String (text), and it will use this width as its size. In the case of VerticalAxis, the width of the axis line and the tick length will also be considered.
-
-
Constructor Summary
Constructors Constructor Description Axis.SizeConstraint.TextWidth(String text)
-