Class TicksLabelPane.TickedLabelAndBounds
-
- All Implemented Interfaces:
public final class TicksLabelPane.TickedLabelAndBounds<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description private final TicksLabelPane.TickLabel<T>tickLabelprivate final Boundsbounds
-
Constructor Summary
Constructors Constructor Description TicksLabelPane.TickedLabelAndBounds(TicksLabelPane.TickLabel<T> tickLabel, Bounds bounds)
-
Method Summary
Modifier and Type Method Description final TicksLabelPane.TickLabel<T>getTickLabel()final BoundsgetBounds()-
-
Constructor Detail
-
TicksLabelPane.TickedLabelAndBounds
TicksLabelPane.TickedLabelAndBounds(TicksLabelPane.TickLabel<T> tickLabel, Bounds bounds)
-
-
Method Detail
-
getTickLabel
final TicksLabelPane.TickLabel<T> getTickLabel()
-
getBounds
final Bounds getBounds()
-
-
-
-