public interface TickUnitSource
Modifier and Type | Method and Description |
---|---|
TickUnit |
getCeilingTickUnit(double size)
Returns the smallest tick unit available in the source that is greater
than or equal to the specified size.
|
TickUnit |
getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal
to (in size) the specified unit.
|
TickUnit |
getLargerTickUnit(TickUnit unit)
Returns the smallest tick unit available in the source that is larger
than
unit or, if there is no larger unit, returns
unit . |
TickUnit getLargerTickUnit(TickUnit unit)
unit
or, if there is no larger unit, returns
unit
.unit
- the unit (null
not permitted).TickUnit getCeilingTickUnit(TickUnit unit)
unit
- the unit.TickUnit getCeilingTickUnit(double size)
size
- the size.null
).Jas4pp 1.5 © Java Analysis Studio for Particle Physics