Uses of Class
com.github.rvesse.airline.io.printers.TroffPrinter.BulletStyle
-
Packages that use TroffPrinter.BulletStyle Package Description com.github.rvesse.airline.io.printers -
-
Uses of TroffPrinter.BulletStyle in com.github.rvesse.airline.io.printers
Methods in com.github.rvesse.airline.io.printers that return TroffPrinter.BulletStyle Modifier and Type Method Description static TroffPrinter.BulletStyle
TroffPrinter.BulletStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TroffPrinter.BulletStyle[]
TroffPrinter.BulletStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.rvesse.airline.io.printers with parameters of type TroffPrinter.BulletStyle Constructor Description TroffPrinter(java.io.PrintWriter writer, int indentation, TroffPrinter.BulletStyle style)
-