Difference between revisions of "ATShapeLine"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "= About = ''ShapeLine'' is a component which paints line (4 directions: left-right, up-down, diag1, diag2), with or without arrows at both sides. Line width is option. Line c...")
 
(rewrite text, new URL)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= About =
 
= About =
  
''ShapeLine'' is a component which paints line (4 directions: left-right, up-down, diag1, diag2),
+
'''ATShapeLine''' is a component which paints line (directions: left-right, up-down, diagonals),
with or without arrows at both sides. Line width is option. Line color and arrow color are options.
+
with or without arrows at both sides. Options: line width, line color, arrow size, arrow color, show arrows.
 
It is Lazarus port of Delphi component TLine (renamed since TLine id is busy with TAChart).
 
It is Lazarus port of Delphi component TLine (renamed since TLine id is busy with TAChart).
  
Original author: Gon Perez-Jimenez (Spain)
+
* Original author: Gon Perez-Jimenez (Spain, 2002)
Changed by: Alexey Torgashin (Russia)
+
* Ported by: Alexey Torgashin (Russia)
 +
 
 +
Screenshot of old Delphi demo:
 +
 
 +
[[File:shapeline.png]]
  
 
= Homepage =
 
= Homepage =
  
* Homepage of Delphi original, with all functions including printing, searching, support for many codepages: https://github.com/Alexey-T/ATViewer
+
GitHub: https://github.com/Alexey-T/ATShapeLine
* Homepage of Lazarus port with less functions: https://github.com/Alexey-T/ATBinHex-Lazarus
+
 
 
 
= Requirements =
 
= Requirements =
  
Lazarus: 1.4.0.
+
* Lazarus: 1.6+
 
 
Tested on: Linux GTK2 (Ubuntu 14.04).
 
  
 
[[Category:Components]]
 
[[Category:Components]]

Latest revision as of 19:35, 13 August 2018

About

ATShapeLine is a component which paints line (directions: left-right, up-down, diagonals), with or without arrows at both sides. Options: line width, line color, arrow size, arrow color, show arrows. 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 of old Delphi demo:

shapeline.png

Homepage

GitHub: https://github.com/Alexey-T/ATShapeLine

Requirements

  • Lazarus: 1.6+