Class Line

java.lang.Object
org.teamapps.ux.component.format.Line

public class Line extends Object
  • Constructor Details

    • Line

      public Line(Color color)
    • Line

      public Line(Color color, LineType type, float thickness)
  • Method Details

    • getThickness

      public float getThickness()
    • getType

      public LineType getType()
    • getColor

      public Color getColor()
    • createUiLine

      public UiLine createUiLine()