Class Line

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

public class Line
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Line​(org.teamapps.common.format.Color color)  
    Line​(org.teamapps.common.format.Color color, LineType type, float thickness)  
  • Method Summary

    Modifier and Type Method Description
    org.teamapps.dto.UiLine createUiLine()  
    org.teamapps.common.format.Color getColor()  
    float getThickness()  
    LineType getType()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Line

      public Line​(org.teamapps.common.format.Color color)
    • Line

      public Line​(org.teamapps.common.format.Color color, LineType type, float thickness)
  • Method Details