Difference between revisions of "ATShapeLine"

From Free Pascal wiki
Jump to navigationJump to search
Line 18: Line 18:
 
= Requirements =
 
= Requirements =
  
Lazarus: 1.4.0.
+
* Lazarus: 1.4.0.
 
+
* Tested on: Linux GTK2 (Ubuntu 14.04), Win32 (XP).
Tested on: Linux GTK2 (Ubuntu 14.04).
 
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 22:48, 30 July 2015

About

ShapeLine is a component which paints line (4 directions: left-right, up-down, diagonals), with or without arrows at both sides. Line width is option. Line color and arrow color are options. It is Lazarus port of Delphi component TLine (renamed since TLine id is busy with TAChart).

  • Original author: Gon Perez-Jimenez (Spain, 2002)
  • Ported by: Alexey Torgashin (Russia)

Screenshot:

shapeline.png

Homepage

Homepage at github is https://github.com/Alexey-T/ShapeLine-Lazarus

Requirements

  • Lazarus: 1.4.0.
  • Tested on: Linux GTK2 (Ubuntu 14.04), Win32 (XP).