Interface IColoredLine

All Superinterfaces:
ICustomGuiComponent

public interface IColoredLine extends ICustomGuiComponent
  • Method Details

    • getColor

      int getColor()
    • setColor

      IColoredLine setColor(int color)
    • getXEnd

      int getXEnd()
    • getYEnd

      int getYEnd()
    • setEnd

      IColoredLine setEnd(int x, int y)
    • getThickness

      float getThickness()
    • setThickness

      IColoredLine setThickness(float thickness)