Uses of Class
org.eclipse.nebula.visualization.xygraph.linearscale.TickFactory.TickFormatting
-
Packages that use TickFactory.TickFormatting Package Description org.eclipse.nebula.visualization.xygraph.linearscale -
-
Uses of TickFactory.TickFormatting in org.eclipse.nebula.visualization.xygraph.linearscale
Fields in org.eclipse.nebula.visualization.xygraph.linearscale declared as TickFactory.TickFormatting Modifier and Type Field Description private TickFactory.TickFormatting
TickFactory. formatOfTicks
Methods in org.eclipse.nebula.visualization.xygraph.linearscale that return TickFactory.TickFormatting Modifier and Type Method Description static TickFactory.TickFormatting
TickFactory.TickFormatting. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TickFactory.TickFormatting[]
TickFactory.TickFormatting. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.nebula.visualization.xygraph.linearscale with parameters of type TickFactory.TickFormatting Constructor Description TickFactory(TickFactory.TickFormatting format, IScaleProvider scale)
-