TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • TestNG
  • Tools
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Raptor Flowchart

Graphics in Raptor Flowchart

Raptor Flowcharts

Introduction

In this post, we will learn to use graphics programming in Raptor flowcharts. To use graphics, you must create a graphics window using the command called RaptorGraph.

https://www.testingdocs.com/getting-started-with-raptorgraph/

Open_Graph_Window

We can specify the height and width of the window to this command.

Open_Graph_Window(500,500)

would open a window screen with 500 height and 500 width as shown in the picture.

 

Once we add the graphics window, then we can add other elements to the window. For example, let’s add a circle to the window.

Draw a circle example

To draw a circle we can use the following command.

Draw_Circle(200,200,150,Blue,filled)

The above command will draw a circle with a blue color filled in the circle area as shown in the screenshot.

 

 

Practice adding more elements to the window like adding lines, triangles, ellipses, etc.

 

 

RAPTOR Tutorial Page: https://www.testingdocs.com/raptor-a-flowchart-tool/

RAPTOR official website: https://raptor.martincarlisle.com/

Related Posts

RAPTOR flowcart to write to a file output

Raptor Flowchart /

Write to a file with RAPTOR flowchart

Raptor Flowchart /

Simulation of probabilities die roll using Raptor Flowchart

String length

Raptor Flowchart /

String Operations in Raptor Flowchart

Demo flowchart

Raptor Flowchart /

Raptor Subcharts Demo Flowchart

User input validation in Raptor flowchart

Raptor Flowchart /

User input validation in Raptor flowchart

‹ Launch RAPTOR on Windows› IPO Chart

Recent Posts

  • Antivirus Products for Windows 11 PC
  • Install CodeBlocks IDE on Windows 11
  • Location Privacy Settings on Windows
  • Windows 11 Virus & Threat Protection
  • Download & Install Python on Windows 11
  • Cumulative Update for Windows 11 Version
  • Test execution speed in Selenium IDE
  • Check Windows 11 Free Upgrade
  • Download IntelliJ IDE on Windows 11
  • New MySQL Connection in Workbench

Back to Top

Automation Tutorials

  • JBehave Tutorial
  • Selenium Tutorial
  • TestNG Tutorial
  • JUnit Tutorial

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version