Uses of Enum
org.apache.dubbo.qos.textui.TTable.Align
Packages that use TTable.Align
-
Uses of TTable.Align in org.apache.dubbo.qos.textui
Methods in org.apache.dubbo.qos.textui that return TTable.AlignModifier and TypeMethodDescriptionstatic TTable.AlignReturns the enum constant of this type with the specified name.static TTable.Align[]TTable.Align.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.dubbo.qos.textui with parameters of type TTable.AlignModifierConstructorDescriptionColumnDefine(int width, boolean isAutoResize, TTable.Align align) ColumnDefine(int width, TTable.Align align) ColumnDefine(TTable.Align align)