Uses of Class
adams.gui.visualization.core.axis.Tick
-
Packages that use Tick Package Description adams.gui.visualization.core adams.gui.visualization.core.axis -
-
Uses of Tick in adams.gui.visualization.core
Methods in adams.gui.visualization.core with parameters of type Tick Modifier and Type Method Description protected boolean
AxisPanel. hasOverlap(Tick tick1, Tick tick2)
Checks whether there is an overlap between the labels of the two Ticks.Method parameters in adams.gui.visualization.core with type arguments of type Tick Modifier and Type Method Description protected boolean
AxisPanel. isFirst(List<Tick> ticks, int i, boolean flipped, int max)
Checks whether the tick is the first one.protected boolean
AxisPanel. isLast(List<Tick> ticks, int i, boolean flipped, int max)
Checks whether the tick is the last one.protected boolean
AxisPanel. skipLabel(List<Tick> ticks, int i)
Checks whether the tick is to be skipped. -
Uses of Tick in adams.gui.visualization.core.axis
Fields in adams.gui.visualization.core.axis with type parameters of type Tick Modifier and Type Field Description protected List<Tick>
AbstractTickGenerator. m_Ticks
the list of ticks to return.Methods in adams.gui.visualization.core.axis that return types with arguments of type Tick Modifier and Type Method Description List<Tick>
AbstractAxisModel. getTicks()
Returns the ticks of this axis.List<Tick>
AbstractTickGenerator. getTicks()
Returns the ticks of this axis.List<Tick>
TickGenerator. getTicks()
Returns the ticks of this axis.
-