Uses of Class
org.teamapps.ux.component.format.LineType
| Package | Description |
|---|---|
| org.teamapps.ux.component.format |
-
Uses of LineType in org.teamapps.ux.component.format
Methods in org.teamapps.ux.component.format that return LineType Modifier and Type Method Description LineTypeLine. getType()static LineTypeLineType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LineType[]LineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.ux.component.format with parameters of type LineType Constructor Description Line(org.teamapps.common.format.Color color, LineType type, float thickness)