Uses of Enum Class
com.github.rvesse.airline.io.printers.TroffPrinter.BulletStyle
Packages that use TroffPrinter.BulletStyle
-
Uses of TroffPrinter.BulletStyle in com.github.rvesse.airline.io.printers
Methods in com.github.rvesse.airline.io.printers that return TroffPrinter.BulletStyleModifier and TypeMethodDescriptionstatic TroffPrinter.BulletStyleReturns the enum constant of this class with the specified name.static TroffPrinter.BulletStyle[]TroffPrinter.BulletStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.rvesse.airline.io.printers with parameters of type TroffPrinter.BulletStyleModifierConstructorDescriptionTroffPrinter(PrintWriter writer, int indentation, TroffPrinter.BulletStyle style)